- 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.
45 lines
941 B
Text
45 lines
941 B
Text
! %%base16_template: xresources##default %%
|
|
#define base00 #000000
|
|
#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
|
|
*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%%
|