|
|
@ -46,44 +46,44 @@ c.colors.webpage.bg = 'white'
|
|
|
|
|
|
|
|
|
|
|
|
# Font used in the completion categories.
|
|
|
|
# Font used in the completion categories.
|
|
|
|
# Type: Font
|
|
|
|
# Type: Font
|
|
|
|
c.fonts.completion.category = 'bold 12pt monospace'
|
|
|
|
c.fonts.completion.category = 'bold 9pt monospace'
|
|
|
|
|
|
|
|
|
|
|
|
# Font used in the completion widget.
|
|
|
|
# Font used in the completion widget.
|
|
|
|
# Type: Font
|
|
|
|
# Type: Font
|
|
|
|
c.fonts.completion.entry = '12pt monospace'
|
|
|
|
c.fonts.completion.entry = '9pt monospace'
|
|
|
|
|
|
|
|
|
|
|
|
# Font used for the debugging console.
|
|
|
|
# Font used for the debugging console.
|
|
|
|
# Type: QtFont
|
|
|
|
# Type: QtFont
|
|
|
|
c.fonts.debug_console = '12pt monospace'
|
|
|
|
c.fonts.debug_console = '9pt monospace'
|
|
|
|
|
|
|
|
|
|
|
|
# Font used for the downloadbar.
|
|
|
|
# Font used for the downloadbar.
|
|
|
|
# Type: Font
|
|
|
|
# Type: Font
|
|
|
|
c.fonts.downloads = '12pt monospace'
|
|
|
|
c.fonts.downloads = '9pt monospace'
|
|
|
|
|
|
|
|
|
|
|
|
# Font used for the hints.
|
|
|
|
# Font used for the hints.
|
|
|
|
# Type: Font
|
|
|
|
# Type: Font
|
|
|
|
c.fonts.hints = 'bold 10pt monospace'
|
|
|
|
c.fonts.hints = 'bold 9pt monospace'
|
|
|
|
|
|
|
|
|
|
|
|
# Font used in the keyhint widget.
|
|
|
|
# Font used in the keyhint widget.
|
|
|
|
# Type: Font
|
|
|
|
# Type: Font
|
|
|
|
c.fonts.keyhint = '12pt monospace'
|
|
|
|
c.fonts.keyhint = '9pt monospace'
|
|
|
|
|
|
|
|
|
|
|
|
# Font used for error messages.
|
|
|
|
# Font used for error messages.
|
|
|
|
# Type: Font
|
|
|
|
# Type: Font
|
|
|
|
c.fonts.messages.error = '12pt monospace'
|
|
|
|
c.fonts.messages.error = '9pt monospace'
|
|
|
|
|
|
|
|
|
|
|
|
# Font used for info messages.
|
|
|
|
# Font used for info messages.
|
|
|
|
# Type: Font
|
|
|
|
# Type: Font
|
|
|
|
c.fonts.messages.info = '12pt monospace'
|
|
|
|
c.fonts.messages.info = '9pt monospace'
|
|
|
|
|
|
|
|
|
|
|
|
# Font used for warning messages.
|
|
|
|
# Font used for warning messages.
|
|
|
|
# Type: Font
|
|
|
|
# Type: Font
|
|
|
|
c.fonts.messages.warning = '12pt monospace'
|
|
|
|
c.fonts.messages.warning = '9pt monospace'
|
|
|
|
|
|
|
|
|
|
|
|
# Default monospace fonts. Whenever "monospace" is used in a font
|
|
|
|
# Default monospace fonts. Whenever "monospace" is used in a font
|
|
|
|
# setting, it's replaced with the fonts listed here.
|
|
|
|
# setting, it's replaced with the fonts listed here.
|
|
|
|
# Type: Font
|
|
|
|
# Type: Font
|
|
|
|
c.fonts.monospace = '"Iosevka Nerd Font"'
|
|
|
|
c.fonts.monospace = 'Iosevka Nerd Font'
|
|
|
|
|
|
|
|
|
|
|
|
# Font used for prompts.
|
|
|
|
# Font used for prompts.
|
|
|
|
# Type: Font
|
|
|
|
# Type: Font
|
|
|
@ -91,11 +91,11 @@ c.fonts.prompts = '8pt sans-serif'
|
|
|
|
|
|
|
|
|
|
|
|
# Font used in the statusbar.
|
|
|
|
# Font used in the statusbar.
|
|
|
|
# Type: Font
|
|
|
|
# Type: Font
|
|
|
|
c.fonts.statusbar = '12pt monospace'
|
|
|
|
c.fonts.statusbar = '9pt monospace'
|
|
|
|
|
|
|
|
|
|
|
|
# Font used in the tab bar.
|
|
|
|
# Font used in the tab bar.
|
|
|
|
# Type: QtFont
|
|
|
|
# Type: QtFont
|
|
|
|
c.fonts.tabs = '12pt monospace'
|
|
|
|
c.fonts.tabs = '9pt monospace'
|
|
|
|
|
|
|
|
|
|
|
|
# Open new tabs (middleclick/ctrl+click) in the background.
|
|
|
|
# Open new tabs (middleclick/ctrl+click) in the background.
|
|
|
|
# Type: Bool
|
|
|
|
# Type: Bool
|
|
|
|