[neovim] Add override builtin variable color for github_dark_dimmed theme

This commit is contained in:
Daniel Carrillo 2024-02-03 17:59:40 +01:00
parent daef32ffe8
commit 6bd5f85550
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
1 changed files with 10 additions and 3 deletions

View File

@ -80,9 +80,16 @@ require("lazy").setup({
enabled = false,
},
},
styles = {
comments = "italic",
keywords = "italic",
},
}
local specs = {
github_dark_dimmed = {
syntax = {
builtin1 = "#96d0ff",
},
diagnostic = {
error = "#dd6861",
},
@ -245,9 +252,9 @@ require("lazy").setup({
"pmizio/typescript-tools.nvim",
opts = {
settings = {
complete_function_calls = true
}
}
complete_function_calls = true,
},
},
},
-- Markdown