From 97c24b2ccd5cf42d257b225a116c7d878505317d Mon Sep 17 00:00:00 2001 From: Kenneth Date: Thu, 25 Sep 2025 22:33:44 +0100 Subject: [PATCH] add ghostty themes --- ghostty/config | 2 +- ghostty/themes/catppuccin-latte.conf | 22 ++++++++++++++++++++++ ghostty/themes/catppuccin-mocha.conf | 22 ++++++++++++++++++++++ sketchybar/plugins/theme.sh | 2 +- 4 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 ghostty/themes/catppuccin-latte.conf create mode 100644 ghostty/themes/catppuccin-mocha.conf diff --git a/ghostty/config b/ghostty/config index c247bbc..3f878d2 100644 --- a/ghostty/config +++ b/ghostty/config @@ -2,6 +2,6 @@ shell-integration = zsh font-family = SF Mono font-size = 14 font-thicken = true -theme = dark:catppuccin-macchiato,light:catppuccin-latte +theme = dark:catppuccin-mocha.conf,light:catppuccin-latte.conf window-padding-x = 16 diff --git a/ghostty/themes/catppuccin-latte.conf b/ghostty/themes/catppuccin-latte.conf new file mode 100644 index 0000000..884910d --- /dev/null +++ b/ghostty/themes/catppuccin-latte.conf @@ -0,0 +1,22 @@ +palette = 0=#5c5f77 +palette = 1=#d20f39 +palette = 2=#40a02b +palette = 3=#df8e1d +palette = 4=#1e66f5 +palette = 5=#ea76cb +palette = 6=#179299 +palette = 7=#acb0be +palette = 8=#6c6f85 +palette = 9=#d20f39 +palette = 10=#40a02b +palette = 11=#df8e1d +palette = 12=#1e66f5 +palette = 13=#ea76cb +palette = 14=#179299 +palette = 15=#bcc0cc +background = eff1f5 +foreground = 4c4f69 +cursor-color = dc8a78 +cursor-text = eff1f5 +selection-background = d8dae1 +selection-foreground = 4c4f69 diff --git a/ghostty/themes/catppuccin-mocha.conf b/ghostty/themes/catppuccin-mocha.conf new file mode 100644 index 0000000..57825be --- /dev/null +++ b/ghostty/themes/catppuccin-mocha.conf @@ -0,0 +1,22 @@ +palette = 0=#45475a +palette = 1=#f38ba8 +palette = 2=#a6e3a1 +palette = 3=#f9e2af +palette = 4=#89b4fa +palette = 5=#f5c2e7 +palette = 6=#94e2d5 +palette = 7=#a6adc8 +palette = 8=#585b70 +palette = 9=#f38ba8 +palette = 10=#a6e3a1 +palette = 11=#f9e2af +palette = 12=#89b4fa +palette = 13=#f5c2e7 +palette = 14=#94e2d5 +palette = 15=#bac2de +background = 1e1e2e +foreground = cdd6f4 +cursor-color = f5e0dc +cursor-text = 11111b +selection-background = 353749 +selection-foreground = cdd6f4 diff --git a/sketchybar/plugins/theme.sh b/sketchybar/plugins/theme.sh index 6e98df3..d277164 100755 --- a/sketchybar/plugins/theme.sh +++ b/sketchybar/plugins/theme.sh @@ -3,7 +3,7 @@ query=$(defaults read -g AppleInterfaceStyle | xargs) if [ "$query" = "Dark" ]; then - sketchybar --bar color=0xff313244 \ + sketchybar --bar color=0x00000000 \ --set '/.*/' icon.color=0xffffffff label.color=0xffffffff else sketchybar --bar color=0x00000000 \