From 5aaeb1bf77f3ca8b87d354e8e68973e3df09875f Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Thu, 11 Sep 2025 10:17:25 -0400 Subject: [PATCH] Update bold color for each theme --- config/ghostty/config | 3 +-- config/ghostty/themes/zenwritten-dark | 1 + config/ghostty/themes/zenwritten-light | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/ghostty/config b/config/ghostty/config index a1ca7c2..bd4315e 100644 --- a/config/ghostty/config +++ b/config/ghostty/config @@ -2,12 +2,11 @@ font-family = "IosevkaTermSlab Nerd Font Propo" font-style = "Regular" font-size = 13 -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 = zenwritten-dark +theme = zenwritten-light # Font-size keybindings (match Ctrl+Shift+j/k from WezTerm) keybind = all:ctrl+shift+k=increase_font_size:1 diff --git a/config/ghostty/themes/zenwritten-dark b/config/ghostty/themes/zenwritten-dark index 1fc0bd5..96217a8 100644 --- a/config/ghostty/themes/zenwritten-dark +++ b/config/ghostty/themes/zenwritten-dark @@ -5,6 +5,7 @@ cursor-color = #BBBBBB cursor-text = #191919 selection-foreground = #191919 selection-background = #BBBBBB +bold-color = "#fefefe" # ANSI 0..15 palette = 0=#191919 diff --git a/config/ghostty/themes/zenwritten-light b/config/ghostty/themes/zenwritten-light index 758065a..c1b068a 100644 --- a/config/ghostty/themes/zenwritten-light +++ b/config/ghostty/themes/zenwritten-light @@ -5,6 +5,7 @@ cursor-color = #2c363c cursor-text = #F0EDEC selection-foreground = #F0EDEC selection-background = #2c363c +bold-color = "#010101" # ANSI 0..15 palette = 0=#F0EDEC