Skip to content

Commit 670189d

Browse files
committed
misc
1 parent 7dec381 commit 670189d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lua/base46/integrations/syntax.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ local syntax = {
44
Boolean = { fg = theme.base09 },
55
Character = { fg = theme.base08 },
66
Conditional = { fg = theme.base0E },
7-
Constant = { fg = theme.base08 },
7+
Constant = { fg = theme.base09 },
88
Define = { fg = theme.base0E, sp = "none" },
99
Delimiter = { fg = theme.base0F },
1010
Float = { fg = theme.base09 },

lua/base46/integrations/treesitter.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ return {
1212
["@module"] = { fg = theme.base08 },
1313
-- ["@module.builtin"] = { fg = theme.base08 },
1414

15-
["@constant"] = { fg = theme.base08 },
15+
["@constant"] = { fg = theme.base09 },
1616
["@constant.builtin"] = { fg = theme.base09 },
1717
["@constant.macro"] = { fg = theme.base08 },
1818

0 commit comments

Comments
 (0)