diff --git a/style_properties/buttonCtaBg.json b/style_properties/buttonCtaBg.json new file mode 100644 index 0000000..f0ef72f --- /dev/null +++ b/style_properties/buttonCtaBg.json @@ -0,0 +1,16 @@ +{ + "group_name": "color", + "title": "Call-to-action button background", + "description": "", + "property_type": "value", + "css_components": [], + "value_type": "color", + "value_parameters": "", + "has_variations": true, + "depends_on": "", + "value_group": "buttons", + "property_value": { + "default": "@xf-paletteAccent2" + }, + "display_order": 8400 +} \ No newline at end of file diff --git a/style_properties/contentAccentBg.json b/style_properties/contentAccentBg.json new file mode 100644 index 0000000..eeba10f --- /dev/null +++ b/style_properties/contentAccentBg.json @@ -0,0 +1,16 @@ +{ + "group_name": "color", + "title": "Accented content background color", + "description": "This background color is used for further differentiation from regular content", + "property_type": "value", + "css_components": [], + "value_type": "color", + "value_parameters": "", + "has_variations": true, + "depends_on": "", + "value_group": "contentBackground", + "property_value": { + "default": "@xf-paletteAccent1" + }, + "display_order": 2400 +} \ No newline at end of file diff --git a/style_properties/inlineModHighlightColor.json b/style_properties/inlineModHighlightColor.json new file mode 100644 index 0000000..cea8379 --- /dev/null +++ b/style_properties/inlineModHighlightColor.json @@ -0,0 +1,16 @@ +{ + "group_name": "color", + "title": "Inline moderation highlight color", + "description": "When content is selected for inline moderation, its background color will be replaced with this", + "property_type": "value", + "css_components": [], + "value_type": "color", + "value_parameters": "", + "has_variations": true, + "depends_on": "", + "value_group": "contentBackground", + "property_value": { + "default": "@xf-paletteAccent1" + }, + "display_order": 2500 +} \ No newline at end of file diff --git a/style_properties/paletteAccent1.json b/style_properties/paletteAccent1.json new file mode 100644 index 0000000..3833dfa --- /dev/null +++ b/style_properties/paletteAccent1.json @@ -0,0 +1,16 @@ +{ + "group_name": "palette", + "title": "Accent 1", + "description": "", + "property_type": "value", + "css_components": [], + "value_type": "color", + "value_parameters": "hidePalette=true", + "has_variations": true, + "depends_on": "", + "value_group": "accent", + "property_value": { + "default": "hsl(35, 90%, 95%)" + }, + "display_order": 2000 +} \ No newline at end of file diff --git a/style_properties/selectedItemBgColor.json b/style_properties/selectedItemBgColor.json new file mode 100644 index 0000000..d081794 --- /dev/null +++ b/style_properties/selectedItemBgColor.json @@ -0,0 +1,16 @@ +{ + "group_name": "color", + "title": "Selected item background color", + "description": "", + "property_type": "value", + "css_components": [], + "value_type": "color", + "value_parameters": "", + "has_variations": true, + "depends_on": "", + "value_group": "selectedItems", + "property_value": { + "default": "@xf-paletteAccent1" + }, + "display_order": 9200 +} \ No newline at end of file diff --git a/style_properties/selectedItemColor.json b/style_properties/selectedItemColor.json new file mode 100644 index 0000000..bb0662e --- /dev/null +++ b/style_properties/selectedItemColor.json @@ -0,0 +1,16 @@ +{ + "group_name": "color", + "title": "Selected item color", + "description": "", + "property_type": "value", + "css_components": [], + "value_type": "color", + "value_parameters": "", + "has_variations": true, + "depends_on": "", + "value_group": "selectedItems", + "property_value": { + "default": "@xf-paletteAccent3" + }, + "display_order": 9100 +} \ No newline at end of file diff --git a/style_properties/textColorAccentContent.json b/style_properties/textColorAccentContent.json new file mode 100644 index 0000000..47d7009 --- /dev/null +++ b/style_properties/textColorAccentContent.json @@ -0,0 +1,16 @@ +{ + "group_name": "color", + "title": "Accented content text color", + "description": "", + "property_type": "value", + "css_components": [], + "value_type": "color", + "value_parameters": "", + "has_variations": true, + "depends_on": "", + "value_group": "textOther", + "property_value": { + "default": "@xf-paletteAccent3" + }, + "display_order": 3200 +} \ No newline at end of file diff --git a/style_properties/textColorDimmed.json b/style_properties/textColorDimmed.json new file mode 100644 index 0000000..69d6c13 --- /dev/null +++ b/style_properties/textColorDimmed.json @@ -0,0 +1,16 @@ +{ + "group_name": "color", + "title": "Dimmed text color", + "description": "Used when less-important text is placed next to normal text", + "property_type": "value", + "css_components": [], + "value_type": "color", + "value_parameters": "", + "has_variations": true, + "depends_on": "", + "value_group": "textBasic", + "property_value": { + "default": "mix(@xf-textColor, @xf-textColorMuted)" + }, + "display_order": 200 +} \ No newline at end of file diff --git a/style_properties/textColorMuted.json b/style_properties/textColorMuted.json new file mode 100644 index 0000000..8b6f3fc --- /dev/null +++ b/style_properties/textColorMuted.json @@ -0,0 +1,16 @@ +{ + "group_name": "color", + "title": "Muted text color", + "description": "Text is further de-emphasised using this style", + "property_type": "value", + "css_components": [], + "value_type": "color", + "value_parameters": "", + "has_variations": true, + "depends_on": "", + "value_group": "textBasic", + "property_value": { + "default": "@xf-paletteNeutral2" + }, + "display_order": 300 +} \ No newline at end of file