Skip to content

Commit

Permalink
update Number highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
zootedb0t committed Dec 23, 2023
1 parent 8f48d38 commit 7f3b86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/citruszest/highlights/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ M.theme = function(C, O)
Constant = { fg = C.turquoise_blue }, -- (preferred) any constant
String = { fg = C.aurora }, -- a string constant: "this is a string"
Character = { fg = C.yellow }, -- a character constant: 'c', '\n'
Number = { fg = C.bright_blue }, -- a number constant: 234, 0xff
Number = { fg = C.lemon_yellow }, -- a number constant: 234, 0xff
Float = { link = "Number" }, -- a floating point constant: 2.3e10
Boolean = { fg = C.orange }, -- a boolean constant: TRUE, false
Identifier = { fg = C.turquoise_blue, italic = O.italic }, -- (preferred) any variable name
Expand Down

0 comments on commit 7f3b86a

Please sign in to comment.