Skip to content

vague-theme/vague-gtk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icon

Vague for GTK

Preview

Usage

Clone the repo and copy the theme into ~/.themes:

git clone https://github.com/vague-theme/vague-gtk.git
mkdir -p ~/.themes
cp -r vague-gtk/Vague ~/.themes

Switching themes

CLI

# GTK
THEME_DIR="$HOME/.themes/Vague"
mkdir -p ~/.config/gtk-4.0 ~/.config/gtk-3.0 ~/.config/gtk-2.0
ln -sf "$THEME_DIR/gtk-4.0/gtk.css" ~/.config/gtk-4.0/gtk.css
ln -sf "$THEME_DIR/gtk-3.0/gtk.css" ~/.config/gtk-3.0/gtk.css
ln -sf "$THEME_DIR/gtk-2.0/main.rc"  ~/.config/gtk-2.0/main.rc
ln -sf "$THEME_DIR/gtk-2.0/apps.rc"  ~/.config/gtk-2.0/apps.rc
ln -sf "$THEME_DIR/gtk-2.0/hacks.rc" ~/.config/gtk-2.0/hacks.rc

# Desktop Environments
gsettings set org.gnome.desktop.interface gtk-theme "Vague"
gsettings set org.cinnamon.theme name "Vague"
xfconf-query -c xfwm4 -p /general/theme -s "Vague" # XFCE window decorations

GUI

The following tools handle everything, no CLI needed:

  • Wayland: nwg-look
  • Xorg: lxappearance

About

A cool, dark, low contrast colorscheme for GTK. Pastel yet vivid, like a fleeting memory...

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Contributors

Languages

Generated from vague-theme/template