Skip to content

Instantly share code, notes, and snippets.

@nemanjan00
Created May 3, 2018 09:00
Show Gist options
  • Save nemanjan00/a252e895387686ca4417a0126f3ddf31 to your computer and use it in GitHub Desktop.
Save nemanjan00/a252e895387686ca4417a0126f3ddf31 to your computer and use it in GitHub Desktop.
# Background color of the completion widget for odd rows.
# Type: QssColor
c.colors.completion.odd.bg = '#160925'
# Background color of the completion widget for even rows.
# Type: QssColor
c.colors.completion.even.bg = '#160925'
# Background color of the completion widget category headers.
# Type: QssColor
c.colors.completion.category.bg = '#160925'
# Top border color of the completion widget category headers.
# Type: QssColor
c.colors.completion.category.border.top = '#160925'
# Bottom border color of the completion widget category headers.
# Type: QssColor
c.colors.completion.category.border.bottom = '#160925'
# Background color of the selected completion item.
# Type: QssColor
c.colors.completion.item.selected.bg = '#16A49D'
# Top border color of the completion widget category headers.
# Type: QssColor
c.colors.completion.item.selected.border.top = '#16A49D'
# Bottom border color of the selected completion item.
# Type: QssColor
c.colors.completion.item.selected.border.bottom = '#16A49D'
# Foreground color of the matched text in the completion.
# Type: QssColor
c.colors.completion.match.fg = '#9D43A0'
# Background color of the statusbar.
# Type: QssColor
c.colors.statusbar.normal.bg = '#160925'
# Background color of the statusbar in insert mode.
# Type: QssColor
c.colors.statusbar.insert.bg = '#16A49D'
# Background color of the statusbar in command mode.
# Type: QssColor
c.colors.statusbar.command.bg = '#160925'
# Default foreground color of the URL in the statusbar.
# Type: QssColor
c.colors.statusbar.url.fg = '#16A49D'
# Foreground color of the URL in the statusbar on successful load
# (http).
# Type: QssColor
c.colors.statusbar.url.success.http.fg = '#16A49D'
# Foreground color of the URL in the statusbar on successful load
# (https).
# Type: QssColor
c.colors.statusbar.url.success.https.fg = '#16A49D'
# Background color of the tab bar.
# Type: QtColor
c.colors.tabs.bar.bg = '#160925'
# Background color of unselected odd tabs.
# Type: QtColor
c.colors.tabs.odd.bg = '#160925'
# Background color of unselected even tabs.
# Type: QtColor
c.colors.tabs.even.bg = '#160925'
# Background color of selected odd tabs.
# Type: QtColor
c.colors.tabs.selected.odd.bg = '#16A49D'
# Background color of selected even tabs.
# Type: QtColor
c.colors.tabs.selected.even.bg = '#16A49D'
# Background color for webpages if unset (or empty to use the theme's
# color).
# Type: QtColor
c.colors.webpage.bg = '#282a36'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment