From a1a000db62a3e51d5223f20c2904f30b11fd5222 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Tue, 9 Sep 2025 08:23:53 -0400 Subject: [PATCH] Update theme names --- config/ghostty/config | 15 +++------------ .../ghostty/themes/{my-dark => zenwritten-dark} | 0 .../ghostty/themes/{my-light => zenwritten-light} | 0 3 files changed, 3 insertions(+), 12 deletions(-) rename config/ghostty/themes/{my-dark => zenwritten-dark} (100%) rename config/ghostty/themes/{my-light => zenwritten-light} (100%) diff --git a/config/ghostty/config b/config/ghostty/config index 9a11707..a1ca7c2 100644 --- a/config/ghostty/config +++ b/config/ghostty/config @@ -1,26 +1,17 @@ # --- Basics font-family = "IosevkaTermSlab Nerd Font Propo" font-style = "Regular" - -# Optional: make bold map to bright colors like iTerm2 - -bold-color = "#fefefe" font-size = 13 - -# Disable programming ligatures (same as your HarfBuzz flags) -# (-liga, -clig, -calt match your calt=0, clig=0, liga=0) -font-feature = -liga,-clig,-calt - -# Ghostty has no custom tab bar (uses native macOS tabs), so nothing to disable. +bold-color = "#fefefe" +background-opacity = 1.0 # Auto light/dark theme pair that matches your two palettes below #theme = dark:my-dark,light:my-light -theme = my-dark +theme = zenwritten-dark # Font-size keybindings (match Ctrl+Shift+j/k from WezTerm) keybind = all:ctrl+shift+k=increase_font_size:1 keybind = all:ctrl+shift+j=decrease_font_size:1 -background-opacity = 1.0 # Optional: make the split divider visible (newer Ghostty) # split-divider-color = #444444 diff --git a/config/ghostty/themes/my-dark b/config/ghostty/themes/zenwritten-dark similarity index 100% rename from config/ghostty/themes/my-dark rename to config/ghostty/themes/zenwritten-dark diff --git a/config/ghostty/themes/my-light b/config/ghostty/themes/zenwritten-light similarity index 100% rename from config/ghostty/themes/my-light rename to config/ghostty/themes/zenwritten-light