We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dec381 commit 670189dCopy full SHA for 670189d
lua/base46/integrations/syntax.lua
@@ -4,7 +4,7 @@ local syntax = {
4
Boolean = { fg = theme.base09 },
5
Character = { fg = theme.base08 },
6
Conditional = { fg = theme.base0E },
7
- Constant = { fg = theme.base08 },
+ Constant = { fg = theme.base09 },
8
Define = { fg = theme.base0E, sp = "none" },
9
Delimiter = { fg = theme.base0F },
10
Float = { fg = theme.base09 },
lua/base46/integrations/treesitter.lua
@@ -12,7 +12,7 @@ return {
12
["@module"] = { fg = theme.base08 },
13
-- ["@module.builtin"] = { fg = theme.base08 },
14
15
- ["@constant"] = { fg = theme.base08 },
+ ["@constant"] = { fg = theme.base09 },
16
["@constant.builtin"] = { fg = theme.base09 },
17
["@constant.macro"] = { fg = theme.base08 },
18
0 commit comments