Skip to content

Commit 0c755e9

Browse files
committed
✨ Improve slider and debugging colours
1 parent 8b697eb commit 0c755e9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

themes/Pitaya smoothie-color-theme.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"debugIcon.startForeground": "#18c0c4",
2020
"debugIcon.continueForeground": "#7d79d1",
2121
"debugIcon.disconnectForeground": "#7d79d1",
22-
"debugIcon.pauseForeground": "#7d79d1",
22+
"debugIcon.pauseForeground": "#7998F2",
2323
"debugIcon.restartForeground": "#18c0c4",
2424
"debugIcon.stepBackForeground": "#7d79d1",
2525
"debugIcon.stepIntoForeground": "#7d79d1",
@@ -177,13 +177,13 @@
177177
"merge.incomingHeaderBackground": "#ff6e9c98",
178178
// Notification Colors.
179179
"notificationCenter.border": "#1E1E3F", // Notification Center border color.
180-
"notificationCenterHeader.foreground": "#FFFFFF", // Notification Center header foreground color.
180+
"notificationCenterHeader.foreground": "#fefeff", // Notification Center header foreground color.
181181
"notificationCenterHeader.background": "#130C29", // Notification Center header background color.
182182
"notificationToast.border": "#130C29", // Notification toast border color.
183183
"notifications.foreground": "#CEC5FF", // Notification foreground color.
184184
"notifications.background": "#130C29", // Notification background color.
185185
"notifications.border": "#2D2B55", // Notification border color separating from other notifications in the Notification Center.
186-
"notificationLink.foreground": "#FFFFFF", // Notification links foreground color.
186+
"notificationLink.foreground": "#fefeff", // Notification links foreground color.
187187
// Panel.
188188
// https://code.visualstudio.com/docs/getstarted/theme-color-reference#_panel-colors
189189
"panel.background": "#130C29",
@@ -196,7 +196,7 @@
196196
"progressBar.background": "#F26196",
197197
// Scroll Bar Control.
198198
// https://code.visualstudio.com/docs/getstarted/theme-color-reference#_scroll-bar-control
199-
"scrollbar.shadow": "#010b14",
199+
"scrollbar.shadow": "#CEC5FF",
200200
"scrollbarSlider.background": "#57549293",
201201
"scrollbarSlider.hoverBackground": "#A56CF5",
202202
"scrollbarSlider.activeBackground": "#F26196",

0 commit comments

Comments
 (0)