mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-28 19:50:05 +02:00
add: config dracula theme
This commit is contained in:
parent
a121508f39
commit
0f86826268
4 changed files with 62 additions and 4 deletions
|
@ -226,17 +226,26 @@ return {
|
|||
menu = "#282A36",
|
||||
},
|
||||
italic_comment = true,
|
||||
lualine_bg_color = "#282A36",
|
||||
overrides = {
|
||||
NvimTreeFolderIcon = { fg = "#FCC76A" },
|
||||
CmpItemAbbr = { fg = "#ABB2BF" },
|
||||
CmpItemKind = { fg = "#ABB2BF" },
|
||||
CmpItemAbbrDeprecated = { fg = "#ABB2BF" },
|
||||
CmpItemAbbrMatch = { fg = "#8BE9FD" },
|
||||
htmlLink = { fg = "#BD93F9" },
|
||||
htmlLink = { fg = "#BD93F9", underline = false },
|
||||
Underlined = { fg = "#8BE9FD" },
|
||||
NvimTreeSpecialFile = { fg = "#FF79C6" },
|
||||
MatchParen = { fg = "#F8F8F2" },
|
||||
SpellBad = { fg = "#FF6E6E" },
|
||||
illuminatedWord = { bg = "#3b4261" },
|
||||
illuminatedCurWord = { bg = "#3b4261" },
|
||||
IlluminatedWordText = { bg = "#3b4261" },
|
||||
IlluminatedWordRead = { bg = "#3b4261" },
|
||||
IlluminatedWordWrite = { bg = "#3b4261" },
|
||||
StatusLine = { fg = "#f8f8f2", bg = "#282A36" },
|
||||
StatusLineTerm = { fg = "#f8f8f2", bg = "#282A36" },
|
||||
BufferLineFill = { bg = "#282A36" },
|
||||
},
|
||||
transparent_bg = transparent,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue