From 909618c6865950022a886067d04df6c35a39cdc3 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Tue, 7 Jan 2025 12:09:26 +0100 Subject: [PATCH] feat(ghostty): switch to ghostty --- .config/ghostty/config | 13 ++++++++++ .config/ghostty/themes/moonfly-ghostty.conf | 27 +++++++++++++++++++++ .config/kglobalshortcutsrc | 4 +-- setup.sh | 1 + 4 files changed, 43 insertions(+), 2 deletions(-) create mode 100644 .config/ghostty/config create mode 100644 .config/ghostty/themes/moonfly-ghostty.conf diff --git a/.config/ghostty/config b/.config/ghostty/config new file mode 100644 index 0000000..f57e20b --- /dev/null +++ b/.config/ghostty/config @@ -0,0 +1,13 @@ +font-family = Iosevka Custom +font-style = Regular +font-synthetic-style = false +font-size = 12 +theme = moonfly-ghostty.conf +shell-integration-features = no-cursor +cursor-style = block +mouse-hide-while-typing = true +title = Terminal +window-width = 177 +window-height = 60 +window-padding-balance = true +confirm-close-surface = false diff --git a/.config/ghostty/themes/moonfly-ghostty.conf b/.config/ghostty/themes/moonfly-ghostty.conf new file mode 100644 index 0000000..47efe65 --- /dev/null +++ b/.config/ghostty/themes/moonfly-ghostty.conf @@ -0,0 +1,27 @@ +# moonfly theme for Ghostty +# +# Upstream: github.com/bluz71/vim-moonfly-colors + +background = "#080808" +foreground = "#bdbdbd" +selection-background = "#b2ceee" +selection-foreground = "#080808" +cursor-color = "#8e8e8e" + +palette = 0=#323437 +palette = 1=#ff5454 +palette = 2=#8cc85f +palette = 3=#e3c78a +palette = 4=#80a0ff +palette = 5=#cf87e8 +palette = 6=#79dac8 +palette = 7=#c6c6c6 + +palette = 8=#949494 +palette = 9=#ff5189 +palette = 10=#36c692 +palette = 11=#c6c684 +palette = 12=#74b2ff +palette = 13=#ae81ff +palette = 14=#85dc85 +palette = 15=#e4e4e4 diff --git a/.config/kglobalshortcutsrc b/.config/kglobalshortcutsrc index 92be2ff..02ee283 100644 --- a/.config/kglobalshortcutsrc +++ b/.config/kglobalshortcutsrc @@ -253,8 +253,8 @@ switch to next activity=none,,Switch to Next Activity switch to previous activity=none,,Switch to Previous Activity toggle do not disturb=none,,Toggle do not disturb -[services][Alacritty.desktop] -New=Meta+Return +[services][com.mitchellh.ghostty.desktop] +_launch=Meta+Return [services][org.kde.spectacle.desktop] RecordWindow=none diff --git a/setup.sh b/setup.sh index 99f15a0..559ad0b 100755 --- a/setup.sh +++ b/setup.sh @@ -44,6 +44,7 @@ SYMLINKS=( ".config/fish" ".config/foot" ".config/frogminer" + ".config/ghostty" ".config/i3" ".config/i3status" ".config/lf"