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:
Marty Oehme 2020-01-31 01:22:47 +01:00
parent 6ed90134a3
commit ad8decb4ef
7 changed files with 28 additions and 9 deletions

View file

@ -47,6 +47,13 @@ endif
" set truecolor (neovim)
set termguicolors
" load colorscheme from dynamic file
" first one is here to make airline behave correctly without reload
runtime colorscheme.vim
" this one is here to override anything set by default in colorscheme plugin
" loading
autocmd VimEnter * runtime colorscheme.vim
" sets tabs to be 2 characters, expanded into spaces, but still removable with
" one press of backspace.
" great explanation: http://vimcasts.org/transcripts/2/en/