mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
ui: Use a box drawing character vertical line for splits
This commit is contained in:
parent
c2a292ecf3
commit
e9159887a9
2 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@
|
|||
"ui.statusline" = { fg = "#dbbfef", bg = "#281733" } # revolver
|
||||
"ui.statusline.inactive" = { fg = "#a4a0e8", bg = "#281733" } # revolver
|
||||
"ui.popup" = { bg = "#281733" } # revolver
|
||||
"ui.window" = { bg = "#452859" } # bossa nova
|
||||
"ui.window" = { fg = "#452859" } # bossa nova
|
||||
"ui.help" = { bg = "#7958DC", fg = "#171452" }
|
||||
|
||||
"ui.text" = { fg = "#a4a0e8" } # lavender
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue