Skip to content

Commit b3ede32

Browse files
committed
Fixed the TodoListPercentage styling, reverted tag color back to the default button color
1 parent 2a44e0b commit b3ede32

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

browser/components/TodoListPercentage.styl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ body[data-theme="dark"]
3939

4040
.percentageText
4141
color $ui-dark-text-color
42-
42+
4343
body[data-theme="solarized-dark"]
4444
.percentageBar
4545
background-color #002b36
@@ -52,10 +52,10 @@ body[data-theme="solarized-dark"]
5252

5353
body[data-theme="monokai"]
5454
.percentageBar
55-
background-color #f92672
55+
background-color: $ui-monokai-borderColor
5656

5757
.progressBar
58-
background-color: #373831
58+
background-color $ui-monokai-active-color
5959

6060
.percentageText
61-
color #fdf6e3
61+
color $ui-monokai-text-color

browser/main/Detail/TagSelect.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ body[data-theme="monokai"]
7474
background-color transparent
7575

7676
.tag-label
77-
color $ui-monokai-borderColor
77+
color $ui-monokai-text-color

browser/styles/index.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ $ui-monokai-active-color = #f92672
369369

370370
$ui-monokai-borderColor = #373831
371371

372-
$ui-monokai-tag-backgroundColor = #A6E22E
372+
$ui-monokai-tag-backgroundColor = #373831
373373

374374
$ui-monokai-button-backgroundColor = #373831
375375
$ui-monokai-button--active-color = white

0 commit comments

Comments
 (0)