Skip to content

Commit

Permalink
fix: lighten dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
johanekhager committed Sep 13, 2024
1 parent 58e4ba4 commit 7544cad
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2686,9 +2686,9 @@
"description": "{color.white}"
},
"canvas": {
"value": "{color.zinc.1000}",
"value": "{color.zinc.900}",
"type": "color",
"description": "{color.zinc.1000}"
"description": "{color.zinc.900}"
},
"neutral": {
"DEFAULT": {
Expand All @@ -2702,20 +2702,20 @@
"description": "{color.zinc.800}"
},
"weak": {
"value": "{color.zinc.900}",
"type": "color",
"description": "{color.zinc.900}"
},
"weak-hover": {
"value": "{color.zinc.800}",
"type": "color",
"description": "{color.zinc.800}"
},
"medium": {
"weak-hover": {
"value": "{color.zinc.750}",
"type": "color",
"description": "{color.zinc.750}"
},
"medium": {
"value": "{color.zinc.700}",
"type": "color",
"description": "{color.zinc.700}"
},
"medium-hover": {
"value": "{color.zinc.600}",
"type": "color",
Expand Down

0 comments on commit 7544cad

Please sign in to comment.