mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
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"
|
||||
"ui.help" = { fg = "white", bg = "black" }
|
||||
|
||||
"info" = "gray"
|
||||
"diagnostic" = { modifiers = ["underlined"] }
|
||||
"ui.gutter" = { bg = "black" }
|
||||
"info" = "blue"
|
||||
"hint" = "gray"
|
||||
"debug" = "gray"
|
||||
"diagnostic" = "gray"
|
||||
"warning" = "yellow"
|
||||
"error" = "red"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue