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
|
@ -1,26 +1,21 @@
|
|||
# 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
|
||||
set $base01 #202020
|
||||
set $base02 #311647
|
||||
set $base03 #606060
|
||||
set $base04 #b0b0b0
|
||||
set $base05 #f0f0f0
|
||||
set $base06 #c0c0c0
|
||||
set $base07 #ffffff
|
||||
set $base08 #ed008c
|
||||
set $base09 #f7941d
|
||||
set $base0A #f7c61d
|
||||
set $base0B #8dc73f
|
||||
set $base0C #65cdcd
|
||||
set $base0D #3f7fff
|
||||
set $base0E #9f4fdf
|
||||
set $base0F #a16946
|
||||
|
||||
# %%base16_template_end%%
|
||||
|
||||
|
|
|
@ -32,48 +32,46 @@ map kitty_mod+u input_unicode_character
|
|||
map kitty_mod+f2 edit_config_file
|
||||
|
||||
# %%base16_template: kitty##default-256 %%
|
||||
# Base16 IR Black - Trysdyn Edit - kitty color config
|
||||
# Scheme by Trysdyn
|
||||
background #000000
|
||||
foreground #b5b3aa
|
||||
selection_background #b5b3aa
|
||||
selection_foreground #000000
|
||||
url_color #918f88
|
||||
cursor #b5b3aa
|
||||
active_border_color #6c6c66
|
||||
inactive_border_color #242422
|
||||
foreground #f0f0f0
|
||||
selection_background #311647
|
||||
selection_foreground #f0f0f0
|
||||
url_color #b0b0b0
|
||||
cursor #f0f0f0
|
||||
active_border_color #606060
|
||||
inactive_border_color #202020
|
||||
active_tab_background #000000
|
||||
active_tab_foreground #b5b3aa
|
||||
inactive_tab_background #242422
|
||||
inactive_tab_foreground #918f88
|
||||
tab_bar_background #242422
|
||||
active_tab_foreground #f0f0f0
|
||||
inactive_tab_background #202020
|
||||
inactive_tab_foreground #b0b0b0
|
||||
tab_bar_background #202020
|
||||
|
||||
# normal
|
||||
color0 #000000
|
||||
color1 #ff6c60
|
||||
color2 #a8ff60
|
||||
color3 #ffffb6
|
||||
color4 #96cbfe
|
||||
color5 #ff73fd
|
||||
color6 #c6c5fe
|
||||
color7 #b5b3aa
|
||||
color1 #ed008c
|
||||
color2 #8dc73f
|
||||
color3 #f7c61d
|
||||
color4 #3f7fff
|
||||
color5 #9f4fdf
|
||||
color6 #65cdcd
|
||||
color7 #f0f0f0
|
||||
|
||||
# bright
|
||||
color8 #6c6c66
|
||||
color9 #ff6c60
|
||||
color10 #a8ff60
|
||||
color11 #ffffb6
|
||||
color12 #96cbfe
|
||||
color13 #ff73fd
|
||||
color14 #c6c5fe
|
||||
color15 #fdfbee
|
||||
color8 #606060
|
||||
color9 #ed008c
|
||||
color10 #8dc73f
|
||||
color11 #f7c61d
|
||||
color12 #3f7fff
|
||||
color13 #9f4fdf
|
||||
color14 #65cdcd
|
||||
color15 #ffffff
|
||||
|
||||
# extended base16 colors
|
||||
color16 #e9c062
|
||||
color17 #b18a3d
|
||||
color18 #242422
|
||||
color19 #401040
|
||||
color20 #918f88
|
||||
color21 #d9d7cc
|
||||
color16 #f7941d
|
||||
color17 #a16946
|
||||
color18 #202020
|
||||
color19 #311647
|
||||
color20 #b0b0b0
|
||||
color21 #c0c0c0
|
||||
|
||||
# %%base16_template_end%%
|
||||
|
|
|
@ -1,24 +1,20 @@
|
|||
# %%base16_template: qutebrowser##default %%
|
||||
# base16-qutebrowser (https://github.com/theova/base16-qutebrowser)
|
||||
# Base16 qutebrowser template by theova
|
||||
# IR Black - Trysdyn Edit scheme by Trysdyn
|
||||
|
||||
base00 = "#000000"
|
||||
base01 = "#242422"
|
||||
base02 = "#401040"
|
||||
base03 = "#6c6c66"
|
||||
base04 = "#918f88"
|
||||
base05 = "#b5b3aa"
|
||||
base06 = "#d9d7cc"
|
||||
base07 = "#fdfbee"
|
||||
base08 = "#ff6c60"
|
||||
base09 = "#e9c062"
|
||||
base0A = "#ffffb6"
|
||||
base0B = "#a8ff60"
|
||||
base0C = "#c6c5fe"
|
||||
base0D = "#96cbfe"
|
||||
base0E = "#ff73fd"
|
||||
base0F = "#b18a3d"
|
||||
base01 = "#202020"
|
||||
base02 = "#311647"
|
||||
base03 = "#606060"
|
||||
base04 = "#b0b0b0"
|
||||
base05 = "#f0f0f0"
|
||||
base06 = "#c0c0c0"
|
||||
base07 = "#ffffff"
|
||||
base08 = "#ed008c"
|
||||
base09 = "#f7941d"
|
||||
base0A = "#f7c61d"
|
||||
base0B = "#8dc73f"
|
||||
base0C = "#65cdcd"
|
||||
base0D = "#3f7fff"
|
||||
base0E = "#9f4fdf"
|
||||
base0F = "#a16946"
|
||||
|
||||
# set qutebrowser colors
|
||||
|
||||
|
|
|
@ -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%%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue