Catppuccin for qutebrowser
View on GitHubUsage
-
Find out where the qutebrowser stores its
configdirectory for your OS. Run:version, and take a look atPaths: configto find out. -
Clone this repo into that
configdirectory:
# Linux
$ git clone https://github.com/catppuccin/qutebrowser.git ~/.config/qutebrowser/catppuccin
# macOS
$ git clone https://github.com/catppuccin/qutebrowser.git ~/.qutebrowser/catppuccin
# windows
$ git clone https://github.com/catppuccin/qutebrowser.git $LOCALAPPDATA/qutebrowser/config/catppuccin
- Make sure your
config.pycontains:
import catppuccin
# load your autoconfig, use this if the rest of your config is empty!
config.load_autoconfig()
# set the flavour you'd like to use
# valid options are 'mocha', 'macchiato', 'frappe', and 'latte'
catppuccin.setup(c, 'mocha')
- Done!
💝 Thanks to