+# webpage.bg (QtColor):
+# Background color for webpages if unset (or empty to use the
+# theme's color)
+# Default: white
+webpage.bg = white
+
+# keyhint.fg (QssColor):
+# Text color for the keyhint widget.
+# Default: #FFFFFF
+keyhint.fg = #FFFFFF
+
+# keyhint.fg.suffix (CssColor):
+# Highlight color for keys to complete the current keychain
+# Default: #FFFF00
+keyhint.fg.suffix = #FFFF00
+
+# keyhint.bg (QssColor):
+# Background color of the keyhint widget.
+# Default: rgba(0, 0, 0, 80%)
+keyhint.bg = rgba(0, 0, 0, 80%)
+
+# messages.fg.error (QssColor):
+# Foreground color of an error message.
+# Default: white
+messages.fg.error = ${statusbar.fg}
+
+# messages.bg.error (QssColor):
+# Background color of an error message.
+# Default: red
+messages.bg.error = red
+
+# messages.border.error (QssColor):
+# Border color of an error message.
+# Default: #bb0000
+messages.border.error = #bb0000
+
+# messages.fg.warning (QssColor):
+# Foreground color a warning message.
+# Default: white
+messages.fg.warning = ${statusbar.fg}
+
+# messages.bg.warning (QssColor):
+# Background color of a warning message.
+# Default: darkorange
+messages.bg.warning = darkorange
+
+# messages.border.warning (QssColor):
+# Border color of an error message.
+# Default: #d47300
+messages.border.warning = #d47300
+
+# messages.fg.info (QssColor):
+# Foreground color an info message.
+# Default: white
+messages.fg.info = white
+
+# messages.bg.info (QssColor):
+# Background color of an info message.
+# Default: black
+messages.bg.info = black
+
+# messages.border.info (QssColor):
+# Border color of an info message.
+# Default: #333333
+messages.border.info = #333333
+
+# prompts.fg (QssColor):
+# Foreground color for prompts.
+# Default: white
+prompts.fg = ${statusbar.fg}
+
+# prompts.bg (QssColor):
+# Background color for prompts.
+# Default: darkblue
+prompts.bg = #333333
+
+# prompts.selected.bg (QssColor):
+# Background color for the selected item in filename prompts.
+# Default: #308cc6
+prompts.selected.bg = #308cc6
+
+