|
|
@ -47,10 +47,9 @@ 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: bg is empty so it is transparent on the terminal
|
|
|
|
# NOTE: If you want the background transparent set bg to empty
|
|
|
|
# if you want the bg to not be transparent rename give bg
|
|
|
|
# bg = ""
|
|
|
|
# the same value as fg and remove fg :)
|
|
|
|
"ui.background" = { fg = "#25262B", bg = "#25262B" }
|
|
|
|
"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"] }
|
|
|
|