aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-06-29 16:01:28 +0000
committerBlaž Hrastnik2021-06-29 16:01:28 +0000
commite9159887a9119f146095fec9603e654c549a688c (patch)
tree5950390ffe8ca026beafc9a4168029ff50773f2e
parentc2a292ecf3109ea3a3cd08cf84b1d83ae5a16f2d (diff)
ui: Use a box drawing character vertical line for splits
-rw-r--r--helix-term/src/ui/editor.rs4
-rw-r--r--theme.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/helix-term/src/ui/editor.rs b/helix-term/src/ui/editor.rs
index d86b0793..7d97c2ba 100644
--- a/helix-term/src/ui/editor.rs
+++ b/helix-term/src/ui/editor.rs
@@ -85,8 +85,8 @@ impl EditorView {
for y in area.top()..area.bottom() {
surface
.get_mut(x, y)
- // .set_symbol(tui::symbols::line::VERTICAL)
- .set_symbol(" ")
+ .set_symbol(tui::symbols::line::VERTICAL)
+ //.set_symbol(" ")
.set_style(border_style);
}
}
diff --git a/theme.toml b/theme.toml
index 12900571..13753dc6 100644
--- a/theme.toml
+++ b/theme.toml
@@ -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