Skip to content

Commit

Permalink
fix open state color for colorbling
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed Dec 17, 2024
1 parent b995538 commit 0ba82d1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
$type: 'color',
},
open: {
$value: '{base.color.orange.3}',
$value: '{base.color.blue.3}',
$type: 'color',
},
closed: {
Expand Down Expand Up @@ -47,12 +47,12 @@
},
open: {
muted: {
$value: '{base.color.orange.4}',
$value: '{base.color.blue.4}',
$type: 'color',
alpha: 0.2,
},
emphasis: {
$value: '{base.color.orange.5}',
$value: '{base.color.blue.5}',
$type: 'color',
},
},
Expand All @@ -71,12 +71,12 @@
borderColor: {
open: {
muted: {
$value: '{base.color.orange.4}',
$value: '{base.color.blue.4}',
$type: 'color',
alpha: 0.4,
},
emphasis: {
$value: '{base.color.orange.4}',
$value: '{base.color.blue.4}',
$type: 'color',
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
$type: 'color',
},
open: {
$value: '{base.color.orange.5}',
$value: '{base.color.blue.5}',
$type: 'color',
},
closed: {
Expand All @@ -35,11 +35,11 @@
},
open: {
muted: {
$value: '{base.color.orange.0}',
$value: '{base.color.blue.0}',
$type: 'color',
},
emphasis: {
$value: '{base.color.orange.5}',
$value: '{base.color.blue.5}',
$type: 'color',
},
},
Expand Down Expand Up @@ -67,12 +67,12 @@
borderColor: {
open: {
muted: {
$value: '{base.color.orange.3}',
$value: '{base.color.blue.3}',
$type: 'color',
alpha: 0.4,
},
emphasis: {
$value: '{base.color.orange.4}',
$value: '{base.color.blue.4}',
$type: 'color',
},
},
Expand Down

0 comments on commit 0ba82d1

Please sign in to comment.