mirror of
https://github.com/jalad25/Okudagram.git
synced 2026-07-22 04:40:28 +00:00
94 lines
No EOL
2.6 KiB
JSON
94 lines
No EOL
2.6 KiB
JSON
{
|
|
"items": [
|
|
{
|
|
"id": "palette",
|
|
"type": "select",
|
|
"label": "Theme Preset Palettes",
|
|
"description": "Choose a different, preset color palette.",
|
|
"apply": { "kind": "class" },
|
|
"options": [
|
|
{ "value": "okudagram-voyager", "label": "Voyager" },
|
|
{ "value": "okudagram-dsnine", "label": "DS9" }
|
|
]
|
|
},
|
|
{
|
|
"id": "colors",
|
|
"label": "Theme Default Colors",
|
|
"description": "Setting these colors will override palette changes as well.",
|
|
"inputFields": [
|
|
{
|
|
"id": "black",
|
|
"type": "color",
|
|
"label": "Black",
|
|
"colorSpace": "hex",
|
|
"default": "#000000",
|
|
"apply": { "kind": "variable", "name": "--okudagram-black" }
|
|
},
|
|
{
|
|
"id": "panel",
|
|
"type": "color",
|
|
"label": "Panel",
|
|
"colorSpace": "hex",
|
|
"default": "#111111",
|
|
"apply": { "kind": "variable", "name": "--okudagram-panel" }
|
|
},
|
|
{
|
|
"id": "peach",
|
|
"type": "color",
|
|
"label": "Peach",
|
|
"colorSpace": "hex",
|
|
"default": "#FF9966",
|
|
"apply": { "kind": "variable", "name": "--okudagram-peach" }
|
|
},
|
|
{
|
|
"id": "beige",
|
|
"type": "color",
|
|
"label": "Beige",
|
|
"colorSpace": "hex",
|
|
"default": "#FFCC99",
|
|
"apply": { "kind": "variable", "name": "--okudagram-beige" }
|
|
},
|
|
{
|
|
"id": "lavender",
|
|
"type": "color",
|
|
"label": "Lavender",
|
|
"colorSpace": "hex",
|
|
"default": "#CC99CC",
|
|
"apply": { "kind": "variable", "name": "--okudagram-lavender" }
|
|
},
|
|
{
|
|
"id": "red",
|
|
"type": "color",
|
|
"label": "Red",
|
|
"colorSpace": "hex",
|
|
"default": "#CC6666",
|
|
"apply": { "kind": "variable", "name": "--okudagram-red" }
|
|
},
|
|
{
|
|
"id": "amber",
|
|
"type": "color",
|
|
"label": "Amber",
|
|
"colorSpace": "hex",
|
|
"default": "#FF9900",
|
|
"apply": { "kind": "variable", "name": "--okudagram-amber" }
|
|
},
|
|
{
|
|
"id": "blue",
|
|
"type": "color",
|
|
"label": "Blue",
|
|
"colorSpace": "hex",
|
|
"default": "#99CCFF",
|
|
"apply": { "kind": "variable", "name": "--okudagram-blue" }
|
|
},
|
|
{
|
|
"id": "muted",
|
|
"type": "color",
|
|
"label": "Muted Lavender",
|
|
"colorSpace": "hex",
|
|
"default": "#9999CC",
|
|
"apply": { "kind": "variable", "name": "--okudagram-muted" }
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |