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

@ -1,13 +1,39 @@
# base16 color scheme
# %%base16_template: i3##colors %%
## Base16 IR Black - Trysdyn Edit
# Author: Trysdyn
#
# You can use these variables anywhere in the i3 configuration file.
set $base00 #000000
set $base01 #242422
set $base02 #401040
set $base03 #6c6c66
set $base04 #918f88
set $base05 #b5b3aa
set $base06 #d9d7cc
set $base07 #fdfbee
set $base08 #ff6c60
set $base09 #e9c062
set $base0A #ffffb6
set $base0B #a8ff60
set $base0C #c6c5fe
set $base0D #96cbfe
set $base0E #ff73fd
set $base0F #b18a3d
# %%base16_template_end%%
# Global font config
font pango:Terminus (TTF) 12
# color scheme
client.focused #664477 #664477 #CCCCCC #E7D8B1 #664477
client.focused_inactive #222133 #222133 #AAAAAA #A074C4 #5F676A
client.unfocused #000000 #000000 #AAAAAA #A074C4 #222222
client.urgent #2F343A #900000 #FFFFFF #900000 #900000
client.placeholder #000000 #0C0C0C #FFFFFF #000000 #0C0C0C
client.background #000000
# Property Name Border BG Text Indicator Child Border
client.focused $base00 $base02 $base05 $base0D $base02
client.focused_inactive $base01 $base01 $base05 $base03 $base01
client.unfocused $base01 $base00 $base05 $base01 $base01
client.urgent $base08 $base08 $base00 $base08 $base08
client.placeholder $base00 $base00 $base05 $base00 $base00
client.background $base07
# Set mod key to Win key
set $mod Mod4
@ -20,15 +46,16 @@ bar {
font pango:Terminus (TTF), Font Awesome 5 Free Regular 12
colors {
background #000000
statusline #CCCCCC
separator #000000
background $base00
separator $base01
statusline $base04
focused_workspace #664477 #664477 #CCCCCC
active_workspace #222133 #222133 #AAAAAA
inactive_workspace #000000 #000000 #AAAAAA
urgent_workspace #2F343A #900000 #FFFFFF
binding_mode #2F343A #900000 #FFFFFF
# State Border BG Text
focused_workspace $base00 $base02 $base05
active_workspace $base05 $base03 $base00
inactive_workspace $base03 $base01 $base05
urgent_workspace $base08 $base08 $base00
binding_mode $base00 $base0A $base00
}
}