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:
Trysdyn Black 2021-04-04 00:09:46 -07:00
parent a52f9ead7b
commit ed5e5150d6
8 changed files with 180 additions and 226 deletions

View file

@ -1,29 +1,21 @@
// %%base16_template: rofi-trysdyn##colors %%
/**
* Base16 IR Black - Trysdyn Edit ROFI Color theme
*
* Authors
* Scheme: Trysdyn
* Template: Jordi Pakey-Rodriguez (https://github.com/0xdec), Andrea Scarpino (https://github.com/ilpianista)
*/
// %%base16_template: rofi##colors %%
* {
base00: rgba ( 0, 0, 0, 100 % );
base01: rgba ( 36, 36, 34, 100 % );
base02: rgba ( 64, 16, 64, 100 % );
base03: rgba ( 108, 108, 102, 100 % );
base04: rgba ( 145, 143, 136, 100 % );
base05: rgba ( 181, 179, 170, 100 % );
base06: rgba ( 217, 215, 204, 100 % );
base07: rgba ( 253, 251, 238, 100 % );
base08: rgba ( 255, 108, 96, 100 % );
base09: rgba ( 233, 192, 98, 100 % );
base0A: rgba ( 255, 255, 182, 100 % );
base0B: rgba ( 168, 255, 96, 100 % );
base0C: rgba ( 198, 197, 254, 100 % );
base0D: rgba ( 150, 203, 254, 100 % );
base0E: rgba ( 255, 115, 253, 100 % );
base0F: rgba ( 177, 138, 61, 100 % );
base01: rgba ( 32, 32, 32, 100 % );
base02: rgba ( 49, 22, 71, 100 % );
base03: rgba ( 96, 96, 96, 100 % );
base04: rgba ( 176, 176, 176, 100 % );
base05: rgba ( 240, 240, 240, 100 % );
base06: rgba ( 192, 192, 192, 100 % );
base07: rgba ( 255, 255, 255, 100 % );
base08: rgba ( 237, 0, 140, 100 % );
base09: rgba ( 247, 148, 29, 100 % );
base0A: rgba ( 247, 198, 29, 100 % );
base0B: rgba ( 141, 199, 63, 100 % );
base0C: rgba ( 101, 205, 205, 100 % );
base0D: rgba ( 63, 127, 255, 100 % );
base0E: rgba ( 159, 79, 223, 100 % );
base0F: rgba ( 161, 105, 70, 100 % );
}
// %%base16_template_end%%