adjust overall zenflesh colors
This commit is contained in:
@@ -126,14 +126,14 @@ local theme = lush(function()
|
|||||||
-- default,
|
-- default,
|
||||||
-- Uncomment and edit if you want more specific syntax highlighting.
|
-- Uncomment and edit if you want more specific syntax highlighting.
|
||||||
|
|
||||||
Constant { fg = c.stone.da(24), gui = "italic" }, -- (preferred) any constant
|
Constant { fg = c.stone.da(29), gui = "italic" }, -- (preferred) any constant
|
||||||
-- String { }, -- a string constant: "this is a string"
|
-- String { }, -- a string constant: "this is a string"
|
||||||
-- Character { }, -- a character constant: 'c', '\n'
|
-- Character { }, -- a character constant: 'c', '\n'
|
||||||
Number { gui = "italic" }, -- a number constant: 234, 0xff
|
Number { gui = "italic" }, -- a number constant: 234, 0xff
|
||||||
Boolean { Number }, -- a boolean constant: TRUE, false
|
Boolean { Number }, -- a boolean constant: TRUE, false
|
||||||
-- Float { }, -- a floating point constant: 2.3e10
|
-- Float { }, -- a floating point constant: 2.3e10
|
||||||
|
|
||||||
Identifier { fg = c.stone.sa(8).da(14) }, -- (preferred) any variable name
|
Identifier { fg = c.stone.da(16) }, -- (preferred) any variable name
|
||||||
Function { fg = c.stone }, -- function name (also: methods for classes)
|
Function { fg = c.stone }, -- function name (also: methods for classes)
|
||||||
|
|
||||||
Statement { fg = c.stone, gui = "bold" }, -- (preferred) any statement
|
Statement { fg = c.stone, gui = "bold" }, -- (preferred) any statement
|
||||||
@@ -158,7 +158,7 @@ local theme = lush(function()
|
|||||||
Special { fg = c.stone.da(18), gui = "bold" }, -- (preferred) any special symbol
|
Special { fg = c.stone.da(18), gui = "bold" }, -- (preferred) any special symbol
|
||||||
-- SpecialChar { }, -- special character in a constant
|
-- SpecialChar { }, -- special character in a constant
|
||||||
-- Tag { }, -- you can use CTRL-] on this
|
-- Tag { }, -- you can use CTRL-] on this
|
||||||
Delimiter { fg = c.sand.de(24).li(42) }, -- character that needs attention
|
Delimiter { fg = c.sand.de(18).li(42) }, -- character that needs attention
|
||||||
SpecialComment { Comment, gui = "bold" }, -- special things inside a comment
|
SpecialComment { Comment, gui = "bold" }, -- special things inside a comment
|
||||||
-- Debug { }, -- debugging statements
|
-- Debug { }, -- debugging statements
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user