mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-14 19:34:27 +02:00
add: update dracula theme
This commit is contained in:
parent
a80dab94b9
commit
8677303d6d
3 changed files with 10 additions and 6 deletions
|
@ -15,7 +15,7 @@
|
|||
-- solarized-osaka
|
||||
-- darcula-dark
|
||||
-- juliana
|
||||
vim.g.pcode_colorscheme = "darcula-dark"
|
||||
vim.g.pcode_colorscheme = "dracula"
|
||||
|
||||
-- 0 =off 1= on
|
||||
vim.g.pcode_transparent_mode = 0
|
||||
|
|
|
@ -17,13 +17,17 @@ if (color == "dracula") and true or false then
|
|||
lualine_bg_color = colors.bg,
|
||||
overrides = {
|
||||
Keywords = { fg = colors.cyan, italic = true },
|
||||
-- Function = { fg = colors.yellow, italic = true },
|
||||
["@keyword"] = { fg = colors.pink, italic = true },
|
||||
["@keyword.function"] = { fg = colors.cyan, italic = true },
|
||||
["@function"] = { fg = colors.green, italic = true },
|
||||
-- ["@tag.javascript"] = { fg = colors.cyan, italic = true },
|
||||
-- ["@tag.attribute"] = { fg = colors.green, italic = true },
|
||||
-- ["@tag.attribute.javascript"] = { fg = colors.orange, italic = true },
|
||||
["@tag.builtin.javascript"] = { fg = colors.pink },
|
||||
["@tag.delimiter.javascript"] = { fg = colors.fg },
|
||||
["@type.javascript"] = { fg = colors.fg },
|
||||
["@property.css"] = { fg = colors.cyan },
|
||||
["@type.css"] = { fg = colors.green },
|
||||
["@tag.css"] = { fg = colors.pink },
|
||||
["@keyword.css"] = { fg = colors.fg },
|
||||
["@string.css"] = { fg = colors.pink },
|
||||
NvimTreeFolderIcon = { fg = "#6776a7" },
|
||||
CmpItemAbbr = { fg = "#ABB2BF" },
|
||||
CmpItemKind = { fg = "#ABB2BF" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue