mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-07 10:56:41 +08:00
New goals: * align the hover and focus effects as they both amount to the same thing: highlighting what is being interacted with * align the button styling between default and primary by using similar effects (no background colour change, bold outline) Also in this commit: * slight tweak to Horizon dark palette for better contrast * changed the post like button to use the d-hover variable, as the other post buttons do | What | BC | AC | |--------|--------|--------| | Hover effect – default | <img width="1468" height="268" alt="CleanShot 2025-09-22 at 19 43 34@2x" src="https://github.com/user-attachments/assets/1857cc64-0d5e-4d08-812a-88ca45075502" /> | <img width="1246" height="284" alt="CleanShot 2025-09-22 at 19 24 42@2x" src="https://github.com/user-attachments/assets/13035460-774f-46ef-8522-be5e62c90e61" /> | | Hover effect – primary | <img width="1468" height="268" alt="CleanShot 2025-09-22 at 19 43 42@2x" src="https://github.com/user-attachments/assets/87246ccd-5c59-44eb-82b0-88542a25be5f" /> | <img width="1246" height="284" alt="CleanShot 2025-09-22 at 19 25 20@2x" src="https://github.com/user-attachments/assets/c08f08ed-8b3d-40b2-92ac-a6eb6295c908" /> | | Hover effect – post actions | <img width="1396" height="458" alt="CleanShot 2025-09-22 at 19 43 10@2x" src="https://github.com/user-attachments/assets/0c39f7be-6b8c-4ede-8cae-39242fa4c435" /> | <img width="1350" height="306" alt="CleanShot 2025-09-22 at 19 25 54@2x" src="https://github.com/user-attachments/assets/02fa9020-135e-4e6e-9b95-3937f5f6dd37" /> |
141 lines
3.6 KiB
JSON
141 lines
3.6 KiB
JSON
{
|
|
"name": "Horizon",
|
|
"authors": "Design Team",
|
|
"theme_version": "1.0.0",
|
|
"modifiers": {
|
|
"svg_icons": [
|
|
"fire"
|
|
],
|
|
"serialize_topic_is_hot": true
|
|
},
|
|
"color_schemes": {
|
|
"Horizon": {
|
|
"primary": "1A1A1A",
|
|
"secondary": "ffffff",
|
|
"tertiary": "595bca",
|
|
"tertiary-med-or-tertiary": "595bca",
|
|
"selected": "d7dfff",
|
|
"header_background": "ffffff",
|
|
"header_primary": "1A1A1A",
|
|
"hover": "E1E8FF"
|
|
},
|
|
"Horizon Dark": {
|
|
"primary": "ffffff",
|
|
"secondary": "1A1A1A",
|
|
"tertiary": "6568e6",
|
|
"tertiary-med-or-tertiary": "6568e6",
|
|
"selected": "3b3e56",
|
|
"header_background": "1A1A1A",
|
|
"header_primary": "ffffff",
|
|
"hover": "333548"
|
|
},
|
|
"Royal": {
|
|
"primary": "1A1A1A",
|
|
"secondary": "ffffff",
|
|
"tertiary": "1F7BC1",
|
|
"tertiary-med-or-tertiary": "1F7BC1",
|
|
"selected": "c7e3ff",
|
|
"header_background": "ffffff",
|
|
"header_primary": "1A1A1A",
|
|
"hover": "D6EBFF"
|
|
},
|
|
"Royal Dark": {
|
|
"primary": "ffffff",
|
|
"secondary": "1A1A1A",
|
|
"tertiary": "1F7BC1",
|
|
"tertiary-med-or-tertiary": "1F7BC1",
|
|
"selected": "3a455f",
|
|
"header_background": "1A1A1A",
|
|
"header_primary": "ffffff",
|
|
"hover": "323B4E"
|
|
},
|
|
"Clover": {
|
|
"primary": "1A1A1A",
|
|
"secondary": "ffffff",
|
|
"tertiary": "39845B",
|
|
"tertiary-med-or-tertiary": "39845B",
|
|
"selected": "c6f1d5",
|
|
"header_background": "ffffff",
|
|
"header_primary": "1A1A1A",
|
|
"hover": "D5F5E0"
|
|
},
|
|
"Clover Dark": {
|
|
"primary": "ffffff",
|
|
"secondary": "1A1A1A",
|
|
"tertiary": "39845B",
|
|
"tertiary-med-or-tertiary": "39845B",
|
|
"selected": "47594e",
|
|
"header_background": "1A1A1A",
|
|
"header_primary": "ffffff",
|
|
"hover": "3C4A40"
|
|
},
|
|
"Lily": {
|
|
"primary": "1A1A1A",
|
|
"secondary": "ffffff",
|
|
"tertiary": "cc338c",
|
|
"tertiary-med-or-tertiary": "cc338c",
|
|
"selected": "ffc8ee",
|
|
"header_background": "ffffff",
|
|
"header_primary": "1A1A1A",
|
|
"hover": "FFD7F3"
|
|
},
|
|
"Lily Dark": {
|
|
"primary": "ffffff",
|
|
"secondary": "1A1A1A",
|
|
"tertiary": "cc338c",
|
|
"tertiary-med-or-tertiary": "cc338c",
|
|
"selected": "5f3e4e",
|
|
"header_background": "1A1A1A",
|
|
"header_primary": "ffffff",
|
|
"hover": "4E3640"
|
|
},
|
|
"Violet": {
|
|
"primary": "1A1A1A",
|
|
"secondary": "ffffff",
|
|
"tertiary": "9b15de",
|
|
"tertiary-med-or-tertiary": "9b15de",
|
|
"selected": "feccff",
|
|
"header_background": "ffffff",
|
|
"header_primary": "1A1A1A",
|
|
"hover": "FFD9FF"
|
|
},
|
|
"Violet Dark": {
|
|
"primary": "ffffff",
|
|
"secondary": "1A1A1A",
|
|
"tertiary": "9b15de",
|
|
"tertiary-med-or-tertiary": "9b15de",
|
|
"selected": "4c385c",
|
|
"header_background": "1A1A1A",
|
|
"header_primary": "ffffff",
|
|
"hover": "40314C"
|
|
},
|
|
"Marigold": {
|
|
"primary": "1A1A1A",
|
|
"secondary": "ffffff",
|
|
"tertiary": "d3881f",
|
|
"tertiary-med-or-tertiary": "d3881f",
|
|
"selected": "ffdcb2",
|
|
"header_background": "ffffff",
|
|
"header_primary": "1A1A1A",
|
|
"hover": "FFE6C6"
|
|
},
|
|
"Marigold Dark": {
|
|
"primary": "ffffff",
|
|
"secondary": "1A1A1A",
|
|
"tertiary": "d3881f",
|
|
"tertiary-med-or-tertiary": "d3881f",
|
|
"selected": "6c5b49",
|
|
"header_background": "1A1A1A",
|
|
"header_primary": "ffffff",
|
|
"hover": "584B3E"
|
|
}
|
|
},
|
|
"screenshots": [
|
|
"screenshots/light.png",
|
|
"screenshots/dark.png"
|
|
],
|
|
"theme_site_settings": {
|
|
"enable_welcome_banner": true,
|
|
"search_experience": "search_field"
|
|
}
|
|
}
|