From a8d80a6ede1480b3f767a1b51ca67a6b4a14e537 Mon Sep 17 00:00:00 2001 From: xfy Date: Thu, 27 Feb 2025 09:18:30 +0800 Subject: [PATCH] add ghostty --- ghostty/config | 14 ++++++++++++ ghostty/themes/rei.ghostty | 28 +++++++++++++++++++++++ kitty/kitty.conf | 4 ++-- rua-scripts/{linux => }/show-client-16.sh | 0 4 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 ghostty/config create mode 100644 ghostty/themes/rei.ghostty rename rua-scripts/{linux => }/show-client-16.sh (100%) diff --git a/ghostty/config b/ghostty/config new file mode 100644 index 0000000..48220a7 --- /dev/null +++ b/ghostty/config @@ -0,0 +1,14 @@ +font-family = "JetBrains Mono NL" +font-size = 16 + +theme = rei.ghostty + +window-save-state = always +window-padding-x = 0 +window-padding-y = 0 +window-inherit-working-directory = true +macos-option-as-alt = left +term = xterm-256color +macos-titlebar-style = hidden +background-opacity = 0.96 +background-blur = 37 diff --git a/ghostty/themes/rei.ghostty b/ghostty/themes/rei.ghostty new file mode 100644 index 0000000..cba7124 --- /dev/null +++ b/ghostty/themes/rei.ghostty @@ -0,0 +1,28 @@ +# rei theme for ghostty +## name: rei + +background = #0E1723 +foreground = #CDCDCD +selection-background = #2F3843 +selection-foreground = #CDCDCD +cursor-color = #DAD0E9 + +# normal +palette = 0=#556173 +palette = 1=#A87692 +palette = 2=#809FA1 +palette = 3=#FD9491 +palette = 4=#91B8E9 +palette = 5=#B9AEE6 +palette = 6=#FCD0A1 +palette = 7=#9DBCD0 + +# bright +palette = 8=#404A56 +palette = 9=#D9B0C0 +palette = 10=#8AA7A8 +palette = 11=#FDB3B2 +palette = 12=#B4CFF0 +palette = 13=#BFB4E8 +palette = 14=#FCD4A8 +palette = 15=#A5C1D4 diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 7a4a12d..7538efd 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -18,8 +18,8 @@ tab_bar_style custom tab_powerline_style round tab_title_template "{index}: {title[title.rfind('/')+1:]}" -background_opacity 1 -background_blur 15 +background_opacity 0.94 +background_blur 66 macos_option_as_alt true macos_show_window_title_in none diff --git a/rua-scripts/linux/show-client-16.sh b/rua-scripts/show-client-16.sh similarity index 100% rename from rua-scripts/linux/show-client-16.sh rename to rua-scripts/show-client-16.sh