Skip to content

andrius/manjaro-sway-themes

Repository files navigation

Manjaro sway themes

Color themes for manjaro sway and foot terminal (https://manjaro.org/download/#sway and https://github.com/Manjaro-Sway/manjaro-sway)

Installation

Sway theme

Copy your theme to the sway themes folder:

mkdir -p ~/.config/sway/themes
cp -R "./themes/sway/THEME NAME" >> ~/.config/sway/themes

Edit definitions file in theme folder and tweak theme variables (fonts and GTK, icon and cursor themes). This is important step, especially for light themes. nvim "~/.config/sway/themes/THEME NAME/definitions":

# some global theme specific variables
set $gtk-theme Matcha-light-azul
set $icon-theme Papirus-Light-Maia
set $cursor-theme xcursor-breeze-snow
set $gui-font Roboto 11
set $term-font PragmataPro Mono 11
set $kvantum-theme Matcha-Light

Edit your ~/.config/sway/config file and specify $theme variable (example for ayu Light theme):

IMPORTANT: Do not forget to escape spaces! For some reason, theme path plased between quotation marks does not work.

set $theme $HOME/.config/sway/themes/ayu\ Light

Foot terminal

Edit your ~/.config/foot.ini and replace both [cursor] and [colors] sections. Or just add theme content at the bottom of foot.ini:

cat "./themes/foot/THEME NAME/foot.ini" >> ~/.config/foot/foot.ini

Screenshot

Sway WM, foot and nvim with ayu Light theme image

Color palette

Most of the themes generated from this repository https://github.com/mbadolato/iTerm2-Color-Schemes, where you can find colors palette/screenshots.

For the rest themes, usually some screenshot is available through theme repository, convert.sh script include them all.