Skip to content

Instantly share code, notes, and snippets.

@tree-s
Last active March 19, 2025 14:10
Show Gist options
  • Save tree-s/ab03b4fb1e1d8c365493179c70c177da to your computer and use it in GitHub Desktop.
Save tree-s/ab03b4fb1e1d8c365493179c70c177da to your computer and use it in GitHub Desktop.
Quetbrowser theme
matrix = {
# matrix night
'matrix0': '#0D0208',
'matrix1': '#0D0208',
'matrix2': '#0D0208',
'matrix3': '#226622',
# term
'matrix4': '#55ff55',
'matrix5': '#00ff41',
'matrix6': '#00ff41',
# green
'matrix7': '#339933',
'matrix8': '#0D0208',
'matrix9': '#008F11',
'matrix10': '#027c14',
# errors-warnings
'matrix11': '#ff0000',
'matrix12': '#D08770',
'matrix13': '#FFFF00',
'matrix14': '#00FF41',
'matrix15': '#E4D00A',
}
# Background color of the completion widget category headers.
# Type: QssColor
c.colors.completion.category.bg = matrix['matrix0']
# Bottom border color of the completion widget category headers.
# Type: QssColor
c.colors.completion.category.border.bottom = matrix['matrix0']
# Top border color of the completion widget category headers.
# Type: QssColor
c.colors.completion.category.border.top = matrix['matrix0']
# Foreground color of completion widget category headers.
# Type: QtColor
c.colors.completion.category.fg = matrix['matrix5']
# Background color of the completion widget for even rows.
# Type: QssColor
c.colors.completion.even.bg = matrix['matrix1']
# Background color of the completion widget for odd rows.
# Type: QssColor
c.colors.completion.odd.bg = matrix['matrix1']
# Text color of the completion widget.
# Type: QtColor
c.colors.completion.fg = matrix['matrix4']
# Background color of the selected completion item.
# Type: QssColor
c.colors.completion.item.selected.bg = matrix['matrix3']
# Bottom border color of the selected completion item.
# Type: QssColor
c.colors.completion.item.selected.border.bottom = matrix['matrix3']
# Top border color of the completion widget category headers.
# Type: QssColor
c.colors.completion.item.selected.border.top = matrix['matrix3']
# Foreground color of the selected completion item.
# Type: QtColor
c.colors.completion.item.selected.fg = matrix['matrix6']
# Foreground color of the matched text in the completion.
# Type: QssColor
c.colors.completion.match.fg = matrix['matrix13']
# Color of the scrollbar in completion view
# Type: QssColor
c.colors.completion.scrollbar.bg = matrix['matrix1']
# Color of the scrollbar handle in completion view.
# Type: QssColor
c.colors.completion.scrollbar.fg = matrix['matrix5']
# Background color for the download bar.
# Type: QssColor
c.colors.downloads.bar.bg = matrix['matrix0']
# Background color for downloads with errors.
# Type: QtColor
c.colors.downloads.error.bg = matrix['matrix11']
# Foreground color for downloads with errors.
# Type: QtColor
c.colors.downloads.error.fg = matrix['matrix5']
# Color gradient stop for download backgrounds.
# Type: QtColor
c.colors.downloads.stop.bg = matrix['matrix15']
# Color gradient interpolation system for download backgrounds.
# Type: ColorSystem
# Valid values:
# - rgb: Interpolate in the RGB color system.
# - hsv: Interpolate in the HSV color system.
# - hsl: Interpolate in the HSL color system.
# - none: Don't show a gradient.
c.colors.downloads.system.bg = 'none'
# Background color for hints. Note that you can use a `rgba(...)` value
# for transparency.
# Type: QssColor
c.colors.hints.bg = matrix['matrix13']
# Font color for hints.
# Type: QssColor
c.colors.hints.fg = matrix['matrix0']
# Font color for the matched part of hints.
# Type: QssColor
c.colors.hints.match.fg = matrix['matrix10']
# Background color of the keyhint widget.
# Type: QssColor
c.colors.keyhint.bg = matrix['matrix1']
# Text color for the keyhint widget.
# Type: QssColor
c.colors.keyhint.fg = matrix['matrix5']
# Highlight color for keys to complete the current keychain.
# Type: QssColor
c.colors.keyhint.suffix.fg = matrix['matrix13']
# Background color of an error message.
# Type: QssColor
c.colors.messages.error.bg = matrix['matrix11']
# Border color of an error message.
# Type: QssColor
c.colors.messages.error.border = matrix['matrix11']
# Foreground color of an error message.
# Type: QssColor
c.colors.messages.error.fg = matrix['matrix5']
# Background color of an info message.
# Type: QssColor
c.colors.messages.info.bg = matrix['matrix8']
# Border color of an info message.
# Type: QssColor
c.colors.messages.info.border = matrix['matrix8']
# Foreground color an info message.
# Type: QssColor
c.colors.messages.info.fg = matrix['matrix5']
# Background color of a warning message.
# Type: QssColor
c.colors.messages.warning.bg = matrix['matrix12']
# Border color of a warning message.
# Type: QssColor
c.colors.messages.warning.border = matrix['matrix12']
# Foreground color a warning message.
# Type: QssColor
c.colors.messages.warning.fg = matrix['matrix5']
# Background color for prompts.
# Type: QssColor
c.colors.prompts.bg = matrix['matrix2']
# Border used around UI elements in prompts.
# Type: String
c.colors.prompts.border = '1px solid ' + matrix['matrix0']
# Foreground color for prompts.
# Type: QssColor
c.colors.prompts.fg = matrix['matrix5']
# Background color for the selected item in filename prompts.
# Type: QssColor
c.colors.prompts.selected.bg = matrix['matrix3']
# Background color of the statusbar in caret mode.
# Type: QssColor
c.colors.statusbar.caret.bg = matrix['matrix15']
# Foreground color of the statusbar in caret mode.
# Type: QssColor
c.colors.statusbar.caret.fg = matrix['matrix5']
# Background color of the statusbar in caret mode with a selection.
# Type: QssColor
c.colors.statusbar.caret.selection.bg = matrix['matrix15']
# Foreground color of the statusbar in caret mode with a selection.
# Type: QssColor
c.colors.statusbar.caret.selection.fg = matrix['matrix5']
# Background color of the statusbar in command mode.
# Type: QssColor
c.colors.statusbar.command.bg = matrix['matrix2']
# Foreground color of the statusbar in command mode.
# Type: QssColor
c.colors.statusbar.command.fg = matrix['matrix5']
# Background color of the statusbar in private browsing + command mode.
# Type: QssColor
c.colors.statusbar.command.private.bg = matrix['matrix2']
# Foreground color of the statusbar in private browsing + command mode.
# Type: QssColor
c.colors.statusbar.command.private.fg = matrix['matrix5']
# Background color of the statusbar in insert mode.
# Type: QssColor
c.colors.statusbar.insert.bg = matrix['matrix14']
# Foreground color of the statusbar in insert mode.
# Type: QssColor
c.colors.statusbar.insert.fg = matrix['matrix1']
# Background color of the statusbar.
# Type: QssColor
c.colors.statusbar.normal.bg = matrix['matrix0']
# Foreground color of the statusbar.
# Type: QssColor
c.colors.statusbar.normal.fg = matrix['matrix5']
# Background color of the statusbar in passthrough mode.
# Type: QssColor
c.colors.statusbar.passthrough.bg = matrix['matrix10']
# Foreground color of the statusbar in passthrough mode.
# Type: QssColor
c.colors.statusbar.passthrough.fg = matrix['matrix5']
# Background color of the statusbar in private browsing mode.
# Type: QssColor
c.colors.statusbar.private.bg = matrix['matrix3']
# Foreground color of the statusbar in private browsing mode.
# Type: QssColor
c.colors.statusbar.private.fg = matrix['matrix5']
# Background color of the progress bar.
# Type: QssColor
c.colors.statusbar.progress.bg = matrix['matrix5']
# Foreground color of the URL in the statusbar on error.
# Type: QssColor
c.colors.statusbar.url.error.fg = matrix['matrix11']
# Default foreground color of the URL in the statusbar.
# Type: QssColor
c.colors.statusbar.url.fg = matrix['matrix5']
# Foreground color of the URL in the statusbar for hovered links.
# Type: QssColor
c.colors.statusbar.url.hover.fg = matrix['matrix8']
# Foreground color of the URL in the statusbar on successful load
# (http).
# Type: QssColor
c.colors.statusbar.url.success.http.fg = matrix['matrix5']
# Foreground color of the URL in the statusbar on successful load
# (https).
# Type: QssColor
c.colors.statusbar.url.success.https.fg = matrix['matrix14']
# Foreground color of the URL in the statusbar when there's a warning.
# Type: QssColor
c.colors.statusbar.url.warn.fg = matrix['matrix12']
# Background color of the tab bar.
# Type: QtColor
c.colors.tabs.bar.bg = matrix['matrix0']
# Background color of unselected even tabs.
# Type: QtColor
c.colors.tabs.even.bg = matrix['matrix0']
# Foreground color of unselected even tabs.
# Type: QtColor
c.colors.tabs.even.fg = matrix['matrix3']
# Color for the tab indicator on errors.
# Type: QtColor
c.colors.tabs.indicator.error = matrix['matrix11']
# Color gradient start for the tab indicator.
# Type: QtColor
# c.colors.tabs.indicator.start = matrix['violet']
# Color gradient end for the tab indicator.
# Type: QtColor
# c.colors.tabs.indicator.stop = matrix['orange']
# Color gradient interpolation system for the tab indicator.
# Type: ColorSystem
# Valid values:
# - rgb: Interpolate in the RGB color system.
# - hsv: Interpolate in the HSV color system.
# - hsl: Interpolate in the HSL color system.
# - none: Don't show a gradient.
c.colors.tabs.indicator.system = 'none'
# Background color of unselected odd tabs.
# Type: QtColor
c.colors.tabs.odd.bg = matrix['matrix0']
# Foreground color of unselected odd tabs.
# Type: QtColor
c.colors.tabs.odd.fg = matrix['matrix3']
# Background color of selected even tabs.
# Type: QtColor
c.colors.tabs.selected.even.bg = matrix['matrix0']
# Foreground color of selected even tabs.
# Type: QtColor
c.colors.tabs.selected.even.fg = matrix['matrix5']
# Background color of selected odd tabs.
# Type: QtColor
c.colors.tabs.selected.odd.bg = matrix['matrix0']
# Foreground color of selected odd tabs.
# Type: QtColor
c.colors.tabs.selected.odd.fg = matrix['matrix5']
# Background color for webpages if unset (or empty to use the theme's color)
# Type: QtColor
c.colors.webpage.bg = 'white'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment