diff --git a/src/main/preferences/schema.json b/src/main/preferences/schema.json index 6cbf587f..2ac91529 100644 --- a/src/main/preferences/schema.json +++ b/src/main/preferences/schema.json @@ -324,6 +324,11 @@ 2 ] }, + "customCss": { + "description": "Custom CSS--Custom CSS to apply to the current theme.", + "type": "string", + "default": "" + }, "spellcheckerEnabled": { "description": "Spelling--Whether spell checking is enabled.", "type": "boolean", diff --git a/src/renderer/pages/app.vue b/src/renderer/pages/app.vue index a680a7ad..283ae0af 100644 --- a/src/renderer/pages/app.vue +++ b/src/renderer/pages/app.vue @@ -37,7 +37,7 @@