mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
cat
This commit is contained in:
parent
081c2ff814
commit
a9d751311f
1 changed files with 20 additions and 1 deletions
|
|
@ -8,8 +8,27 @@ return {
|
|||
options = {
|
||||
transparent = true,
|
||||
},
|
||||
styles = { -- Style to be applied to different syntax groups
|
||||
comments = "NONE", -- Value is any valid attr-list value `:help attr-list`
|
||||
functions = "italic",
|
||||
keywords = "bold",
|
||||
variables = "NONE",
|
||||
conditionals = "NONE",
|
||||
constants = "NONE",
|
||||
numbers = "NONE",
|
||||
operators = "NONE",
|
||||
strings = "NONE",
|
||||
types = "NONE",
|
||||
},
|
||||
darken = { -- Darken floating windows and sidebar-like windows
|
||||
floats = true,
|
||||
sidebars = {
|
||||
enable = true,
|
||||
list = {}, -- Apply dark background to specific windows
|
||||
},
|
||||
},
|
||||
})
|
||||
vim.cmd("colorscheme github_dark_high_contrast")
|
||||
vim.cmd("colorscheme github_dark")
|
||||
end,
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue