mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
add: update config github theme
This commit is contained in:
parent
6ab26e38bc
commit
34162856e1
1 changed files with 2 additions and 2 deletions
|
@ -58,9 +58,9 @@ return {
|
||||||
IlluminatedWordText = { bg = "#3b4261" },
|
IlluminatedWordText = { bg = "#3b4261" },
|
||||||
IlluminatedWordRead = { bg = "#3b4261" },
|
IlluminatedWordRead = { bg = "#3b4261" },
|
||||||
IlluminatedWordWrite = { bg = "#3b4261" },
|
IlluminatedWordWrite = { bg = "#3b4261" },
|
||||||
["@tag.attribute"] = { fg = "#faa356", style = "italic" },
|
["@tag.attribute"] = { fg = "#77bdfb", style = "italic" },
|
||||||
["@text.uri"] = { fg = palette.const, style = "italic" },
|
["@text.uri"] = { fg = palette.const, style = "italic" },
|
||||||
["@tag"] = { fg = "#fa7970" },
|
-- ["@tag"] = { fg = "#fa7970" },
|
||||||
},
|
},
|
||||||
github_dark_high_contrast = {
|
github_dark_high_contrast = {
|
||||||
NvimTreeSpecialFile = { fg = "#faa356", style = "italic" },
|
NvimTreeSpecialFile = { fg = "#faa356", style = "italic" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue