1
0
Fork 0
forked from wry/wry

theme: add title-font and bar-font settings

This commit is contained in:
Julian Orth 2025-09-17 18:37:13 +02:00
parent 01f9c094ee
commit 035e2972de
14 changed files with 116 additions and 11 deletions

View file

@ -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": []