Compare commits

...

2 commits

2 changed files with 137 additions and 105 deletions

View file

@ -173,35 +173,67 @@ font:
# If `true`, bold text is drawn using the bright color variants. # If `true`, bold text is drawn using the bright color variants.
#draw_bold_text_with_bright_colors: false #draw_bold_text_with_bright_colors: false
# Gruvbox Dark
# colors:
# # Default colors
# primary:
# # hard contrast: background = '#1d2021'
# background: '#282828'
# # soft contrast: background = '#32302f'
# foreground: '#ebdbb2'
#
# # Normal colors
# normal:
# black: '#282828'
# red: '#cc241d'
# green: '#98971a'
# yellow: '#d79921'
# blue: '#458588'
# magenta: '#b16286'
# cyan: '#689d6a'
# white: '#a89984'
#
# # Bright colors
# bright:
# black: '#928374'
# red: '#fb4934'
# green: '#b8bb26'
# yellow: '#fabd2f'
# blue: '#83a598'
# magenta: '#d3869b'
# cyan: '#8ec07c'
# white: '#ebdbb2'
# Modus Operandi
colors: colors:
# Default colors # Default colors
primary: primary:
# hard contrast: background = '#1d2021' # hard contrast: background = '#1d2021'
background: '#282828' background: '#ffffff'
# soft contrast: background = '#32302f' # soft contrast: background = '#32302f'
foreground: '#ebdbb2' foreground: '#000000'
# Normal colors # Normal colors
normal: normal:
black: '#282828' black: '#000000'
red: '#cc241d' red: '#a60000'
green: '#98971a' green: '#005e00'
yellow: '#d79921' yellow: '#813e00'
blue: '#458588' blue: '#0031a9'
magenta: '#b16286' magenta: '#721045'
cyan: '#689d6a' cyan: '#00538b'
white: '#a89984' white: '#ffffff'
# Bright colors # Bright colors
bright: bright:
black: '#928374' black: '#282828'
red: '#fb4934' red: '#7f1010'
green: '#b8bb26' green: '#104410'
yellow: '#fabd2f' yellow: '#5f4400'
blue: '#83a598' blue: '#003497'
magenta: '#d3869b' magenta: '#752f50'
cyan: '#8ec07c' cyan: '#005007'
white: '#ebdbb2' white: '#f8f8f8'
# Visual Bell # Visual Bell
# #

View file

