.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user