|
|
@ -2,11 +2,9 @@
|
|
|
|
# Author: ChrisHa<chunghha@users.noreply.github.com>
|
|
|
|
# Author: ChrisHa<chunghha@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
"ui.background" = { bg = "surface" }
|
|
|
|
"ui.background" = { bg = "surface" }
|
|
|
|
"ui.menu" = "base"
|
|
|
|
"ui.menu" = { fg = "text", bg = "overlay" }
|
|
|
|
"ui.menu.selected" = { fg = "iris", bg = "surface" }
|
|
|
|
"ui.menu.selected" = { fg = "iris", bg = "surface" }
|
|
|
|
"ui.linenr" = {fg = "subtle" }
|
|
|
|
"ui.linenr" = {fg = "subtle" }
|
|
|
|
"ui.popup" = { bg = "overlay" }
|
|
|
|
|
|
|
|
"ui.window" = { bg = "overlay" }
|
|
|
|
|
|
|
|
"ui.liner.selected" = "highlightOverlay"
|
|
|
|
"ui.liner.selected" = "highlightOverlay"
|
|
|
|
"ui.selection" = "highlight"
|
|
|
|
"ui.selection" = "highlight"
|
|
|
|
"comment" = "subtle"
|
|
|
|
"comment" = "subtle"
|
|
|
@ -34,7 +32,7 @@
|
|
|
|
"keyword" = "pine"
|
|
|
|
"keyword" = "pine"
|
|
|
|
"label" = "iris"
|
|
|
|
"label" = "iris"
|
|
|
|
"namespace" = "pine"
|
|
|
|
"namespace" = "pine"
|
|
|
|
"ui.popup" = { bg = "overlay" }
|
|
|
|
"ui.popup" = { bg = "surface" }
|
|
|
|
"ui.window" = { bg = "base" }
|
|
|
|
"ui.window" = { bg = "base" }
|
|
|
|
"ui.help" = { bg = "overlay", fg = "foam" }
|
|
|
|
"ui.help" = { bg = "overlay", fg = "foam" }
|
|
|
|
"text" = "text"
|
|
|
|
"text" = "text"
|
|
|
|