Push base16 theme changes
- Switch to a base16 builder wrapper I wrote myself - Switch small details on a bunch of templates - Switch to a QVP based color scheme I wrote myself This should form the most rational default for colors going forward.
This commit is contained in:
parent
a52f9ead7b
commit
ed5e5150d6
8 changed files with 180 additions and 226 deletions
33
.Xresources
33
.Xresources
|
@ -1,23 +1,20 @@
|
|||
! %%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
|
||||
#define base01 #202020
|
||||
#define base02 #311647
|
||||
#define base03 #606060
|
||||
#define base04 #b0b0b0
|
||||
#define base05 #f0f0f0
|
||||
#define base06 #c0c0c0
|
||||
#define base07 #ffffff
|
||||
#define base08 #ed008c
|
||||
#define base09 #f7941d
|
||||
#define base0A #f7c61d
|
||||
#define base0B #8dc73f
|
||||
#define base0C #65cdcd
|
||||
#define base0D #3f7fff
|
||||
#define base0E #9f4fdf
|
||||
#define base0F #a16946
|
||||
|
||||
*foreground: base05
|
||||
#ifdef background_opacity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue