Skip to content

Commit c59ffcd

Browse files
authored
Add gray color variants to style.css.js
Added gray color variants to the style definitions.
1 parent b3e7bdb commit c59ffcd

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

scratch3/style.css.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ ${createRule("custom", name, style)}
7070
${createRule("extension", name, style)}
7171
${createRule("obsolete", name, style)}
7272
${createRule("grey", name, style)}
73+
${createRule("gray", name, style)}
7374
7475
svg${name} .sb3-label {
7576
fill: ${style.label};
@@ -160,6 +161,10 @@ const originalStyle = {
160161
greyPrimary: "#bfbfbf",
161162
greySecondary: "#b2b2b2",
162163
greyTertiary: "#909090",
164+
165+
grayPrimary: "#bfbfbf",
166+
graySecondary: "#b2b2b2",
167+
grayTertiary: "#909090",
163168
}
164169

165170
const highContrastStyle = {
@@ -221,6 +226,10 @@ const highContrastStyle = {
221226
greySecondary: "#b2b2b2",
222227
/* Changed to be AAA against #000000, was AA */
223228
greyTertiary: "#959595",
229+
230+
grayPrimary: "#bfbfbf",
231+
graySecondary: "#b2b2b2",
232+
grayTertiary: "#959595",
224233
}
225234

226235
export default common +

0 commit comments

Comments
 (0)