Up.
This commit is contained in:
parent
1645b864a3
commit
edfd6439e7
@ -867,22 +867,22 @@ c.editor.encoding = "utf-8"
|
||||
|
||||
## Font used in the completion categories.
|
||||
## Type: Font
|
||||
c.fonts.completion.category = "12pt FantasqueSansMono Nerd Font Bold"
|
||||
c.fonts.completion.category = "12pt JetBrainsMono Nerd Font Bold"
|
||||
|
||||
## Font used in the completion widget.
|
||||
## Type: Font
|
||||
c.fonts.completion.entry = "12pt FantasqueSansMono Nerd Font Mono"
|
||||
c.fonts.completion.entry = "12pt JetBrainsMono Nerd Font Mono"
|
||||
|
||||
## Font used for the debugging console.
|
||||
## Type: QtFont
|
||||
c.fonts.debug_console = "12pt FantasqueSansMono Nerd Font Mono"
|
||||
c.fonts.debug_console = "12pt JetBrainsMono Nerd Font Mono"
|
||||
|
||||
## 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 empty value,
|
||||
## a system-specific monospace default is used.
|
||||
## Type: List of Font, or Font
|
||||
## Default: empty
|
||||
c.fonts.default_family = []
|
||||
c.fonts.default_family = ["JetBrainsMono Nerd Font Mono"]
|
||||
|
||||
## Default font size to use.
|
||||
## Whenever "default_size" is used in a font setting, it’s replaced with the size listed here.
|
||||
@ -893,35 +893,35 @@ c.fonts.default_size = "12pt"
|
||||
|
||||
## Font used for the downloadbar.
|
||||
## Type: Font
|
||||
c.fonts.downloads = "12pt FantasqueSansMono Nerd Font Mono"
|
||||
c.fonts.downloads = "12pt JetBrainsMono Nerd Font Mono"
|
||||
|
||||
## Font used for the hints.
|
||||
## Type: Font
|
||||
c.fonts.hints = "bold 12pt FantasqueSansMono Nerd Font Mono"
|
||||
c.fonts.hints = "bold 12pt JetBrainsMono Nerd Font Mono"
|
||||
|
||||
## Font used in the keyhint widget.
|
||||
## Type: Font
|
||||
c.fonts.keyhint = "12pt FantasqueSansMono Nerd Font Mono"
|
||||
c.fonts.keyhint = "12pt JetBrainsMono Nerd Font Mono"
|
||||
|
||||
## Font used for error messages.
|
||||
## Type: Font
|
||||
c.fonts.messages.error = "12pt FantasqueSansMono Nerd Font Mono"
|
||||
c.fonts.messages.error = "12pt JetBrainsMono Nerd Font Mono"
|
||||
|
||||
## Font used for info messages.
|
||||
## Type: Font
|
||||
c.fonts.messages.info = "12pt FantasqueSansMono Nerd Font Mono"
|
||||
c.fonts.messages.info = "12pt JetBrainsMono Nerd Font Mono"
|
||||
|
||||
## Font used for warning messages.
|
||||
## Type: Font
|
||||
c.fonts.messages.warning = "12pt FantasqueSansMono Nerd Font Mono"
|
||||
c.fonts.messages.warning = "12pt JetBrainsMono Nerd Font Mono"
|
||||
|
||||
## Font used for prompts.
|
||||
## Type: Font
|
||||
c.fonts.prompts = "12pt FantasqueSansMono Nerd Font Mono"
|
||||
c.fonts.prompts = "12pt JetBrainsMono Nerd Font Mono"
|
||||
|
||||
## Font used in the statusbar.
|
||||
## Type: Font
|
||||
c.fonts.statusbar = "12pt FantasqueSansMono Nerd Font Mono"
|
||||
c.fonts.statusbar = "12pt JetBrainsMono Nerd Font Mono"
|
||||
|
||||
## Font family for cursive fonts.
|
||||
## Type: FontFamily
|
||||
|
Loading…
Reference in New Issue
Block a user