@ -158,358 +158,358 @@ c.tabs.width = '14%'
# Text color of the completion widget. May be a single color to use for # 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. # all columns or a list of three colors, one for each column.
# Type: List of QtColor, or QtColor # Type: List of QtColor, or QtColor
c.colors.completion.fg = '#3c3836' c.colors.completion.fg = '#000000'
# Background color of the completion widget for odd rows. # Background color of the completion widget for odd rows.
# Type: QssColor # Type: QssColor
c.colors.completion.odd.bg = '#fbf1c7' c.colors.completion.odd.bg = '#ffffff'
# Background color of the completion widget for even rows. # Background color of the completion widget for even rows.
# Type: QssColor # Type: QssColor
c.colors.completion.even.bg = '#fbf1c7' c.colors.completion.even.bg = '#ffffff'
# Foreground color of completion widget category headers. # Foreground color of completion widget category headers.
# Type: QtColor # Type: QtColor
c.colors.completion.category.fg = '#3c3836' c.colors.completion.category.fg = '#000000'
# Background color of the completion widget category headers. # Background color of the completion widget category headers.
# Type: QssColor # Type: QssColor
c.colors.completion.category.bg = '#ebdbb2' c.colors.completion.category.bg = '#f0f0f0'
# Top border color of the completion widget category headers. # Top border color of the completion widget category headers.
# Type: QssColor # Type: QssColor
c.colors.completion.category.border.top = '#ebdbb2' c.colors.completion.category.border.top = '#f0f0f0'
# Bottom border color of the completion widget category headers. # Bottom border color of the completion widget category headers.
# Type: QssColor # Type: QssColor
c.colors.completion.category.border.bottom = '#ebdbb2' c.colors.completion.category.border.bottom = '#f0f0f0'
# Foreground color of the selected completion item. # Foreground color of the selected completion item.
# Type: QtColor # Type: QtColor
c.colors.completion.item.selected.fg = '#3c3836' c.colors.completion.item.selected.fg = '#000000'
# Background color of the selected completion item. # Background color of the selected completion item.
# Type: QssColor # Type: QssColor
c.colors.completion.item.selected.bg = '#ebdbb2' c.colors.completion.item.selected.bg = '#f0f0f0'
# Top border color of the selected completion item. # Top border color of the selected completion item.
# Type: QssColor # Type: QssColor
c.colors.completion.item.selected.border.top = '#ebdbb2' c.colors.completion.item.selected.border.top = '#f0f0f0'
# Bottom border color of the selected completion item. # Bottom border color of the selected completion item.
# Type: QssColor # Type: QssColor
c.colors.completion.item.selected.border.bottom = '#ebdbb2' c.colors.completion.item.selected.border.bottom = '#f0f0f0'
# Foreground color of the matched text in the selected completion item. # Foreground color of the matched text in the selected completion item.
# Type: QtColor # Type: QtColor
c.colors.completion.item.selected.match.fg = '#458588' c.colors.completion.item.selected.match.fg = '#0031a9'
# Foreground color of the matched text in the completion. # Foreground color of the matched text in the completion.
# Type: QtColor # Type: QtColor
c.colors.completion.match.fg = '#458588' c.colors.completion.match.fg = '#0031a9'
# Color of the scrollbar handle in the completion view. # Color of the scrollbar handle in the completion view.
# Type: QssColor # Type: QssColor
c.colors.completion.scrollbar.fg = '#3c3836' c.colors.completion.scrollbar.fg = '#000000'
# Color of the scrollbar in the completion view. # Color of the scrollbar in the completion view.
# Type: QssColor # Type: QssColor
c.colors.completion.scrollbar.bg = '#fbf1c7' c.colors.completion.scrollbar.bg = '#ffffff'
# Background color of the context menu. If set to null, the Qt default # Background color of the context menu. If set to null, the Qt default
# is used. # is used.
# Type: QssColor # Type: QssColor
c.colors.contextmenu.menu.bg = '#fbf1c7' c.colors.contextmenu.menu.bg = '#ffffff'
# Foreground color of the context menu. If set to null, the Qt default # Foreground color of the context menu. If set to null, the Qt default
# is used. # is used.
# Type: QssColor # Type: QssColor
c.colors.contextmenu.menu.fg = '#3c3836' c.colors.contextmenu.menu.fg = '#000000'
# Background color of the context menu's selected item. If set to null, # Background color of the context menu's selected item. If set to null,
# the Qt default is used. # the Qt default is used.
# Type: QssColor # Type: QssColor
c.colors.contextmenu.selected.bg = '#ebdbb2' c.colors.contextmenu.selected.bg = '#f0f0f0'
# Foreground color of the context menu's selected item. If set to null, # Foreground color of the context menu's selected item. If set to null,
# the Qt default is used. # the Qt default is used.
# Type: QssColor # Type: QssColor
c.colors.contextmenu.selected.fg = '#3c3836' c.colors.contextmenu.selected.fg = '#000000'
# Background color for the download bar. # Background color for the download bar.
# Type: QssColor # Type: QssColor
c.colors.downloads.bar.bg = '#fbf1c7' c.colors.downloads.bar.bg = '#ffffff'
# Color gradient start for download text. # Color gradient start for download text.
# Type: QtColor # Type: QtColor
c.colors.downloads.start.fg = '#3c3836' c.colors.downloads.start.fg = '#000000'
# Color gradient start for download backgrounds. # Color gradient start for download backgrounds.
# Type: QtColor # Type: QtColor
c.colors.downloads.start.bg = '#458588' c.colors.downloads.start.bg = '#0031a9'
# Color gradient end for download text. # Color gradient end for download text.
# Type: QtColor # Type: QtColor
c.colors.downloads.stop.fg = '#3c3836' c.colors.downloads.stop.fg = '#000000'
# Color gradient stop for download backgrounds. # Color gradient stop for download backgrounds.
# Type: QtColor # Type: QtColor
c.colors.downloads.stop.bg = '#98971a' c.colors.downloads.stop.bg = '#005e00'
# Foreground color for downloads with errors. # Foreground color for downloads with errors.
# Type: QtColor # Type: QtColor
c.colors.downloads.error.fg = '#3c3836' c.colors.downloads.error.fg = '#000000'
# Background color for downloads with errors. # Background color for downloads with errors.
# Type: QtColor # Type: QtColor
c.colors.downloads.error.bg = '#cc241d' c.colors.downloads.error.bg = '#a60000'
# Font color for hints. # Font color for hints.
# Type: QssColor # Type: QssColor
c.colors.hints.fg = '#3c3836' c.colors.hints.fg = '#000000'
# Background color for hints. Note that you can use a `rgba(...)` value # Background color for hints. Note that you can use a `rgba(...)` value
# for transparency. # for transparency.
# Type: QssColor # Type: QssColor
c.colors.hints.bg = '#fbf1c7' c.colors.hints.bg = '#ffffff'
# Font color for the matched part of hints. # Font color for the matched part of hints.
# Type: QtColor # Type: QtColor
c.colors.hints.match.fg = '#458588' c.colors.hints.match.fg = '#0031a9'
# Text color for the keyhint widget. # Text color for the keyhint widget.
# Type: QssColor # Type: QssColor
c.colors.keyhint.fg = '#3c3836' c.colors.keyhint.fg = '#000000'
# Highlight color for keys to complete the current keychain. # Highlight color for keys to complete the current keychain.
# Type: QssColor # Type: QssColor
c.colors.keyhint.suffix.fg = '#458588' c.colors.keyhint.suffix.fg = '#0031a9'
# Background color of the keyhint widget. # Background color of the keyhint widget.
# Type: QssColor # Type: QssColor
c.colors.keyhint.bg = '#fbf1c7' c.colors.keyhint.bg = '#ffffff'
# Foreground color of an error message. # Foreground color of an error message.
# Type: QssColor # Type: QssColor
c.colors.messages.error.fg = '#cc241d' c.colors.messages.error.fg = '#a60000'
# Background color of an error message. # Background color of an error message.
# Type: QssColor # Type: QssColor
c.colors.messages.error.bg = '#fbf1c7' c.colors.messages.error.bg = '#ffffff'
# Border color of an error message. # Border color of an error message.
# Type: QssColor # Type: QssColor
c.colors.messages.error.border = '#928374' c.colors.messages.error.border = '#f0f0f0'
# Foreground color of a warning message. # Foreground color of a warning message.
# Type: QssColor # Type: QssColor
c.colors.messages.warning.fg = '#d79921' c.colors.messages.warning.fg = '#813e00'
# Background color of a warning message. # Background color of a warning message.
# Type: QssColor # Type: QssColor
c.colors.messages.warning.bg = '#fbf1c7' c.colors.messages.warning.bg = '#ffffff'
# Border color of a warning message. # Border color of a warning message.
# Type: QssColor # Type: QssColor
c.colors.messages.warning.border = '#928374' c.colors.messages.warning.border = '#f0f0f0'
# Foreground color of an info message. # Foreground color of an info message.
# Type: QssColor # Type: QssColor
c.colors.messages.info.fg = '#98971a' c.colors.messages.info.fg = '#005e00'
# Background color of an info message. # Background color of an info message.
# Type: QssColor # Type: QssColor
c.colors.messages.info.bg = '#fbf1c7' c.colors.messages.info.bg = '#ffffff'
# Border color of an info message. # Border color of an info message.
# Type: QssColor # Type: QssColor
c.colors.messages.info.border = '#928374' c.colors.messages.info.border = '#f0f0f0'
# Foreground color for prompts. # Foreground color for prompts.
# Type: QssColor # Type: QssColor
c.colors.prompts.fg = '#3c3836' c.colors.prompts.fg = '#000000'
# Border used around UI elements in prompts. # Border used around UI elements in prompts.
# Type: String # Type: String
c.colors.prompts.border = '1px solid #928374' c.colors.prompts.border = '1px solid #f0f0f0'
# Background color for prompts. # Background color for prompts.
# Type: QssColor # Type: QssColor
c.colors.prompts.bg = '#fbf1c7' c.colors.prompts.bg = '#ffffff'
# Background color for the selected item in filename prompts. # Background color for the selected item in filename prompts.
# Type: QssColor # Type: QssColor
c.colors.prompts.selected.bg = '#ebdbb2' c.colors.prompts.selected.bg = '#f0f0f0'
# Foreground color of the statusbar. # Foreground color of the statusbar.
# Type: QssColor # Type: QssColor
c.colors.statusbar.normal.fg = '#3c3836' c.colors.statusbar.normal.fg = '#000000'
# Background color of the statusbar. # Background color of the statusbar.
# Type: QssColor # Type: QssColor
c.colors.statusbar.normal.bg = '#ebdbb2' c.colors.statusbar.normal.bg = '#f0f0f0'
# Foreground color of the statusbar in insert mode. # Foreground color of the statusbar in insert mode.
# Type: QssColor # Type: QssColor
c.colors.statusbar.insert.fg = '#3c3836' c.colors.statusbar.insert.fg = '#000000'
# Background color of the statusbar in insert mode. # Background color of the statusbar in insert mode.
# Type: QssColor # Type: QssColor
c.colors.statusbar.insert.bg = '#98971a' c.colors.statusbar.insert.bg = '#005e00'
# Foreground color of the statusbar in passthrough mode. # Foreground color of the statusbar in passthrough mode.
# Type: QssColor # Type: QssColor
c.colors.statusbar.passthrough.fg = '#3c3836' c.colors.statusbar.passthrough.fg = '#000000'
# Background color of the statusbar in passthrough mode. # Background color of the statusbar in passthrough mode.
# Type: QssColor # Type: QssColor
c.colors.statusbar.passthrough.bg = '#458588' c.colors.statusbar.passthrough.bg = '#0031a9'
# Foreground color of the statusbar in private browsing mode. # Foreground color of the statusbar in private browsing mode.
# Type: QssColor # Type: QssColor
c.colors.statusbar.private.fg = '#ebdbb2' c.colors.statusbar.private.fg = '#f0f0f0'
# Background color of the statusbar in private browsing mode. # Background color of the statusbar in private browsing mode.
# Type: QssColor # Type: QssColor
c.colors.statusbar.private.bg = '#3c3836' c.colors.statusbar.private.bg = '#000000'
# Foreground color of the statusbar in command mode. # Foreground color of the statusbar in command mode.
# Type: QssColor # Type: QssColor
c.colors.statusbar.command.fg = '#3c3836' c.colors.statusbar.command.fg = '#000000'
# Background color of the statusbar in command mode. # Background color of the statusbar in command mode.
# Type: QssColor # Type: QssColor
c.colors.statusbar.command.bg = '#fbf1c7' c.colors.statusbar.command.bg = '#ffffff'
# Foreground color of the statusbar in private browsing + command mode. # Foreground color of the statusbar in private browsing + command mode.
# Type: QssColor # Type: QssColor
c.colors.statusbar.command.private.fg = '#ebdbb2' c.colors.statusbar.command.private.fg = '#f0f0f0'
# Background color of the statusbar in private browsing + command mode. # Background color of the statusbar in private browsing + command mode.
# Type: QssColor # Type: QssColor
c.colors.statusbar.command.private.bg = '#282828' c.colors.statusbar.command.private.bg = '#f0f0f0'
# Background color of the statusbar in caret mode. # Background color of the statusbar in caret mode.
# Type: QssColor # Type: QssColor
c.colors.statusbar.caret.bg = '#3c3836' c.colors.statusbar.caret.bg = '#000000'
# Foreground color of the statusbar in caret mode with a selection. # Foreground color of the statusbar in caret mode with a selection.
# Type: QssColor # Type: QssColor
c.colors.statusbar.caret.selection.fg = '#3c3836' c.colors.statusbar.caret.selection.fg = '#000000'
# Background color of the statusbar in caret mode with a selection. # Background color of the statusbar in caret mode with a selection.
# Type: QssColor # Type: QssColor
c.colors.statusbar.caret.selection.bg = '#689d6a' c.colors.statusbar.caret.selection.bg = '#00538b'
# Background color of the progress bar. # Background color of the progress bar.
# Type: QssColor # Type: QssColor
c.colors.statusbar.progress.bg = '#d65d0e' c.colors.statusbar.progress.bg = '#000000'
# Default foreground color of the URL in the statusbar. # Default foreground color of the URL in the statusbar.
# Type: QssColor # Type: QssColor
c.colors.statusbar.url.fg = '#3c3836' c.colors.statusbar.url.fg = '#000000'
# Foreground color of the URL in the statusbar on error. # Foreground color of the URL in the statusbar on error.
# Type: QssColor # Type: QssColor
c.colors.statusbar.url.error.fg = '#cc241d' c.colors.statusbar.url.error.fg = '#a60000'
# Foreground color of the URL in the statusbar for hovered links. # Foreground color of the URL in the statusbar for hovered links.
# Type: QssColor # Type: QssColor
c.colors.statusbar.url.hover.fg = '#689d6a' c.colors.statusbar.url.hover.fg = '#00538b'
# Foreground color of the URL in the statusbar on successful load # Foreground color of the URL in the statusbar on successful load
# (http). # (http).
# Type: QssColor # Type: QssColor
c.colors.statusbar.url.success.http.fg = '#cc241d' c.colors.statusbar.url.success.http.fg = '#a60000'
# Foreground color of the URL in the statusbar on successful load # Foreground color of the URL in the statusbar on successful load
# (https). # (https).
# Type: QssColor # Type: QssColor
c.colors.statusbar.url.success.https.fg = '#98971a' c.colors.statusbar.url.success.https.fg = '#005e00'
# Foreground color of the URL in the statusbar when there's a warning. # Foreground color of the URL in the statusbar when there's a warning.
# Type: QssColor # Type: QssColor
c.colors.statusbar.url.warn.fg = '#cc241d' c.colors.statusbar.url.warn.fg = '#a60000'
# Background color of the tab bar. # Background color of the tab bar.
# Type: QssColor # Type: QssColor
c.colors.tabs.bar.bg = '#fbf1c7' c.colors.tabs.bar.bg = '#ffffff'
# Color gradient start for the tab indicator. # Color gradient start for the tab indicator.
# Type: QtColor # Type: QtColor
c.colors.tabs.indicator.start = '#458588' c.colors.tabs.indicator.start = '#0031a9'
# Color gradient end for the tab indicator. # Color gradient end for the tab indicator.
# Type: QtColor # Type: QtColor
c.colors.tabs.indicator.stop = '#98971a' c.colors.tabs.indicator.stop = '#005e00'
# Color for the tab indicator on errors. # Color for the tab indicator on errors.
# Type: QtColor # Type: QtColor
c.colors.tabs.indicator.error = '#cc241d' c.colors.tabs.indicator.error = '#a60000'
# Foreground color of unselected odd tabs. # Foreground color of unselected odd tabs.
# Type: QtColor # Type: QtColor
c.colors.tabs.odd.fg = '#3c3836' c.colors.tabs.odd.fg = '#000000'
# Background color of unselected odd tabs. # Background color of unselected odd tabs.
# Type: QtColor # Type: QtColor
c.colors.tabs.odd.bg = '#fbf1c7' c.colors.tabs.odd.bg = '#ffffff'
# Foreground color of unselected even tabs. # Foreground color of unselected even tabs.
# Type: QtColor # Type: QtColor
c.colors.tabs.even.fg = '#3c3836' c.colors.tabs.even.fg = '#000000'
# Background color of unselected even tabs. # Background color of unselected even tabs.
# Type: QtColor # Type: QtColor
c.colors.tabs.even.bg = '#fbf1c7' c.colors.tabs.even.bg = '#ffffff'
# Foreground color of selected odd tabs. # Foreground color of selected odd tabs.
# Type: QtColor # Type: QtColor
c.colors.tabs.selected.odd.fg = '#3c3836' c.colors.tabs.selected.odd.fg = '#000000'
# Background color of selected odd tabs. # Background color of selected odd tabs.
# Type: QtColor # Type: QtColor
c.colors.tabs.selected.odd.bg = '#ebdbb2' c.colors.tabs.selected.odd.bg = '#f0f0f0'
# Foreground color of selected even tabs. # Foreground color of selected even tabs.
# Type: QtColor # Type: QtColor
c.colors.tabs.selected.even.fg = '#3c3836' c.colors.tabs.selected.even.fg = '#000000'
# Background color of selected even tabs. # Background color of selected even tabs.
# Type: QtColor # Type: QtColor
c.colors.tabs.selected.even.bg = '#ebdbb2' c.colors.tabs.selected.even.bg = '#f0f0f0'
# Foreground color of pinned unselected odd tabs. # Foreground color of pinned unselected odd tabs.
# Type: QtColor # Type: QtColor
c.colors.tabs.pinned.odd.fg = '#b16286' c.colors.tabs.pinned.odd.fg = '#721045'
# Background color of pinned unselected odd tabs. # Background color of pinned unselected odd tabs.
# Type: QtColor # Type: QtColor
c.colors.tabs.pinned.odd.bg = '#fbf1c7' c.colors.tabs.pinned.odd.bg = '#ffffff'
# Foreground color of pinned unselected even tabs. # Foreground color of pinned unselected even tabs.
# Type: QtColor # Type: QtColor
c.colors.tabs.pinned.even.fg = '#b16286' c.colors.tabs.pinned.even.fg = '#721045'
# Background color of pinned unselected even tabs. # Background color of pinned unselected even tabs.
# Type: QtColor # Type: QtColor
c.colors.tabs.pinned.even.bg = '#fbf1c7' c.colors.tabs.pinned.even.bg = '#ffffff'
# Foreground color of pinned selected odd tabs. # Foreground color of pinned selected odd tabs.
# Type: QtColor # Type: QtColor
c.colors.tabs.pinned.selected.odd.fg = '#b16286' c.colors.tabs.pinned.selected.odd.fg = '#721045'
# Background color of pinned selected odd tabs. # Background color of pinned selected odd tabs.
# Type: QtColor # Type: QtColor
c.colors.tabs.pinned.selected.odd.bg = '#ebdbb2' c.colors.tabs.pinned.selected.odd.bg = '#f0f0f0'
# Foreground color of pinned selected even tabs. # Foreground color of pinned selected even tabs.
# Type: QtColor # Type: QtColor
c.colors.tabs.pinned.selected.even.fg = '#b16286' c.colors.tabs.pinned.selected.even.fg = '#721045'
# Background color of pinned selected even tabs. # Background color of pinned selected even tabs.
# Type: QtColor # Type: QtColor
c.colors.tabs.pinned.selected.even.bg = '#ebdbb2' c.colors.tabs.pinned.selected.even.bg = '#f0f0f0'
# Default font families to use. Whenever "default_family" is used in a # Default font families to use. Whenever "default_family" is used in a
# font setting, it's replaced with the fonts listed here. If set to an # font setting, it's replaced with the fonts listed here. If set to an