neovim: colorscheme
This commit is contained in:
@@ -216,10 +216,10 @@ require("lazy").setup({
|
|||||||
terminal_colors = true,
|
terminal_colors = true,
|
||||||
},
|
},
|
||||||
italic = {
|
italic = {
|
||||||
comments = true,
|
comments = false,
|
||||||
keywords = true,
|
keywords = true,
|
||||||
functions = false,
|
functions = true,
|
||||||
variables = false,
|
variables = false,
|
||||||
},
|
},
|
||||||
custom_colors = { -- this table can hold any group of colors with their respective values
|
custom_colors = { -- this table can hold any group of colors with their respective values
|
||||||
LineNr = { fg = "#5BBBDA", bg = "NONE", style = "NONE" },
|
LineNr = { fg = "#5BBBDA", bg = "NONE", style = "NONE" },
|
||||||
|
|||||||
Reference in New Issue
Block a user