Add comments for colors

This commit is contained in:
Vladyslav Hroshev
2023-06-20 20:03:05 +03:00
parent b3ac283886
commit 7653071657

View File

@@ -1,6 +1,7 @@
{ {
"elements" : { "elements" : {
"accent-color": { "accent-color" : {
"_comment" : "Active buttons/toggles",
"replace" : "ACCENT-COLOR", "replace" : "ACCENT-COLOR",
"light" : { "light" : {
@@ -15,8 +16,8 @@
"a" : 1 "a" : 1
} }
}, },
"accent_hover" : { "accent_hover" : {
"_comment" : "Hover color in active buttons/toggles",
"replace" : "ACCENT_HOVER", "replace" : "ACCENT_HOVER",
"light" : { "light" : {
@@ -33,6 +34,7 @@
}, },
"accent-disabled" : { "accent-disabled" : {
"_comment" : "Buttons / disabled toggles",
"replace" : "ACCENT-DISABLED-COLOR", "replace" : "ACCENT-DISABLED-COLOR",
"light" : { "light" : {
@@ -48,6 +50,7 @@
} }
}, },
"accent-disabled_hover" : { "accent-disabled_hover" : {
"_comment" : "Hover color in buttons / disabled toggles",
"replace" : "ACCENT-DISABLED_HOVER", "replace" : "ACCENT-DISABLED_HOVER",
"light" : { "light" : {
@@ -64,6 +67,7 @@
}, },
"accent-secondary-color" : { "accent-secondary-color" : {
"_comment" : "Capture button in Screenshot UI, checkboxes; borders when focusing on element",
"replace" : "ACCENT-SECONDARY-COLOR", "replace" : "ACCENT-SECONDARY-COLOR",
"light" : { "light" : {
@@ -79,6 +83,7 @@
} }
}, },
"accent-secondary_hover" : { "accent-secondary_hover" : {
"_comment" : "Secondary accent color on hover",
"replace" : "ACCENT-SECONDARY_HOVER", "replace" : "ACCENT-SECONDARY_HOVER",
"light" : { "light" : {
@@ -95,6 +100,7 @@
}, },
"accent-opacity-color" : { "accent-opacity-color" : {
"_comment" : "Accent color, but with transparency. Used in selected workspace indicator / tiled windows / window selection (Screenshot UI)",
"replace": "ACCENT-OPACITY-COLOR", "replace": "ACCENT-OPACITY-COLOR",
"light" : { "light" : {
@@ -111,6 +117,7 @@
}, },
"background-color" : { "background-color" : {
"_comment" : "Background color. Used in overview, panel, different menus...",
"replace" : "BACKGROUND-COLOR", "replace" : "BACKGROUND-COLOR",
"light" : { "light" : {
@@ -127,6 +134,7 @@
}, },
"dash-color" : { "dash-color" : {
"_comment" : "Special color for dash background",
"replace" : "DASH-COLOR", "replace" : "DASH-COLOR",
"light" : { "light" : {
@@ -142,6 +150,7 @@
} }
}, },
"dash_overview" : { "dash_overview" : {
"_comment" : "Dash backround when in overview",
"replace" : "DASH_OVERVIEW", "replace" : "DASH_OVERVIEW",
"light" : { "light" : {
@@ -158,6 +167,7 @@
}, },
"well-app-selected" : { "well-app-selected" : {
"_comment" : "Running app dot",
"replace" : "WELL-APP-SELECTED", "replace" : "WELL-APP-SELECTED",
"light" : { "light" : {
@@ -174,6 +184,7 @@
}, },
"text-primary-color" : { "text-primary-color" : {
"_comment" : "Used as primary color in text",
"replace" : "TEXT-PRIMARY-COLOR", "replace" : "TEXT-PRIMARY-COLOR",
"light" : { "light" : {
@@ -188,8 +199,8 @@
"a" : 1 "a" : 1
} }
}, },
"text-secondary-color" : { "text-secondary-color" : {
"_comment" : "Item description, time stamp",
"replace" : "TEXT-SECONDARY-COLOR", "replace" : "TEXT-SECONDARY-COLOR",
"light" : { "light" : {
@@ -204,8 +215,8 @@
"a" : 0.67 "a" : 0.67
} }
}, },
"text-disabled-color" : { "text-disabled-color" : {
"_comment" : "No notifications, Searching..., etc. labels",
"replace" : "TEXT-DISABLED-COLOR", "replace" : "TEXT-DISABLED-COLOR",
"light" : { "light" : {
@@ -222,6 +233,7 @@
}, },
"text-inverted-color": { "text-inverted-color": {
"_comment" : "Screenshot UI shot/cast button",
"replace" : "TEXT-INVERTED-COLOR", "replace" : "TEXT-INVERTED-COLOR",
"light" : { "light" : {
@@ -238,6 +250,7 @@
}, },
"border-shadow" : { "border-shadow" : {
"_comment" : "Used as border in buttons",
"replace" : "BORDER-SHADOW", "replace" : "BORDER-SHADOW",
"light" : { "light" : {
@@ -252,8 +265,8 @@
"a" : 0.03 "a" : 0.03
} }
}, },
"border-menu-shadow" : { "border-menu-shadow" : {
"_comment" : "Used as border in menus",
"replace" : "BORDER-MENU-SHADOW", "replace" : "BORDER-MENU-SHADOW",
"light" : { "light" : {
@@ -270,6 +283,7 @@
}, },
"separator-color" : { "separator-color" : {
"_comment" : "Color for separators",
"replace" : "SEPARATOR-COLOR", "replace" : "SEPARATOR-COLOR",
"light" : { "light" : {
@@ -286,6 +300,7 @@
}, },
"show-apps-icon-color" : { "show-apps-icon-color" : {
"_comment" : "Dash: Show Apps icon",
"replace" : "SHOW-APPS-ICON-COLOR", "replace" : "SHOW-APPS-ICON-COLOR",
"light" : { "light" : {
@@ -302,6 +317,7 @@
}, },
"scrollbar-color" : { "scrollbar-color" : {
"_comment" : "Special color for scrollbars",
"replace" : "SCROLLBAR-COLOR", "replace" : "SCROLLBAR-COLOR",
"light" : { "light" : {
@@ -348,6 +364,7 @@
}, },
"page-nav-hint" : { "page-nav-hint" : {
"_comment" : "Left and right hints on edges of the screen when dragging app icon ",
"replace" : "PAGE-NAV-HINT", "replace" : "PAGE-NAV-HINT",
"light" : { "light" : {
@@ -364,6 +381,7 @@
}, },
"section-color" : { "section-color" : {
"_comment" : "Same as ACCENT-DISABLED-COLOR, but less contrast and has no transparency",
"replace" : "SECTION-COLOR", "replace" : "SECTION-COLOR",
"light" : { "light" : {
@@ -380,6 +398,7 @@
}, },
"close-button-color" : { "close-button-color" : {
"_comment" : "Same as ACCENT-DISABLED-COLOR, but has no transparency",
"replace" : "CLOSE-BUTTON-COLOR", "replace" : "CLOSE-BUTTON-COLOR",
"light" : { "light" : {
@@ -395,6 +414,7 @@
} }
}, },
"close-button_hover" : { "close-button_hover" : {
"_comment" : "Same as ACCENT-DISABLED_HOVER, but has no transparency",
"replace" : "CLOSE-BUTTON_HOVER", "replace" : "CLOSE-BUTTON_HOVER",
"light" : { "light" : {