Update skins-3.0.json
This commit is contained in:
@@ -41,7 +41,7 @@
|
|||||||
"type":"colorPicker",
|
"type":"colorPicker",
|
||||||
"name": "Accent color",
|
"name": "Accent color",
|
||||||
"description": "Choose the color for accents.",
|
"description": "Choose the color for accents.",
|
||||||
"css": "@import url('https://ctalvio.github.io/Monochromic/customcolor_style.css');:root {--accent: $;}"
|
"css": "@import url('https://ctalvio.github.io/Monochromic/customcolor_style.css');:root {--accent: $;}",
|
||||||
"default":""
|
"default":""
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -68,14 +68,14 @@
|
|||||||
"type":"number",
|
"type":"number",
|
||||||
"name": "Modify rounding",
|
"name": "Modify rounding",
|
||||||
"description": "By adding this variable at the bottom, after the import lines, the rounding can be removed, reduced or increased.",
|
"description": "By adding this variable at the bottom, after the import lines, the rounding can be removed, reduced or increased.",
|
||||||
"css": ":root {--rounding: $px;}"
|
"css": ":root {--rounding: $px;}",
|
||||||
"default":"0"
|
"default":"0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type":"colorPicker",
|
"type":"colorPicker",
|
||||||
"name": "Accent color",
|
"name": "Accent color",
|
||||||
"description": "This is now integrated into the theme and requires no additional import line, and uses a variable same as rounding. Use any RGB color picker to find the value for any given color and enter it",
|
"description": "This is now integrated into the theme and requires no additional import line, and uses a variable same as rounding. Use any RGB color picker to find the value for any given color and enter it",
|
||||||
"css": ":root {--accent: $;}"
|
"css": ":root {--accent: $;}",
|
||||||
"default" :""
|
"default" :""
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user