Skip to content

Commit

Permalink
chore: updating light and dark theme current json
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewrmarshall committed May 27, 2024
1 parent 6b0d1df commit 5dd2eaf
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
40 changes: 20 additions & 20 deletions src/figma/darkTheme.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,25 @@
"description": "For secondary neutral backgrounds."
},
"default-hover": {
"value": "#2d3034",
"value": "#313235",
"type": "color",
"parent": "Theme Colors/Dark mode",
"description": "For \"hover\" states that use background-default."
},
"default-pressed": {
"value": "#363b3f",
"value": "#3f4145",
"type": "color",
"parent": "Theme Colors/Dark mode",
"description": "For \"pressed\" states that use background-alternative."
},
"alternative-hover": {
"value": "#1e2124",
"value": "#1f2123",
"type": "color",
"parent": "Theme Colors/Dark mode",
"description": "For \"hover\" states that use background-alternative."
},
"alternative-pressed": {
"value": "#272b2f",
"value": "#2e3033",
"type": "color",
"parent": "Theme Colors/Dark mode",
"description": "For \"pressed\" states that use background-alternative."
Expand Down Expand Up @@ -71,19 +71,19 @@
},
"icon": {
"default": {
"value": "{text.default}",
"value": "{grey.000}",
"type": "color",
"parent": "Theme Colors/Dark mode",
"description": "For default neutral icons"
},
"alternative": {
"value": "{text.alternative}",
"value": "{grey.200}",
"type": "color",
"parent": "Theme Colors/Dark mode",
"description": "For softer neutral icons"
},
"muted": {
"value": "{text.muted}",
"value": "{grey.400}",
"type": "color",
"parent": "Theme Colors/Dark mode",
"description": "For the weakest contrast neutral icons (not accessible)"
Expand Down Expand Up @@ -119,7 +119,7 @@
},
"primary": {
"default": {
"value": "{blue.400}",
"value": "{blue.300}",
"type": "color",
"parent": "Theme Colors/Dark mode",
"description": "For interactive, active, and selected semantics. Used for text, background, icon or border"
Expand All @@ -131,7 +131,7 @@
"description": "For the stronger contrast primary semantic elements."
},
"muted": {
"value": "{blue.400-15%}",
"value": "#43aefc26",
"type": "color",
"parent": "Theme Colors/Dark mode",
"description": "For the weakest contrast primary semantic backgrounds."
Expand All @@ -157,7 +157,7 @@
},
"error": {
"default": {
"value": "{red.400}",
"value": "{red.300}",
"type": "color",
"parent": "Theme Colors/Dark mode",
"description": "For the critical alert semantic elements. Used for text, background, icon or border"
Expand All @@ -169,7 +169,7 @@
"description": "For the stronger contrast error semantic elements."
},
"muted": {
"value": "{red.400-15%}",
"value": "#e88f9726",
"type": "color",
"parent": "Theme Colors/Dark mode",
"description": "For the weakest contrast critical alert semantic backgrounds."
Expand Down Expand Up @@ -201,7 +201,7 @@
"description": "For the caution alert semantic elements. Used for text, background, icon or border"
},
"muted": {
"value": "{yellow.100-15%}",
"value": "#ffdf7026",
"type": "color",
"parent": "Theme Colors/Dark mode",
"description": "For the weakest contrast caution alert semantic backgrounds."
Expand All @@ -227,19 +227,19 @@
},
"success": {
"default": {
"value": "{green.400}",
"value": "{green.300}",
"type": "color",
"parent": "Theme Colors/Dark mode",
"description": "For the positive semantic elements. Used for text, background, icon or border"
},
"muted": {
"value": "{green.400-15%}",
"value": "#28a74526",
"type": "color",
"parent": "Theme Colors/Dark mode",
"description": "For the weakest contrast positive semantic backgrounds."
},
"inverse": {
"value": "#141618",
"value": "{grey.900}",
"type": "color",
"parent": "Theme Colors/Dark mode",
"description": "For elements used on top of success/default. Used for text, icon or border"
Expand All @@ -259,13 +259,13 @@
},
"info": {
"default": {
"value": "{blue.400}",
"value": "{blue.300}",
"type": "color",
"parent": "Theme Colors/Dark mode",
"description": "For informational read-only elements. Used for text, background, icon or border"
},
"muted": {
"value": "{blue.400-15%}",
"value": "#43aefc26",
"type": "color",
"parent": "Theme Colors/Dark mode",
"description": "For the weakest contrast informational semantic backgrounds."
Expand All @@ -279,7 +279,7 @@
},
"flask": {
"default": {
"value": "{purple.400}",
"value": "{purple.300}",
"type": "color",
"parent": "Theme Colors/Dark mode",
"description": "For Flask primary accent color."
Expand All @@ -299,13 +299,13 @@
"description": "For neutral drop shadow color."
},
"primary": {
"value": "#1098fc66",
"value": "#43aefc33",
"type": "color",
"parent": "Theme Colors/Dark mode",
"description": "For primary drop shadow color."
},
"error": {
"value": "#d73a4966",
"value": "#ff758466",
"type": "color",
"parent": "Theme Colors/Dark mode",
"description": "For critical/danger drop shadow color."
Expand Down
12 changes: 6 additions & 6 deletions src/figma/lightTheme.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"description": "For the stronger contrast primary semantic elements."
},
"muted": {
"value": "{blue.500-10%}",
"value": "#0376c91a",
"type": "color",
"parent": "Theme Colors/Light mode",
"description": "For the weakest contrast primary semantic backgrounds."
Expand Down Expand Up @@ -169,7 +169,7 @@
"description": "For the stronger contrast error semantic elements."
},
"muted": {
"value": "{red.500-10%}",
"value": "#d738471a",
"type": "color",
"parent": "Theme Colors/Light mode",
"description": "For the weakest contrast critical alert semantic backgrounds."
Expand Down Expand Up @@ -201,7 +201,7 @@
"description": "For the caution alert semantic elements. Used for text, background, icon or border"
},
"muted": {
"value": "{yellow.500-10%}",
"value": "#bf52081a",
"type": "color",
"parent": "Theme Colors/Light mode",
"description": "For the weakest contrast caution alert semantic backgrounds."
Expand Down Expand Up @@ -233,7 +233,7 @@
"description": "For the positive semantic elements. Used for text, background, icon or border"
},
"muted": {
"value": "{green.500-10%}",
"value": "#1c82341a",
"type": "color",
"parent": "Theme Colors/Light mode",
"description": "For the weakest contrast positive semantic backgrounds."
Expand Down Expand Up @@ -265,7 +265,7 @@
"description": "For informational read-only elements. Used for text, background, icon or border"
},
"muted": {
"value": "{blue.500-10%}",
"value": "#0376c91a",
"type": "color",
"parent": "Theme Colors/Light mode",
"description": "For the weakest contrast informational semantic backgrounds."
Expand Down Expand Up @@ -305,7 +305,7 @@
"description": "For primary drop shadow color."
},
"error": {
"value": "#d7384766",
"value": "#ca354266",
"type": "color",
"parent": "Theme Colors/Light mode",
"description": "For critical/danger drop shadow color."
Expand Down

0 comments on commit 5dd2eaf

Please sign in to comment.