dim brackets

pull/11791/head
rathewolf 2 months ago
parent a90f242f38
commit 92bc6bd266

@ -21,8 +21,8 @@
# TODO: # TODO:
# maybe add a fallback for every table..? # maybe add a fallback for every table..?
# not happy with aura's orange, it's just too dim.. boring! is noctis's orange really that bright..? # not happy with aura's orange, it's just too dim.. boring! is noctis's orange really that bright..?
# still not happy about aura's blue-green used for namespace, especially for rust.. # still not happy about aura's blue-green used for namespace, especially for rust.. desaturating didn't quite do it..
# could try other colors for operators to make them more clear, and even punctuation # could try other colors for operators, and even punctuation
# currently trying a dimmer shade of pink for variable.other.member, but there's too many keywords categorized in there.. # currently trying a dimmer shade of pink for variable.other.member, but there's too many keywords categorized in there..
# create a white-stone with a tinge of color for variable.other..? # create a white-stone with a tinge of color for variable.other..?
# find out where the color for file picker is set, and try to dim it # find out where the color for file picker is set, and try to dim it
@ -31,7 +31,6 @@
# find a different color for built-in types, currently using aura's default green-sea # find a different color for built-in types, currently using aura's default green-sea
# NOTE: # NOTE:
# struct counts as a keyword, not a type, which can be confusing.. maybe there's more keyword properties..??
# blinking doesn't work with italics, another reason to not italicize comments # blinking doesn't work with italics, another reason to not italicize comments
# can fetch syntax highlighting tests from here: # can fetch syntax highlighting tests from here:
# https://github.com/sharkdp/bat # https://github.com/sharkdp/bat
@ -209,11 +208,11 @@
'label' = { fg = "purple" } # Loop labels in rust. 'label' = { fg = "purple" } # Loop labels in rust.
'punctuation' = { fg = "pink", modifiers = ["bold"] } # (){}[]:;,. 'punctuation' = { fg = "pink-dimmer", modifiers = ["bold"] } # (){}[]:;,.
# NOTE: the bolded gold from noctic is really, really nice, but it collides with the orange-brighter color; also, bolded white is too much white, should save white just for variables only # NOTE: the bolded gold from noctic is really, really nice, but it collides with the orange-brighter color; also, bolded white is too much white, should save white just for variables only
'punctuation.delimiter' = { fg = "pink-hot", modifiers = ["bold"] } # Commas and colons. 'punctuation.delimiter' = { fg = "pink-hot", modifiers = ["bold"] } # Commas and colons.
# pink-hotter is slightly too annoying.. # pink-hotter is slightly too annoying..
'punctuation.bracket' = { fg = "pink", modifiers = ["bold"] } # Parentheses, angle brackets, etc. 'punctuation.bracket' = { fg = "pink-dimmer", modifiers = ["bold"] } # Parentheses, angle brackets, etc.
'punctuation.special' = { fg = "orange-bright", modifiers = ["bold"] } # no clue.. 'punctuation.special' = { fg = "orange-bright", modifiers = ["bold"] } # no clue..
# use gold to make it stick out a little.. # use gold to make it stick out a little..

Loading…
Cancel
Save