From 5c49e40e08215b983309f06d1a51f5d30824a043 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Tue, 24 Mar 2026 18:45:47 -0400 Subject: [PATCH] Add ghostty theme --- default.conf.yaml | 1 + ghostty/config.ghostty | 5 +++++ ghostty/themes/jdkaplan-dark | 24 ++++++++++++++++++++++++ ghostty/themes/jdkaplan-light | 24 ++++++++++++++++++++++++ 4 files changed, 54 insertions(+) create mode 100644 ghostty/config.ghostty create mode 100644 ghostty/themes/jdkaplan-dark create mode 100644 ghostty/themes/jdkaplan-light diff --git a/default.conf.yaml b/default.conf.yaml index 44a3dc2..d963a66 100644 --- a/default.conf.yaml +++ b/default.conf.yaml @@ -19,6 +19,7 @@ ~/.config/flake8: etc/flake8 ~/.config/gh/config.yml: gh/config.yml ~/.config/gh-dash: gh-dash/ + ~/.config/ghostty: ghostty/ ~/.config/git: git/ ~/.config/helix: helix/ ~/.config/hg: hg/ diff --git a/ghostty/config.ghostty b/ghostty/config.ghostty new file mode 100644 index 0000000..a9b3637 --- /dev/null +++ b/ghostty/config.ghostty @@ -0,0 +1,5 @@ +font-family = Input Mono Narrow +font-style-bold-italic = BoldIta +font-size = 10 + +theme = light:jdkaplan-light,dark:jdkaplan-dark diff --git a/ghostty/themes/jdkaplan-dark b/ghostty/themes/jdkaplan-dark new file mode 100644 index 0000000..fc07d29 --- /dev/null +++ b/ghostty/themes/jdkaplan-dark @@ -0,0 +1,24 @@ +palette = 0=#282a2e +palette = 1=#cc6666 +palette = 2=#b5bd68 +palette = 3=#f0c674 +palette = 4=#81a2be +palette = 5=#b294bb +palette = 6=#8abeb7 +palette = 7=#707880 +palette = 8=#373b41 +palette = 9=#a54242 +palette = 10=#8c9440 +palette = 11=#de935f +palette = 12=#5f819d +palette = 13=#85678f +palette = 14=#5e8d87 +palette = 15=#c5c8c6 + +background = #1d1f21 +foreground = #c5c8c6 + +cursor-color = +cursor-text = +selection-background = +selection-foreground = diff --git a/ghostty/themes/jdkaplan-light b/ghostty/themes/jdkaplan-light new file mode 100644 index 0000000..b8bec32 --- /dev/null +++ b/ghostty/themes/jdkaplan-light @@ -0,0 +1,24 @@ +palette = 0=#dadada +palette = 1=#ad1d2f +palette = 2=#345a09 +palette = 3=#b44900 +palette = 4=#024299 +palette = 5=#63039f +palette = 6=#008a86 +palette = 7=#707070 +palette = 8=#b3b3b3 +palette = 9=#f32840 +palette = 10=#056602 +palette = 11=#f06d14 +palette = 12=#337ada +palette = 13=#ac37f5 +palette = 14=#0089a8 +palette = 15=#909090 + +background = #ffffff +foreground = #303030 + +cursor-color = +cursor-text = +selection-background = +selection-foreground =