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:
parent
c4fe5845dd
commit
fbff00631b
9 changed files with 1100 additions and 36 deletions
48
.Xresources
Normal file
48
.Xresources
Normal file
|
@ -0,0 +1,48 @@
|
|||
! %%base16_template: xresources##default %%
|
||||
! Base16 IR Black - Trysdyn Edit
|
||||
! Scheme: Trysdyn
|
||||
|
||||
#define base00 #000000
|
||||
#define base01 #242422
|
||||
#define base02 #401040
|
||||
#define base03 #6c6c66
|
||||
#define base04 #918f88
|
||||
#define base05 #b5b3aa
|
||||
#define base06 #d9d7cc
|
||||
#define base07 #fdfbee
|
||||
#define base08 #ff6c60
|
||||
#define base09 #e9c062
|
||||
#define base0A #ffffb6
|
||||
#define base0B #a8ff60
|
||||
#define base0C #c6c5fe
|
||||
#define base0D #96cbfe
|
||||
#define base0E #ff73fd
|
||||
#define base0F #b18a3d
|
||||
|
||||
*foreground: base05
|
||||
#ifdef background_opacity
|
||||
*background: [background_opacity]base00
|
||||
#else
|
||||
*background: base00
|
||||
#endif
|
||||
*cursorColor: base05
|
||||
|
||||
*color0: base00
|
||||
*color1: base08
|
||||
*color2: base0B
|
||||
*color3: base0A
|
||||
*color4: base0D
|
||||
*color5: base0E
|
||||
*color6: base0C
|
||||
*color7: base05
|
||||
|
||||
*color8: base03
|
||||
*color9: base09
|
||||
*color10: base01
|
||||
*color11: base02
|
||||
*color12: base04
|
||||
*color13: base06
|
||||
*color14: base0F
|
||||
*color15: base07
|
||||
|
||||
! %%base16_template_end%%
|
Loading…
Add table
Add a link
Reference in a new issue