astro-nvim-v3 - change color schemes
This commit is contained in:
@@ -25,6 +25,7 @@ return {
|
||||
hl.nav_fg = "black"
|
||||
hl.nav_bg = get_hlgroup("String").fg
|
||||
hl.nav_icon_bg = hl.nav_bg
|
||||
hl.normal = "#ade8f4"
|
||||
return hl
|
||||
end,
|
||||
attributes = {
|
||||
|
||||
@@ -27,11 +27,11 @@ return function(opts)
|
||||
},
|
||||
-- table: additional groups that should be cleared
|
||||
extra_groups = {
|
||||
"NormalFloat",
|
||||
"NvimTreeNormal",
|
||||
"NeoTreeNormal",
|
||||
"NeoTreeFloatBorder",
|
||||
"NeoTreeNormalNC",
|
||||
-- "NormalFloat",
|
||||
-- "NvimTreeNormal",
|
||||
-- "NeoTreeNormal",
|
||||
-- "NeoTreeFloatBorder",
|
||||
-- "NeoTreeNormalNC",
|
||||
},
|
||||
-- table: groups you don't want to clear
|
||||
exclude_groups = {},
|
||||
|
||||
Reference in New Issue
Block a user