Integrate dynamic colorschemes into applications
Makes polybar use Xresources color values for its colors. Resets rofi values to their default after being overwritten by the base16 themes. Makes qutebrowser include the colorscheme in its configuration file. Ignore dynamically generated colorschemes in .gitignore file.
This commit is contained in:
parent
6ed90134a3
commit
ad8decb4ef
7 changed files with 28 additions and 9 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -44,3 +44,9 @@ tags
|
|||
.vim
|
||||
|
||||
# End of https://www.gitignore.io/api/vim,linux
|
||||
|
||||
# Ignore dynamic colorschemes set by styler
|
||||
colorscheme.vim
|
||||
colorscheme
|
||||
colorscheme.py
|
||||
colorscheme.rasi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue