# TODO: TEST: diagnostics, might need a new set of colors..! can use all neon colors here!!
# UI ==============================
@ -62,7 +63,7 @@
'ui.text.focus'={fg="pink",bg="selection-ui",modifiers=["bold"]}# Selection highlight in buffer-picker or file-picker.
'ui.text.info'={fg="pink",bg="bg"}# Info popup contents (space mode menu).
# NOTE: pink pops out, making it better than the comfy purple-pleasant here
'ui.text.inactive'={fg="gray-stone" }# i think used in autocomplete suggestion..
'ui.text.inactive'={fg="gray-stone-lighter",modifiers=["dim"]}# i think used in autocomplete suggestion..
# TODO: a little hard to see, but i like it better than white-stone and purple-darker..
'ui.cursor'={fg="light-green-complement",bg="light-green",modifiers=["reversed","bold"]}# Fallback cursor colour, non-primary cursors when there are multiple (shift-c).
'ui.statusline'={fg="purple-pleasant",bg="bg-ui",modifiers=["dim"]}# Status line. and tab bar
# NOTE: matches line numbers
'ui.statusline.inactive'={fg="gray-stone",bg="bg-ui",modifiers=[]}# Status line in unfocused windows.
# TODO: too dim, likely inherited, but i don't know how to uninherit it..
# seems very dim.., likely inherited, but i don't know how to uninherit it.., i do prefer it to be different from the text used for comments though.. so it's not bad..
green-aqua="#54c59f"# used for constants/literals, not the prettiest, but it fits the aqua sea feelin' of the overall theme.. maybe can try bogster's green
orange-warning="#c7a06f"# warning, like a dim hazard sign
pink="#c17ac8"# great, comfy pink for pop-up-menu ui text, TODO: shuold be second main text color, but using it for punctuation at the moment..