This commit is contained in:
2025-05-12 15:50:02 -06:00
parent 9f4a11f2e0
commit 9ed520abc2
24 changed files with 282 additions and 113 deletions

View File

@@ -1,27 +1,27 @@
# :root {
# --vii: #22262d;
# --vi: #383a47;
# --v: #ff29a8;
# --iv: #8b9cbe;
# --iiv: #f4f4f7;
# --a: #8265ff;
# --vii: #3a3432;
# --vi: #5c5855;
# --v: #db2d20;
# --iv: #a5a2a2;
# --iiv: #f7f7f7;
# --a: #b5e4f4;
# }
:root {
--base00: #17191E;
--base01: #22262d;
--base02: #3c3f4c;
--base03: #383a47;
--base04: #555e70;
--base05: #8b9cbe;
--base06: #B2BFD9;
--base07: #f4f4f7;
--base08: #ff29a8;
--base09: #85ffe0;
--base0A: #f0ffaa;
--base0B: #0badff;
--base0C: #8265ff;
--base0D: #00eaff;
--base0E: #00f6d9;
--base0F: #ff3d81;
--base00: #090300;
--base01: #3a3432;
--base02: #4a4543;
--base03: #5c5855;
--base04: #807d7c;
--base05: #a5a2a2;
--base06: #d6d5d4;
--base07: #f7f7f7;
--base08: #db2d20;
--base09: #e8bbd0;
--base0A: #fded02;
--base0B: #01a252;
--base0C: #b5e4f4;
--base0D: #01a0e4;
--base0E: #a16a94;
--base0F: #cdab53;
}

View File

@@ -13,8 +13,8 @@ c.content.autoplay = False
config.bind('h', 'back')
config.bind('l', 'forward')
config.bind('j', 'scroll-page 0 1')
config.bind('k', 'scroll-page 0 -1')
config.bind('j', 'scroll-page 0 0.6')
config.bind('k', 'scroll-page 0 -0.6')
config.bind('gp', 'mode-enter passthrough')
@@ -25,12 +25,18 @@ c.hints.selectors["bookmarks"] = [
"h4[id]",
"h5[id]",
"h6[id]",
"h1 > a[id]",
"h2 > a[id]",
"h3 > a[id]",
"h4 > a[id]",
"h5 > a[id]",
"h6 > a[id]",
"h1 a[id]",
"h2 a[id]",
"h3 a[id]",
"h4 a[id]",
"h5 a[id]",
"h6 a[id]",
"h1 span[id]",
"h2 span[id]",
"h3 span[id]",
"h4 span[id]",
"h5 span[id]",
"h6 span[id]",
"header[id]",
"footer[id]",
"article[id]",
@@ -49,22 +55,22 @@ c.content.user_stylesheets = "base16.css"
# Template author: theova
# Commentary: Tinted Theming: (https://github.com/tinted-theming)
base00 = "#17191E"
base01 = "#22262d"
base02 = "#3c3f4c"
base03 = "#383a47"
base04 = "#555e70"
base05 = "#8b9cbe"
base06 = "#B2BFD9"
base07 = "#f4f4f7"
base08 = "#ff29a8"
base09 = "#85ffe0"
base0A = "#f0ffaa"
base0B = "#0badff"
base0C = "#8265ff"
base0D = "#00eaff"
base0E = "#00f6d9"
base0F = "#ff3d81"
base00 = "#090300"
base01 = "#3a3432"
base02 = "#4a4543"
base03 = "#5c5855"
base04 = "#807d7c"
base05 = "#a5a2a2"
base06 = "#d6d5d4"
base07 = "#f7f7f7"
base08 = "#db2d20"
base09 = "#e8bbd0"
base0A = "#fded02"
base0B = "#01a252"
base0C = "#b5e4f4"
base0D = "#01a0e4"
base0E = "#a16a94"
base0F = "#cdab53"
# set qutebrowser colors