mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
add: DBUI config example
This commit is contained in:
parent
27f4a6016d
commit
ba64a3073c
6 changed files with 70 additions and 5 deletions
|
@ -20,6 +20,7 @@ if (color == "dracula") and true or false then
|
|||
["@keyword"] = { fg = colors.pink, italic = true },
|
||||
["@keyword.function"] = { fg = colors.cyan, italic = true },
|
||||
["@function"] = { fg = colors.green, italic = true },
|
||||
["@tag.attribute"] = { fg = colors.green, italic = true },
|
||||
["@tag.builtin.javascript"] = { fg = colors.pink },
|
||||
["@tag.delimiter.javascript"] = { fg = colors.fg },
|
||||
["@type.javascript"] = { fg = colors.fg },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue