From 16292f226d2aac79166c08cfa8de3d01981078c3 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 30 Apr 2025 13:30:23 +0200 Subject: add ghostty MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .config/ghostty/themes/acme | 22 ++++++++++++++++++++++ .config/ghostty/themes/kanagawabones | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 .config/ghostty/themes/acme create mode 100755 .config/ghostty/themes/kanagawabones (limited to '.config/ghostty/themes') diff --git a/.config/ghostty/themes/acme b/.config/ghostty/themes/acme new file mode 100644 index 0000000..df41cca --- /dev/null +++ b/.config/ghostty/themes/acme @@ -0,0 +1,22 @@ +palette = 0 = #424242 +palette = 1 = #B85C57 +palette = 2 = #57864E +palette = 3 = #8F7634 +palette = 4 = #2A8DC5 +palette = 5 = #8888C7 +palette = 6 = #6AA7A8 +palette = 7 = #FFFFEC +palette = 8 = #999957 +palette = 9 = #F2ACAA +palette = 10 = #98CE8F +palette = 11 = #B7B19C +palette = 12 = #A6DCF8 +palette = 13 = #D0D0F7 +palette = 14 = #B0ECED +palette = 15 = #EEEEA7 +background = #FFFFEC +foreground = #424242 +cursor-color = #8888C7 +cursor-text = #FFFFEC +selection-background = #EEEEA7 +selection-foreground = #424242 diff --git a/.config/ghostty/themes/kanagawabones b/.config/ghostty/themes/kanagawabones new file mode 100755 index 0000000..b74b517 --- /dev/null +++ b/.config/ghostty/themes/kanagawabones @@ -0,0 +1,22 @@ +palette = 0 = #080808 +palette = 1 = #e46a78 +palette = 2 = #98bc6d +palette = 3 = #e5c283 +palette = 4 = #7eb3c9 +palette = 5 = #957fb8 +palette = 6 = #7eb3c9 +palette = 7 = #fffffb +palette = 8 = #3c3c51 +palette = 9 = #ec818c +palette = 10 = #9ec967 +palette = 11 = #f1c982 +palette = 12 = #7bc2df +palette = 13 = #a98fd2 +palette = 14 = #7bc2df +palette = 15 = #a8a48d +background = #080808 +foreground = #fffffb +cursor-color = #e6e0c2 +cursor-text = #080808 +selection-background = #49473e +selection-foreground = #fffffb -- cgit 1.4.1