Files
dotfiles/config/qutebrowser/dracula/INSTALL.md
Uttarayan Mondal 943cf49146 Switched from zsh to fish
Add neomutt config
Add mpd config
Update bspwm config
Update sxhkd config
Update qutebrowser config
Update tmux config
Update xinitrc
2021-04-13 01:29:14 +05:30

1.1 KiB

qutebrowser

Install using Git

If you are a git user, you can install the theme and keep up to date by cloning the repo:

$ git clone https://github.com/dracula/qutebrowser-dracula-theme.git dracula

Install manually

Download using the GitHub .zip download option and unzip.

Activating theme

  • Find your qutebrowser configuration directory (see e.g. :version in qutebrowser). This folder should be located at the "config" location listed on qute://version, which is typically ~/.config/qutebrowser/ on Linux, ~/.qutebrowser/ on macOS, and %APPDATA%/qutebrowser/config/ on Windows.
  • Move the repository folder to dracula inside the configuration directory.
  • In your qutebrowser config.py file, include the following:
import dracula.draw

# Load existing settings made via :set
config.load_autoconfig()

dracula.draw.blood(c, {
    'spacing': {
        'vertical': 6,
        'horizontal': 8
    }
})