From 836fcd848528ddd6a4010605af71598bbbc03a81 Mon Sep 17 00:00:00 2001 From: Sina Atalay <79940989+sinaatalay@users.noreply.github.com> Date: Mon, 8 Apr 2024 00:39:03 +0000 Subject: [PATCH] docs: update schema.json --- schema.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/schema.json b/schema.json index 7069e80..8853014 100644 --- a/schema.json +++ b/schema.json @@ -452,8 +452,8 @@ "type": "string" }, "color": { - "default": "rgb(0,79,144)", - "description": "The primary color of the theme. \nThe color can be specified either with their [name](https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0,79,144).", + "default": "rgb(0,0,0)", + "description": "The primary color of the theme. \nThe color can be specified either with their [name](https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0,0,0).", "examples": [ "Black", "7fffd4", @@ -465,8 +465,8 @@ "type": "string" }, "disable_page_numbering": { - "default": false, - "description": "If this option is set to true, then the page numbering will be disabled. The default value is false.", + "default": true, + "description": "If this option is set to true, then the page numbering will be disabled. The default value is true.", "title": "Disable Page Numbering", "type": "boolean" }, @@ -477,8 +477,8 @@ "type": "string" }, "show_last_updated_date": { - "default": true, - "description": "If this option is set to true, then the last updated date will be shown in the header. The default value is true.", + "default": false, + "description": "If this option is set to true, then the last updated date will be shown in the header. The default value is false.", "title": "Show Last Updated Date", "type": "boolean" }, @@ -490,8 +490,8 @@ "type": "string" }, "text_alignment": { - "default": "justified", - "description": "The alignment of the text. The default value is justified.", + "default": "left-aligned", + "description": "The alignment of the text. The default value is left-aligned.", "enum": [ "left-aligned", "justified",