This commit is contained in:
2024-12-13 01:01:50 -07:00
parent 0a0a444a2d
commit 2600016096
24 changed files with 330 additions and 139 deletions

View File

@@ -0,0 +1,27 @@
# :root {
# --vii: #3a3432;
# --vi: #5c5855;
# --v: #db2d20;
# --iv: #a5a2a2;
# --iiv: #f7f7f7;
# --a: #b5e4f4;
# }
:root {
--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

@@ -9,12 +9,12 @@ c.tabs.show = "never"
c.content.autoplay = False
c.colors.webpage.preferred_color_scheme
# c.colors.webpage.preferred_color_scheme
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 1')
config.bind('k', 'scroll-page 0 -1')
config.bind('gp', 'mode-enter passthrough')
@@ -40,6 +40,8 @@ c.hints.selectors["bookmarks"] = [
]
config.bind(';b', 'hint bookmarks userscript copy-bookmark')
c.content.user_stylesheets = "base16.css"
#START SHCHEMES BLOCK : shchemes create_theme qutebrowser
# base16-qutebrowser (https://github.com/theova/base16-qutebrowser)
# Scheme name:
@@ -47,22 +49,22 @@ config.bind(';b', 'hint bookmarks userscript copy-bookmark')
# Template author: theova
# Commentary: Tinted Theming: (https://github.com/tinted-theming)
base00 = "#1b1918"
base01 = "#2c2421"
base02 = "#68615e"
base03 = "#766e6b"
base04 = "#9c9491"
base05 = "#a8a19f"
base06 = "#e6e2e0"
base07 = "#f1efee"
base08 = "#f22c40"
base09 = "#df5320"
base0A = "#c38418"
base0B = "#7b9726"
base0C = "#3d97b8"
base0D = "#407ee7"
base0E = "#6666ea"
base0F = "#c33ff3"
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