ghostty divider color was too dark
dblume

dblume commited on 2025-02-19 09:05:19
Showing 1 changed files, with 2 additions and 0 deletions.


As of ~v1.1.2 we can now set the divider color with split-divider-color
See https://github.com/ghostty-org/ghostty/issues/4326
... ...
@@ -2,6 +2,8 @@
2 2
 # https://ghostty.org/docs/config
3 3
 theme = "catppuccin-mocha"
4 4
 
5
+split-divider-color = #789
6
+
5 7
 # for catppuccin-mocha (palette 6 for nvim rokulog syntax)
6 8
 palette = 6=#74d0c0
7 9
 foreground = dde4ea
8 10