From 348cf464591095260288244204b75f98cfa24750 Mon Sep 17 00:00:00 2001 From: Michael Yockey Date: Mon, 14 Jul 2025 22:57:54 -0400 Subject: [PATCH] Add Ghostty --- ghostty/.config/ghostty/config | 3 +++ ghostty/.config/ghostty/themes/tempus_classic | 22 +++++++++++++++++++ ghostty/.config/ghostty/themes/tempus_past | 22 +++++++++++++++++++ install.zsh | 1 + 4 files changed, 48 insertions(+) create mode 100644 ghostty/.config/ghostty/config create mode 100644 ghostty/.config/ghostty/themes/tempus_classic create mode 100644 ghostty/.config/ghostty/themes/tempus_past diff --git a/ghostty/.config/ghostty/config b/ghostty/.config/ghostty/config new file mode 100644 index 0000000..d4affce --- /dev/null +++ b/ghostty/.config/ghostty/config @@ -0,0 +1,3 @@ +font-family = TX-02 +font-size = 17 +theme = light:tempus_past,dark:tempus_classic diff --git a/ghostty/.config/ghostty/themes/tempus_classic b/ghostty/.config/ghostty/themes/tempus_classic new file mode 100644 index 0000000..a040550 --- /dev/null +++ b/ghostty/.config/ghostty/themes/tempus_classic @@ -0,0 +1,22 @@ +palette = 0=#232323 +palette = 1=#d4823d +palette = 2=#8c9e3d +palette = 3=#b1942b +palette = 4=#6e9cb0 +palette = 5=#b58d88 +palette = 6=#6da280 +palette = 7=#949d9f +palette = 8=#312e30 +palette = 9=#d0913d +palette = 10=#96a42d +palette = 11=#a8a030 +palette = 12=#8e9cc0 +palette = 13=#d58888 +palette = 14=#7aa880 +palette = 15=#aeadaf +background = #232323 +foreground = #aeadaf +cursor-color = #aeadaf +cursor-text = #232323 +selection-background = #aeadaf +selection-foreground = #232323 diff --git a/ghostty/.config/ghostty/themes/tempus_past b/ghostty/.config/ghostty/themes/tempus_past new file mode 100644 index 0000000..dddd6ca --- /dev/null +++ b/ghostty/.config/ghostty/themes/tempus_past @@ -0,0 +1,22 @@ +palette = 0=#53545b +palette = 1=#c00c50 +palette = 2=#0a7040 +palette = 3=#a6403a +palette = 4=#1763aa +palette = 5=#b02874 +palette = 6=#096a83 +palette = 7=#eae2de +palette = 8=#80565d +palette = 9=#bd3133 +palette = 10=#337243 +palette = 11=#8d554a +palette = 12=#5559bb +palette = 13=#b022a7 +palette = 14=#07707a +palette = 15=#f3f2f4 +background = #f3f2f4 +foreground = #53545b +cursor-color = #53545b +cursor-text = #f3f2f4 +selection-background = #53545b +selection-foreground = #f3f2f4 diff --git a/install.zsh b/install.zsh index fe2e4fd..db1303a 100755 --- a/install.zsh +++ b/install.zsh @@ -61,3 +61,4 @@ stow --dotfiles -t ~ ruby stow --dotfiles -t ~ nvim stow --dotfiles -t ~ tmux stow --dotfiles -t ~ wez +stow --dotfiles -t ~ ghostty