|
|
@ -13,11 +13,10 @@ variable = "tan"
|
|
|
|
"variable.parameter" = { fg = "white" }
|
|
|
|
"variable.parameter" = { fg = "white" }
|
|
|
|
"variable.builtin" = "white"
|
|
|
|
"variable.builtin" = "white"
|
|
|
|
type = "light-blue"
|
|
|
|
type = "light-blue"
|
|
|
|
"type.builtin" = "typeish" # TODO: distinguish?
|
|
|
|
"type.builtin" = "functionish" # TODO: distinguish?
|
|
|
|
constructor = "lilac"
|
|
|
|
constructor = "lilac"
|
|
|
|
function = "functionish"
|
|
|
|
function = "functionish"
|
|
|
|
"function.macro" = "lilac"
|
|
|
|
"function.macro" = "lilac"
|
|
|
|
# Maybe use green? #B8BB26 or gruvgreen
|
|
|
|
|
|
|
|
"function.builtin" = "typeish"
|
|
|
|
"function.builtin" = "typeish"
|
|
|
|
tag = "almond"
|
|
|
|
tag = "almond"
|
|
|
|
comment = "bgray"
|
|
|
|
comment = "bgray"
|
|
|
@ -47,9 +46,10 @@ label = "honey"
|
|
|
|
# TODO: diferentiate doc comment
|
|
|
|
# TODO: diferentiate doc comment
|
|
|
|
# concat (ERROR) @error.syntax and "MISSING ;" selectors for errors
|
|
|
|
# concat (ERROR) @error.syntax and "MISSING ;" selectors for errors
|
|
|
|
|
|
|
|
|
|
|
|
# NOTE: If you want the background transparent set bg to empty
|
|
|
|
# NOTE: bg is empty so it is transparent on the terminal
|
|
|
|
# bg = ""
|
|
|
|
# if you want the bg to not be transparent rename give bg
|
|
|
|
"ui.background" = { fg = "#25262B", bg = "#25262B" }
|
|
|
|
# the same value as fg and remove fg :)
|
|
|
|
|
|
|
|
"ui.background" = { fg = "#25262B", bg = "" }
|
|
|
|
"ui.background.separator" = { fg = "sglow" }
|
|
|
|
"ui.background.separator" = { fg = "sglow" }
|
|
|
|
"ui.linenr" = { fg = "light-grey", modifiers = ["italic"] }
|
|
|
|
"ui.linenr" = { fg = "light-grey", modifiers = ["italic"] }
|
|
|
|
"ui.linenr.selected" = { fg = "bpink", modifiers = ["bold"] }
|
|
|
|
"ui.linenr.selected" = { fg = "bpink", modifiers = ["bold"] }
|
|
|
|