Add ui.gutter
theming
This commit is contained in:
parent
cce34feb4e
commit
c7ace15fd4
4 changed files with 18 additions and 10 deletions
|
@ -29,8 +29,10 @@
|
||||||
"namespace" = "magenta"
|
"namespace" = "magenta"
|
||||||
"ui.help" = { fg = "white", bg = "black" }
|
"ui.help" = { fg = "white", bg = "black" }
|
||||||
|
|
||||||
"info" = "gray"
|
"diagnostic" = { modifiers = ["underlined"] }
|
||||||
|
"ui.gutter" = { bg = "black" }
|
||||||
|
"info" = "blue"
|
||||||
"hint" = "gray"
|
"hint" = "gray"
|
||||||
"debug" = "gray"
|
"debug" = "gray"
|
||||||
"diagnostic" = "gray"
|
"warning" = "yellow"
|
||||||
"error" = "red"
|
"error" = "red"
|
||||||
|
|
|
@ -33,10 +33,12 @@
|
||||||
"namespace" = "base0E"
|
"namespace" = "base0E"
|
||||||
"ui.help" = { fg = "base06", bg = "base01" }
|
"ui.help" = { fg = "base06", bg = "base01" }
|
||||||
|
|
||||||
"info" = "base03"
|
"diagnostic" = { modifiers = ["underlined"] }
|
||||||
|
"ui.gutter" = { bg = "base01" }
|
||||||
|
"info" = "base0D"
|
||||||
"hint" = "base03"
|
"hint" = "base03"
|
||||||
"debug" = "base03"
|
"debug" = "base03"
|
||||||
"diagnostic" = "base03"
|
"warning" = "base09"
|
||||||
"error" = "base08"
|
"error" = "base08"
|
||||||
|
|
||||||
[palette]
|
[palette]
|
||||||
|
|
|
@ -33,10 +33,12 @@
|
||||||
"namespace" = "base0E"
|
"namespace" = "base0E"
|
||||||
"ui.help" = { fg = "base06", bg = "base01" }
|
"ui.help" = { fg = "base06", bg = "base01" }
|
||||||
|
|
||||||
"info" = "base03"
|
"diagnostic" = { modifiers = ["underlined"] }
|
||||||
|
"ui.gutter" = { bg = "base01" }
|
||||||
|
"info" = "base0D"
|
||||||
"hint" = "base03"
|
"hint" = "base03"
|
||||||
"debug" = "base03"
|
"debug" = "base03"
|
||||||
"diagnostic" = "base03"
|
"warning" = "base09"
|
||||||
"error" = "base08"
|
"error" = "base08"
|
||||||
|
|
||||||
[palette]
|
[palette]
|
||||||
|
|
|
@ -30,8 +30,10 @@
|
||||||
"namespace" = "light-magenta"
|
"namespace" = "light-magenta"
|
||||||
"ui.help" = { fg = "white", bg = "black" }
|
"ui.help" = { fg = "white", bg = "black" }
|
||||||
|
|
||||||
"info" = "light-gray"
|
"diagnostic" = { modifiers = ["underlined"] }
|
||||||
"hint" = "light-gray"
|
"ui.gutter" = { bg = "black" }
|
||||||
"debug" = "light-gray"
|
"info" = "light-blue"
|
||||||
"diagnostic" = "light-gray"
|
"hint" = "gray"
|
||||||
|
"debug" = "gray"
|
||||||
|
"warning" = "yellow"
|
||||||
"error" = "light-red"
|
"error" = "light-red"
|
||||||
|
|
Loading…
Add table
Reference in a new issue