Skip to content

Commit 0fe20be

Browse files
committed
🎨 Refine progress bar
1 parent 8a77b34 commit 0fe20be

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

src/main/resources/themes/dracula-colorful.theme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"failedEndColor": "#ff5554",
149149
"trackColor": "#6272a4",
150150
"progressColor": "#ff79c6",
151-
"indeterminateStartColor": "#bd93f9",
151+
"indeterminateStartColor": "#93b8f9",
152152
"indeterminateEndColor": "#bd93f9",
153153
"passedColor": "#50fa7b",
154154
"passedEndColor": "#50fa7b"

src/main/resources/themes/dracula.theme.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"failedEndColor": "#ff5554",
149149
"trackColor": "#6272a4",
150150
"progressColor": "#ff79c6",
151-
"indeterminateStartColor": "#bd93f9",
151+
"indeterminateStartColor": "#93b8f9",
152152
"indeterminateEndColor": "#bd93f9",
153153
"passedColor": "#50fa7b",
154154
"passedEndColor": "#50fa7b"
@@ -159,6 +159,14 @@
159159
"inactiveBackground": "#44475a"
160160
}
161161
},
162+
"ScrollBar": {
163+
"Mac": {
164+
"hoverThumbColor": "#bd93f9",
165+
"Transparent": {
166+
"hoverThumbColor": "#bd93f9"
167+
}
168+
}
169+
},
162170
"SearchEverywhere": {
163171
"SearchField": {
164172
"background": "#44475a"

0 commit comments

Comments
 (0)