theme: add title-font and bar-font settings
This commit is contained in:
parent
01f9c094ee
commit
035e2972de
14 changed files with 116 additions and 11 deletions
|
|
@ -1915,6 +1915,14 @@
|
|||
"font": {
|
||||
"type": "string",
|
||||
"description": "The name of the font to use."
|
||||
},
|
||||
"title-font": {
|
||||
"type": "string",
|
||||
"description": "The name of the font to use in window titles. Defaults to `font` if not set."
|
||||
},
|
||||
"bar-font": {
|
||||
"type": "string",
|
||||
"description": "The name of the font to use in the bar. Defaults to `font` if not set."
|
||||
}
|
||||
},
|
||||
"required": []
|
||||
|
|
|
|||
|
|
@ -4251,6 +4251,18 @@ The table has the following fields:
|
|||
|
||||
The value of this field should be a string.
|
||||
|
||||
- `title-font` (optional):
|
||||
|
||||
The name of the font to use in window titles. Defaults to `font` if not set.
|
||||
|
||||
The value of this field should be a string.
|
||||
|
||||
- `bar-font` (optional):
|
||||
|
||||
The name of the font to use in the bar. Defaults to `font` if not set.
|
||||
|
||||
The value of this field should be a string.
|
||||
|
||||
|
||||
<a name="types-TileState"></a>
|
||||
### `TileState`
|
||||
|
|
|
|||
|
|
@ -2133,6 +2133,14 @@ Theme:
|
|||
kind: string
|
||||
required: false
|
||||
description: The name of the font to use.
|
||||
title-font:
|
||||
kind: string
|
||||
required: false
|
||||
description: The name of the font to use in window titles. Defaults to `font` if not set.
|
||||
bar-font:
|
||||
kind: string
|
||||
required: false
|
||||
description: The name of the font to use in the bar. Defaults to `font` if not set.
|
||||
|
||||
|
||||
Config:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue