mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-11-10 19:41:12 +00:00
[neovim] Add override builtin variable color for github_dark_dimmed theme
This commit is contained in:
parent
daef32ffe8
commit
6bd5f85550
@ -80,9 +80,16 @@ require("lazy").setup({
|
|||||||
enabled = false,
|
enabled = false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
styles = {
|
||||||
|
comments = "italic",
|
||||||
|
keywords = "italic",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
local specs = {
|
local specs = {
|
||||||
github_dark_dimmed = {
|
github_dark_dimmed = {
|
||||||
|
syntax = {
|
||||||
|
builtin1 = "#96d0ff",
|
||||||
|
},
|
||||||
diagnostic = {
|
diagnostic = {
|
||||||
error = "#dd6861",
|
error = "#dd6861",
|
||||||
},
|
},
|
||||||
@ -245,9 +252,9 @@ require("lazy").setup({
|
|||||||
"pmizio/typescript-tools.nvim",
|
"pmizio/typescript-tools.nvim",
|
||||||
opts = {
|
opts = {
|
||||||
settings = {
|
settings = {
|
||||||
complete_function_calls = true
|
complete_function_calls = true,
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
-- Markdown
|
-- Markdown
|
||||||
|
Loading…
Reference in New Issue
Block a user