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,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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue