🎨 Shades of gray custom light theme (#6739)

* Add 'Shades of Gray (light)' theme to catalog

* Update color format in customThemeCatalog.json

* [autofix.ci] apply automated fixes

* Add release notes for light custom theme enhancement

🎨 Light custom theme featuring shades of gray and a few colors.

* Reorder color values in customThemeCatalog.json

* Change color value 

Updated a color value in the custom theme catalog.

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Juulz
2026-01-21 15:55:19 -05:00
committed by GitHub
parent a35fdf4d18
commit 323403b5f7
2 changed files with 18 additions and 0 deletions

View File

@@ -38,5 +38,17 @@
"name": "Theme from 1970",
"repo": "Juulz/1970-theme",
"colors": ["#f2f2f2", "#61591f", "#a92da3", "#4d2d19", "#f4ebe7", "#dad18b"]
},
{
"name": "Shades of Gray (light)",
"repo": "Juulz/shades-of-gray",
"colors": [
"hsl(0, 0%, 90%)",
"hsl(0, 0%, 20%)",
"#fff",
"hsl(0, 0%, 80%)",
"#99ffff",
"hsl(0, 0%, 35%)"
]
}
]

View File

@@ -0,0 +1,6 @@
---
category: Enhancements
authors: [Juulz]
---
Light custom theme in shades of gray (and a few colors).