New configuration based on xfce4 + bpswm. No more tint2
This commit is contained in:
@@ -1,28 +1,68 @@
|
||||
# Theme: https://github.com/alternateved/kaolin-inspired/blob/main/kaolin-dark/qutebrowser/default/base16-kaolin-dark.config.py
|
||||
|
||||
config.load_autoconfig()
|
||||
|
||||
# base16-qutebrowser (https://github.com/theova/base16-qutebrowser)
|
||||
# Base16 qutebrowser template by theova
|
||||
# Kaolin-dark scheme by alternateved (http://github.com/alternateved)
|
||||
# Inspired by (https://github.com/ogdenwebb/emacs-kaolin-themes)
|
||||
# c.tabs.tabs_are_windows = True
|
||||
#
|
||||
# c.content.autoplay.global = False
|
||||
|
||||
base00 = "#18181B"
|
||||
base01 = "#222225"
|
||||
base02 = "#4B5254"
|
||||
base03 = "#545C5E"
|
||||
base04 = "#879193"
|
||||
base05 = "#9ba5a7"
|
||||
base06 = "#d0d0d4"
|
||||
base07 = "#E4E4E8"
|
||||
base08 = "#CD5C60"
|
||||
base09 = "#DBAC66"
|
||||
base0A = "#F2C866"
|
||||
base0B = "#6FB593"
|
||||
base0C = "#4D9391"
|
||||
base0D = "#91B9C7"
|
||||
base0E = "#845A84"
|
||||
base0F = "#E36D5B"
|
||||
c.tabs.tabs_are_windows = True
|
||||
c.tabs.show = "never"
|
||||
|
||||
c.content.autoplay = False
|
||||
|
||||
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('gp', 'mode-enter passthrough')
|
||||
|
||||
c.hints.selectors["bookmarks"] = [
|
||||
"h1[id]",
|
||||
"h2[id]",
|
||||
"h3[id]",
|
||||
"h4[id]",
|
||||
"h5[id]",
|
||||
"h6[id]",
|
||||
"h1 > a[id]",
|
||||
"h2 > a[id]",
|
||||
"h3 > a[id]",
|
||||
"h4 > a[id]",
|
||||
"h5 > a[id]",
|
||||
"h6 > a[id]",
|
||||
"header[id]",
|
||||
"footer[id]",
|
||||
"article[id]",
|
||||
"section[id]",
|
||||
"p[id]",
|
||||
"div[itemtype=\"https://schema.org/Answer\"]" # Stackoverflow answers
|
||||
]
|
||||
config.bind(';b', 'hint bookmarks userscript copy-bookmark')
|
||||
|
||||
#START SHCHEMES BLOCK : shchemes create_theme qutebrowser
|
||||
# base16-qutebrowser (https://github.com/theova/base16-qutebrowser)
|
||||
# Scheme name:
|
||||
# Scheme author:
|
||||
# Template author: theova
|
||||
# Commentary: Tinted Theming: (https://github.com/tinted-theming)
|
||||
|
||||
base00 = "#1C1E26"
|
||||
base01 = "#232530"
|
||||
base02 = "#2E303E"
|
||||
base03 = "#6F6F70"
|
||||
base04 = "#9DA0A2"
|
||||
base05 = "#CBCED0"
|
||||
base06 = "#DCDFE4"
|
||||
base07 = "#E3E6EE"
|
||||
base08 = "#E95678"
|
||||
base09 = "#FAB795"
|
||||
base0A = "#FAC29A"
|
||||
base0B = "#29D398"
|
||||
base0C = "#59E1E3"
|
||||
base0D = "#26BBD9"
|
||||
base0E = "#EE64AC"
|
||||
base0F = "#F09383"
|
||||
|
||||
# set qutebrowser colors
|
||||
|
||||
@@ -302,4 +342,6 @@ c.colors.tabs.selected.even.bg = base02
|
||||
|
||||
# Background color for webpages if unset (or empty to use the theme's
|
||||
# color).
|
||||
# c.colors.webpage.bg = base00
|
||||
# c.colors.webpage.bg = base00
|
||||
|
||||
#END SHCHEMES BLOCK
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
Uxn tutorial d2 https://compudanzas.net/uxn_tutorial_day_2.html
|
||||
Reference in New Issue
Block a user