diff --git a/schema/v1.json b/schema/v1.json index d3f668f..13680b2 100644 --- a/schema/v1.json +++ b/schema/v1.json @@ -2,6 +2,7 @@ "$schema": "http://json-schema.org/draft-07/schema", "$id": "https://gitea.jbrumond.me/minimal/docs/raw/branch/master/json-schema/color-theme/v1.json", "type": "object", + "title": "Color Theme", "properties": { "name": { "type": "string", diff --git a/schema/v1.yaml b/schema/v1.yaml index 0f070ae..045f8b7 100644 --- a/schema/v1.yaml +++ b/schema/v1.yaml @@ -1,6 +1,7 @@ $schema: http://json-schema.org/draft-07/schema $id: https://gitea.jbrumond.me/minimal/docs/raw/branch/master/json-schema/color-theme/v1.json type: object +title: Color Theme properties: name: type: string diff --git a/themes/Minimal Dark/theme.json b/themes/Minimal Dark/theme.json index e143d72..f83af54 100644 --- a/themes/Minimal Dark/theme.json +++ b/themes/Minimal Dark/theme.json @@ -19,9 +19,9 @@ "text_safe": "#b1ca97", "text_warn": "#cec755", "text_danger": "#ee8861", - "text_link": "#86a7f0", - "text_link_active": "#86a7f0", - "text_link_visited": "#86a7f0", + "text_link": "#a5bae8", + "text_link_active": "#a5bae8", + "text_link_visited": "#a5bae8", "bg_qrcode": "#343d46", "stroke_qrcode": "#ffffff", "text_highlight": "#ffffff", diff --git a/themes/Minimal Dark/theme.yaml b/themes/Minimal Dark/theme.yaml index 9b02a90..01895c4 100644 --- a/themes/Minimal Dark/theme.yaml +++ b/themes/Minimal Dark/theme.yaml @@ -17,9 +17,9 @@ colors: text_safe: "#b1ca97" text_warn: "#cec755" text_danger: "#ee8861" - text_link: "#86a7f0" - text_link_active: "#86a7f0" - text_link_visited: "#86a7f0" + text_link: "#a5bae8" + text_link_active: "#a5bae8" + text_link_visited: "#a5bae8" bg_qrcode: "#343d46" stroke_qrcode: "#ffffff" text_highlight: "#ffffff"