Skip to content

Atelier colorscheme pack for qutebrowser using dracula's theme as a template

Notifications You must be signed in to change notification settings

00x29a/atelier-qutebrowser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qutebrowser atelier colorschemes

Screenshot

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/00x29a/atelier-qutebrowser.git atelier

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 atelier inside the configuration directory.
  • In your qutebrowser config.py file, include the following:
import atelier.draw

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

atelier.draw.estuary(c, {
    'spacing': {
        'vertical': 2,
        'horizontal': 2
    }
})

About

Atelier colorscheme pack for qutebrowser using dracula's theme as a template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%