Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
fix(link): correctedly map muted link to secondary foreground color"
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrupert committed Aug 4, 2023
1 parent ac5288e commit e7ba1ce
Showing 1 changed file with 7 additions and 24 deletions.
31 changes: 7 additions & 24 deletions base.json
Original file line number Diff line number Diff line change
Expand Up @@ -2364,7 +2364,7 @@
"description": "positive"
},
"muted": {
"value": "{color.foreground.muted}",
"value": "{color.foreground.secondary}",
"type": "color",
"description": "positive"
},
Expand Down Expand Up @@ -2392,7 +2392,7 @@
"description": "positive"
},
"muted-inverted": {
"value": "{color.foreground.muted-inverted}",
"value": "{color.foreground.secondary-inverted}",
"type": "color",
"description": "positive"
},
Expand Down Expand Up @@ -4210,11 +4210,6 @@
"type": "color",
"description": "positive"
},
"muted": {
"value": "{color.foreground.muted}",
"type": "color",
"description": "positive"
},
"disabled": {
"value": "{color.foreground.disabled}",
"type": "color",
Expand All @@ -4236,10 +4231,6 @@
"value": "{color.gold.500}",
"type": "color"
},
"muted-hover": {
"value": "{color.foreground.primary}",
"type": "color"
},
"disabled-hover": {
"value": "{color.link.disabled}",
"type": "color"
Expand Down Expand Up @@ -4276,14 +4267,6 @@
"value": "{color.black.200}",
"type": "color"
},
"muted-inverted": {
"value": "{color.foreground.muted-inverted}",
"type": "color"
},
"muted-inverted-hover": {
"value": "{color.foreground.primary-inverted}",
"type": "color"
},
"disabled-inverted": {
"value": "{color.foreground.disabled-inverted}",
"type": "color"
Expand Down Expand Up @@ -6168,13 +6151,11 @@
"color.link.critical": "S:c1d16856a3b72348242afacadd882fde120e8e13,",
"color.link.success": "S:cca86e31ae79804be6ebd728f0b5d88bdc39c32e,",
"color.link.warning": "S:8afe636906a929e2e4ed765589acfc9f165f6fb7,",
"color.link.muted": "S:32b6f1f0cdbbcdd8160141026045e9f6d54abb25,",
"color.link.disabled": "S:16f9f3c9a7a17403a4763c65dda5622dc32436e5,",
"color.link.primary-hover": "S:a4dce5fc2031d4f08e678be72f876d5baca4e6a8,",
"color.link.critical-hover": "S:b295dea2b5a518f5e2f9bb1fc80f85dc73c52f6b,",
"color.link.success-hover": "S:f4ba588ae76c568a6fb770302cd13e3c17fd1603,",
"color.link.warning-hover": "S:139ded8af98183844714d63ed7db66974758b39f,",
"color.link.muted-hover": "S:eebc473319ba2768ca743aa16d66c89c2bb99b11,",
"color.link.disabled-hover": "S:24c31c35126f3356deba8941571cda06040ecf9a,",
"color.link.primary-inverted": "S:98c388e2020c1e93c24c003dd635b822839fbbbf,",
"color.link.primary-inverted-hover": "S:3978ae24d728ed82cecc092de19c99844a2e0da6,",
Expand All @@ -6184,8 +6165,6 @@
"color.link.success-inverted-hover": "S:b8dfda3615460631631ccb79c1511e1682ac0184,",
"color.link.warning-inverted": "S:23004d82c69edc28588b74fbc31fa6ba58f05666,",
"color.link.warning-inverted-hover": "S:58e8d185fd45eb649459b810b5804c1c4b41e785,",
"color.link.muted-inverted": "S:26edafc7e5e1546896d979aa2c5ec8bc72ab4412,",
"color.link.muted-inverted-hover": "S:6defaf5afcb3a06fdbe24e5d63ea6ff5f64eb99c,",
"color.link.disabled-inverted": "S:f6e16920ac744b508ae53be035bc0f5307910df1,",
"color.link.disabled-inverted-hover": "S:6dca69cc931b6cfc5881b3d5a907e08265c6a253,",
"color.surface.secondary-opaque": "S:fcac5ac71509870b22c60aae84e3f9e9adef4909,",
Expand Down Expand Up @@ -6253,7 +6232,11 @@
"color.surface.backdrop": "S:ad08f34b65eca4b025355ea9961ea6fb42d8014f,",
"theme.sidebar.color.foreground-unread": "S:d4aee11c40223a500ce20f55431a008b1faf0d21,",
"theme.sidebar.icon.color.foreground": "S:44c289b4150cae0b216cba4dd0e287d851c27549,",
"theme.sidebar.section.color.foreground": "S:ec936c4901079ce6bf7e58c68d1c0706f0867779,"
"theme.sidebar.section.color.foreground": "S:ec936c4901079ce6bf7e58c68d1c0706f0867779,",
"color.link.muted": "S:32b6f1f0cdbbcdd8160141026045e9f6d54abb25,",
"color.link.muted-inverted": "S:26edafc7e5e1546896d979aa2c5ec8bc72ab4412,",
"color.link.muted-hover": "S:eebc473319ba2768ca743aa16d66c89c2bb99b11,",
"color.link.muted-inverted-hover": "S:6defaf5afcb3a06fdbe24e5d63ea6ff5f64eb99c,"
},
"selectedTokenSets": {
"base/dark": "enabled",
Expand Down

0 comments on commit e7ba1ce

Please sign in to comment.