File tree Expand file tree Collapse file tree 2 files changed +39
-2
lines changed
Expand file tree Collapse file tree 2 files changed +39
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dnf5 -y install fd-find
2222
2323# Application Launcher - Walker / Elephant
2424dnf5 -y copr enable errornointernet/packages
25- dnf5 -y install elephant walker-2.7.2
25+ dnf5 -y install elephant walker
2626elephant service enable
2727
2828# On Screen Display
@@ -33,10 +33,13 @@ dnf5 -y install swayosd
3333dnf5 -y install mako
3434systemctl --global mask mako.service
3535
36- # Terminal
36+ # Terminals
3737dnf5 -y copr enable wezfurlong/wezterm-nightly
3838dnf5 -y install wezterm
3939
40+ dnf -y copr enable scottames/ghostty
41+ dnf -y install ghostty
42+
4043# Editor
4144dnf5 -y copr enable agriffis/neovim-nightly
4245dnf5 -y install neovim python3-neovim
Original file line number Diff line number Diff line change 1+ # Tokyo Night Theme for Ghostty
2+ # Based on the popular Tokyo Night color scheme
3+
4+ # Background and Foreground
5+ background = 1a1b26
6+ foreground = a9b1d6
7+
8+ # Normal colors (palette 0-7)
9+ palette = 0=#32344a
10+ palette = 1=#f7768e
11+ palette = 2=#9ece6a
12+ palette = 3=#e0af68
13+ palette = 4=#7aa2f7
14+ palette = 5=#ad8ee6
15+ palette = 6=#449dab
16+ palette = 7=#787c99
17+
18+ # Bright colors (palette 8-15)
19+ palette = 8=#444b6a
20+ palette = 9=#ff7a93
21+ palette = 10=#b9f27c
22+ palette = 11=#ff9e64
23+ palette = 12=#7da6ff
24+ palette = 13=#bb9af7
25+ palette = 14=#0db9d7
26+ palette = 15=#acb0d0
27+
28+ # Cursor colors
29+ cursor-color = a9b1d6
30+
31+ # Selection colors
32+ selection-background = 7aa2f7
33+ selection-foreground = 1a1b26
34+
You can’t perform that action at this time.
0 commit comments