Switch EVERYTHING to using base16

This is the result of using [base16](https://github.com/chriskempson/base16).
The first crack at establishing a base16 theme here is based on irblack
with a slight modification to make text selection purple and make rofi's
template less ridiculous.

Also added .Xresources and qutebrowser to management, and added the
resulting vim themes directly to management as well.
This commit is contained in:
Trysdyn Black 2021-04-01 21:16:35 -07:00
parent c4fe5845dd
commit fbff00631b
9 changed files with 1100 additions and 36 deletions

View file

@ -31,21 +31,49 @@ map kitty_mod+backspace change_font_size all 0
map kitty_mod+u input_unicode_character
map kitty_mod+f2 edit_config_file
color0 #444444
color1 #FF0054
color2 #B1D630
color3 #9D895E
color4 #67BEE3
color5 #B576BC
color6 #569A9F
color7 #EDEDED
color8 #777777
color9 #D65E75
color10 #BAFFAA
color11 #ECE1C8
color12 #9FD3E5
color13 #DEB3DF
color14 #B6E0E5
color15 #FFFFFF
background #000000
selection #ffffff
# %%base16_template: kitty##default-256 %%
# Base16 IR Black - Trysdyn Edit - kitty color config
# Scheme by Trysdyn
background #000000
foreground #b5b3aa
selection_background #b5b3aa
selection_foreground #000000
url_color #918f88
cursor #b5b3aa
active_border_color #6c6c66
inactive_border_color #242422
active_tab_background #000000
active_tab_foreground #b5b3aa
inactive_tab_background #242422
inactive_tab_foreground #918f88
tab_bar_background #242422
# normal
color0 #000000
color1 #ff6c60
color2 #a8ff60
color3 #ffffb6
color4 #96cbfe
color5 #ff73fd
color6 #c6c5fe
color7 #b5b3aa
# bright
color8 #6c6c66
color9 #ff6c60
color10 #a8ff60
color11 #ffffb6
color12 #96cbfe
color13 #ff73fd
color14 #c6c5fe
color15 #fdfbee
# extended base16 colors
color16 #e9c062
color17 #b18a3d
color18 #242422
color19 #401040
color20 #918f88
color21 #d9d7cc
# %%base16_template_end%%