aboutsummaryrefslogtreecommitdiff
path: root/.config/qutebrowser
diff options
context:
space:
mode:
authorMarvin Borner2022-05-31 14:17:19 +0200
committerMarvin Borner2022-05-31 14:17:19 +0200
commitb8be82d9113dd0fec9021aa573039cc64dbd849a (patch)
tree0694d21e5ba03e843dc6f03d1c5b1ed033123875 /.config/qutebrowser
parent272cc6e941d798d7270fcf74a98f592ef06e14ac (diff)
Clean
Diffstat (limited to '.config/qutebrowser')
-rw-r--r--.config/qutebrowser/config.py267
-rw-r--r--.config/qutebrowser/user.css96
2 files changed, 0 insertions, 363 deletions
diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py
deleted file mode 100644
index 19fe13a..0000000
--- a/.config/qutebrowser/config.py
+++ /dev/null
@@ -1,267 +0,0 @@
-config.load_autoconfig()
-
-# base16-qutebrowser (https://github.com/theova/base16-qutebrowser)
-# Base16 qutebrowser template by theova and Daniel Mulford
-# OneDark scheme by Lalit Magant (http://github.com/tilal6991)
-
-base00 = "#282c34"
-base01 = "#353b45"
-base02 = "#3e4451"
-base03 = "#545862"
-base04 = "#565c64"
-base05 = "#abb2bf"
-base06 = "#b6bdca"
-base07 = "#c8ccd4"
-base08 = "#e06c75"
-base09 = "#d19a66"
-base0A = "#e5c07b"
-base0B = "#98c379"
-base0C = "#56b6c2"
-base0D = "#61afef"
-base0E = "#c678dd"
-base0F = "#be5046"
-
-# Set qutebrowser colors
-
-# Text color of the completion widget. May be a single color to use for
-# all columns or a list of three colors, one for each column.
-c.colors.completion.fg = base05
-
-# Background color of the completion widget for odd rows.
-c.colors.completion.odd.bg = base00
-
-# Background color of the completion widget for even rows.
-c.colors.completion.even.bg = base00
-
-# Foreground color of completion widget category headers.
-c.colors.completion.category.fg = base05
-
-# Background color of the completion widget category headers.
-c.colors.completion.category.bg = base00
-
-# Top border color of the completion widget category headers.
-c.colors.completion.category.border.top = base00
-
-# Bottom border color of the completion widget category headers.
-c.colors.completion.category.border.bottom = base00
-
-# Foreground color of the selected completion item.
-c.colors.completion.item.selected.fg = base05
-
-# Background color of the selected completion item.
-c.colors.completion.item.selected.bg = base02
-
-# Top border color of the selected completion item
-c.colors.completion.item.selected.border.top = base02
-
-# Bottom border color of the selected completion item.
-c.colors.completion.item.selected.border.bottom = base02
-
-# Foreground color of the matched text in the selected completion item.
-c.colors.completion.item.selected.match.fg = base05
-
-# Foreground color of the matched text in the completion.
-c.colors.completion.match.fg = base05
-
-# Color of the scrollbar handle in the completion view.
-c.colors.completion.scrollbar.fg = base05
-
-# Color of the scrollbar in the completion view.
-c.colors.completion.scrollbar.bg = base00
-
-# Background color of the context menu. If set to null, the Qt default is used.
-c.colors.contextmenu.menu.bg = base00
-
-# Foreground color of the context menu. If set to null, the Qt default is used.
-c.colors.contextmenu.menu.fg = base05
-
-# Background color of the context menu’s selected item. If set to null, the Qt default is used.
-c.colors.contextmenu.selected.bg = base02
-
-# Foreground color of the context menu’s selected item. If set to null, the Qt default is used.
-c.colors.contextmenu.selected.fg = base05
-
-# Background color for the download bar.
-c.colors.downloads.bar.bg = base00
-
-# Color gradient start for download text.
-c.colors.downloads.start.fg = base05
-
-# Color gradient start for download backgrounds.
-c.colors.downloads.start.bg = base00
-
-# Color gradient end for download text.
-c.colors.downloads.stop.fg = base05
-
-# Color gradient stop for download backgrounds.
-c.colors.downloads.stop.bg = base00
-
-# Foreground color for downloads with errors.
-c.colors.downloads.error.fg = base05
-
-# Font color for hints.
-c.colors.hints.fg = base05
-
-# Background color for hints. Note that you can use a `rgba(...)` value
-# for transparency.
-c.colors.hints.bg = base00
-
-# Font color for the matched part of hints.
-c.colors.hints.match.fg = base05
-
-# Text color for the keyhint widget.
-c.colors.keyhint.fg = base05
-
-# Highlight color for keys to complete the current keychain.
-c.colors.keyhint.suffix.fg = base05
-
-# Background color of the keyhint widget.
-c.colors.keyhint.bg = base00
-
-# Foreground color of an error message.
-c.colors.messages.error.fg = base05
-
-# Background color of an error message.
-c.colors.messages.error.bg = base00
-
-# Border color of an error message.
-c.colors.messages.error.border = base00
-
-# Foreground color of a warning message.
-c.colors.messages.warning.fg = base05
-
-# Background color of a warning message.
-c.colors.messages.warning.bg = base00
-
-# Border color of a warning message.
-c.colors.messages.warning.border = base0E
-
-# Foreground color of an info message.
-c.colors.messages.info.fg = base05
-
-# Background color of an info message.
-c.colors.messages.info.bg = base00
-
-# Border color of an info message.
-c.colors.messages.info.border = base00
-
-# Foreground color for prompts.
-c.colors.prompts.fg = base05
-
-# Border used around UI elements in prompts.
-c.colors.prompts.border = base00
-
-# Background color for prompts.
-c.colors.prompts.bg = base00
-
-# Background color for the selected item in filename prompts.
-c.colors.prompts.selected.bg = base02
-
-# Foreground color of the statusbar.
-c.colors.statusbar.normal.fg = base05
-
-# Background color of the statusbar.
-c.colors.statusbar.normal.bg = base00
-
-# Foreground color of the statusbar in insert mode.
-c.colors.statusbar.insert.fg = base05
-
-# Background color of the statusbar in insert mode.
-c.colors.statusbar.insert.bg = base00
-
-# Foreground color of the statusbar in passthrough mode.
-c.colors.statusbar.passthrough.fg = base05
-
-# Background color of the statusbar in passthrough mode.
-c.colors.statusbar.passthrough.bg = base00
-
-# Foreground color of the statusbar in private browsing mode.
-c.colors.statusbar.private.fg = base05
-
-# Background color of the statusbar in private browsing mode.
-c.colors.statusbar.private.bg = base00
-
-# Foreground color of the statusbar in command mode.
-c.colors.statusbar.command.fg = base05
-
-# Background color of the statusbar in command mode.
-c.colors.statusbar.command.bg = base00
-
-# Foreground color of the statusbar in private browsing + command mode.
-c.colors.statusbar.command.private.fg = base05
-
-# Background color of the statusbar in private browsing + command mode.
-c.colors.statusbar.command.private.bg = base00
-
-# Foreground color of the statusbar in caret mode.
-c.colors.statusbar.caret.fg = base05
-
-# Background color of the statusbar in caret mode.
-c.colors.statusbar.caret.bg = base00
-
-# Foreground color of the statusbar in caret mode with a selection.
-c.colors.statusbar.caret.selection.fg = base05
-
-# Background color of the statusbar in caret mode with a selection.
-c.colors.statusbar.caret.selection.bg = base00
-
-# Background color of the progress bar.
-c.colors.statusbar.progress.bg = base00
-
-# Default foreground color of the URL in the statusbar.
-c.colors.statusbar.url.fg = base05
-
-# Foreground color of the URL in the statusbar on error.
-c.colors.statusbar.url.error.fg = base05
-
-# Foreground color of the URL in the statusbar for hovered links.
-c.colors.statusbar.url.hover.fg = base05
-
-# Foreground color of the URL in the statusbar on successful load
-# (http).
-c.colors.statusbar.url.success.http.fg = base05
-
-# Foreground color of the URL in the statusbar on successful load
-# (https).
-c.colors.statusbar.url.success.https.fg = base05
-
-# Foreground color of the URL in the statusbar when there's a warning.
-c.colors.statusbar.url.warn.fg = base05
-
-# Background color of the tab bar.
-c.colors.tabs.bar.bg = base00
-
-# Disable indicators
-c.tabs.indicator.width = 0
-
-# Foreground color of unselected odd tabs.
-c.colors.tabs.odd.fg = base05
-
-# Background color of unselected odd tabs.
-c.colors.tabs.odd.bg = base00
-
-# Foreground color of unselected even tabs.
-c.colors.tabs.even.fg = base05
-
-# Background color of unselected even tabs.
-c.colors.tabs.even.bg = base00
-
-# Foreground color of selected odd tabs.
-c.colors.tabs.selected.odd.fg = base05
-
-# Background color of selected odd tabs.
-c.colors.tabs.selected.odd.bg = base02
-
-# Foreground color of selected even tabs.
-c.colors.tabs.selected.even.fg = base05
-
-# Background color of selected even tabs.
-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.prefers_color_scheme_dark
-
-c.content.user_stylesheets = ["user.css"]
-config.bind('<Ctrl-i>', 'config-cycle content.user_stylesheets user.css ""')
diff --git a/.config/qutebrowser/user.css b/.config/qutebrowser/user.css
deleted file mode 100644
index 0af190a..0000000
--- a/.config/qutebrowser/user.css
+++ /dev/null
@@ -1,96 +0,0 @@
-:root {
- --bg: #282c34;
- --bg-sel: #3e4451;
- --fg: #abb2bf;
- --hl: #b6bdca;
-}
-
-/* General style */
-*:not(svg) {
- background: var(--bg) !important;
- background-color: var(--bg) !important;
- border-color: var(--bg-sel) !important;
- color: var(--fg) !important;
-}
-
-*:before:not(svg) {
- background: var(--bg) !important;
- background-color: var(--bg) !important;
- border-color: var(--bg-sel) !important;
- color: var(--fg) !important;
-}
-
-*:after:not(svg) {
- background: var(--bg) !important;
- background-color: var(--bg) !important;
- border-color: var(--bg-sel) !important;
- color: var(--fg) !important;
-}
-
-*:hover:not(svg) {
- background: var(--bg) !important;
- background-color: var(--bg) !important;
- border-color: var(--bg-sel) !important;
- color: var(--fg) !important;
-}
-
-*:focus:not(svg) {
- background: var(--bg) !important;
- background-color: var(--bg) !important;
- border-color: var(--bg-sel) !important;
- color: var(--fg) !important;
-}
-
-a, a:link, a:visited {
- color: var(--hl) !important;
- text-decoration: none !important;
-}
-
-a:hover, a:active {
- color: var(--hl) !important;
- text-decoration: underline !important;
- text-decoration-color: var(--hl) !important;
-}
-
-hr {
- color: var(--bg-sel) !important;
- z-index: 99;
-}
-
-/* Specific fixes */
-.bg-gray, .bg-gray-light, .bg-white, .bg-blue-light { background: var(--bg) !important; } /* GH */
-.link-gray-dark, .text-gray, .text-gray-dark, .muted-link, .link-gray { color: var(--fg) !important; } /* GH */
-.border-top, .border-lg-top { border-top: 1px solid var(--bg-sel) !important; } /* GH */
-.border-bottom, .border-lg-bottom { border-bottom: 1px solid var(--bg-sel) !important; } /* GH */
-.border-right, .border-lg-right { border-right: 1px solid var(--bg-sel) !important; } /* GH */
-.border-left, .border-lg-left { border-left: 1px solid var(--bg-sel) !important; } /* GH */
-.border-md, .border-gray-dark, .border { border: 1px solid var(--bg-sel) !important; } /* GH */
-.UnderlineNav-item, .reponav-item, .pagehead { border: 0 !important; } /* GH */
-.TimelineItem:before { background-color: var(--bg-sel) !important; } /* GH */
-.timeline-comment--caret:after, .timeline-comment--caret:before { display: none !important; } /* GH */
-.mb-4.js-notice, .repo-language-color { display: none !important; } /* GH */
-
-.w3-light-grey, .w3-white { background: var(--bg) !important; } /* W3 */
-
-.-main a.-logo, ol.list-reset.grid.gs4, #left-sidebar.ps-relative { display: none !important; } /* SO */
-
-.RNNXgb { border: none !important; } /* Google */
-
-.ytp-gradient-bottom { display: none !important; } /* YT */
-.ytp-preview, .ytp-tooltip *, .ytp-chrome-bottom *, .ytp-chrome-bottom, .ytp-chrome-bottom:hover, .ytp-chrome-controls:hover, .ytp-progress-bar-padding:hover { background-color: transparent !important; } /* YT */
-.ytp-swatch-background-color { background: var(--fg) !important; } /* YT */
-
-/* Scrollbar */
-::-webkit-scrollbar {
- height: 12px;
- width: 12px;
- background: var(--bg);
-}
-
-::-webkit-scrollbar-thumb {
- background: var(--bg-sel);
-}
-
-::-webkit-scrollbar-corner {
- background: var(--bg);
-}