Sync ghostty and nvim backgrounds, add transparency support to colorscheme in nvim
This commit is contained in:
parent
c9cada1cf6
commit
477f60b966
2 changed files with 12 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ clipboard-paste-protection = false
|
||||||
window-decoration = false
|
window-decoration = false
|
||||||
shell-integration = zsh
|
shell-integration = zsh
|
||||||
|
|
||||||
|
background = #1F2430
|
||||||
# Transparency
|
# Transparency
|
||||||
background-opacity = 0.8625
|
background-opacity = 0.8625
|
||||||
background-blur-radius = 20
|
background-blur-radius = 20
|
||||||
|
|
|
||||||
|
|
@ -56,6 +56,17 @@ return {
|
||||||
mirage = is_mirage, -- Set to `true` to use `mirage` variant instead of `dark` for dark background.
|
mirage = is_mirage, -- Set to `true` to use `mirage` variant instead of `dark` for dark background.
|
||||||
terminal = false, -- Set to `false` to let terminal manage its own colors.
|
terminal = false, -- Set to `false` to let terminal manage its own colors.
|
||||||
overrides = {
|
overrides = {
|
||||||
|
-- TRANSPARENCY
|
||||||
|
Normal = { bg = "none" },
|
||||||
|
NormalFloat = { bg = "none" },
|
||||||
|
ColorColumn = { bg = "none" },
|
||||||
|
SignColumn = { bg = "none" },
|
||||||
|
Folded = { bg = "none" },
|
||||||
|
FoldColumn = { bg = "none" },
|
||||||
|
CursorColumn = { bg = "none" },
|
||||||
|
VertSplit = { bg = "none" },
|
||||||
|
CursorLineNr = { bg = "none" },
|
||||||
|
-- TRANSPARENCY
|
||||||
["@property"] = overrides.member_variable,
|
["@property"] = overrides.member_variable,
|
||||||
["PreProc"] = overrides.pre_process,
|
["PreProc"] = overrides.pre_process,
|
||||||
--CPP
|
--CPP
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue