diff --git a/about.json b/about.json index 593f222..4bdee21 100644 --- a/about.json +++ b/about.json @@ -4,12 +4,29 @@ "license_url": "https://github.com/godotengine/discourse-theme/blob/main/LICENSE", "about_url": "https://github.com/godotengine/discourse-theme", "color_schemes": { - "Godot": { + "Godot Light": { + "primary": "0f1012", + "secondary": "f1f1f1", + "tertiary": "478cc0", + "tertiary-low": "bad9f0", + "quaternary": "396f99", + "quaternary-low": "739dbd", + "highlight-bg": "739dbd", + "header_background": "ededed", + "header_primary": "333639", + "highlight": "f6aa78", + "selected": "d4d4d4", + "hover": "c9c9c9", + "danger": "e45735", + "success": "67e6bb", + "love": "f57389" + }, + "Godot Dark": { "primary": "dddddd", "secondary": "202326", "tertiary": "85c2e0", - "quaternary": "f57389", - "quaternary-low": "f573895c", + "quaternary": "478cc0", + "quaternary-low": "1a364d", "highlight-bg": "10456c", "header_background": "333639", "header_primary": "eeeeee", diff --git a/common/common.scss b/common/common.scss index 1ff7164..77c118b 100644 --- a/common/common.scss +++ b/common/common.scss @@ -14,7 +14,7 @@ .category-boxes .category-box-inner { // Change to a colored and rounded box without a border - background-color: var(--header_background); + background-color: var(--primary-200); border-radius: var(--theme-radius); border-color: var(--secondary-high); border-width: 0px;