add: DBUI config example

This commit is contained in:
asep.komarudin 2024-06-10 19:44:20 +07:00
parent 27f4a6016d
commit ba64a3073c
6 changed files with 70 additions and 5 deletions

View file

@ -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 },