88 | Change Colorscheme
89 |
90 | There isn't an easy script to change the colorscheme yet, but in the future, if the list of colorschemes grows, I'll make sure to include one. For now, you can manually change the colorscheme of each component. Follow along...
91 | Waybar
92 | Edit ~/.config/hypr/startup.conf
and replace ~/.config/waybar/launch.sh [--everforest/--nightowl]
, Why Nightowl? Well, it's my own colorscheme inspired by Catppuccin Mocha and the color palette of Tailwind CSS. Maybe in the future, I'll change it. For now, I couldn't think of any other names.
93 |
94 | Neovim
95 | Just change vim.cmd.colorscheme("everforest")
this line in ~/.config/nvim/init.lua
to whatever colorscheme you prefer or use Telescope colorscheme
to check or switch between available colorschemes.
96 |
97 | Swaync
98 | Uncomment either of lines in ~/.config/swaync/style.css
99 |
100 |
101 |
102 | /* @import "./colorschemes/nightowl.css"; */
103 | @import "./colorschemes/everforest.css";
104 |
105 |
106 |
107 | Kitty
108 | With kitty I'm using unmodified Catppuccin Mocha theme, not nightowl
109 |
110 | Change include themes/everforest.conf
in ~/.config/kitty/kitty.conf
111 |
112 | Hyprland
113 | I haven't made major color changes in Hyprland, but there are two variables you can modify in ~/.config/hypr/hyprland.conf
. $active_border
& $inactive_border
114 |
115 | zsh
116 | Even though it's not necessary to change the zsh colorscheme if you're using the same colorscheme as your terminal, if you still want to, add any of the following to ~/.config/zsh/zsh_plugins
> single_file_plugins=()
117 |
118 | catppuccin/zsh-syntax-highlighting/main/themes/catppuccin_mocha-zsh-syntax-highlighting.zsh
119 | sainnhe/dotfiles/master/.zsh-theme/everforest-dark.zsh
120 |
121 |
122 |
123 | ## Misc
124 |
125 | You can download all the missing files from the following drives, such as `~/.config/neofetch/images`, wallpapers etc.
126 |
127 | [](https://mega.nz/folder/b4xzlJaA#7ThCdDHl5FgxrBs00MmcSQ)
128 |
--------------------------------------------------------------------------------