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