Skip to content

Commit 8ec38a4

Browse files
authored
Merge pull request #6 from OnlYKai/master
Fixed extension buttons color
2 parents c118e3f + c2258f8 commit 8ec38a4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

themes/black-italic.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@
293293
"notificationsErrorIcon.foreground": "#BFD4E1",
294294
"notificationsWarningIcon.foreground": "#BFD4E1",
295295
"notificationsInfoIcon.foreground": "#BFD4E1",
296-
"extensionButton.background": "#000",
297-
"extensionButton.hoverBackground": "#222",
296+
"extensionButton.background": "#a8dadc",
297+
"extensionButton.hoverBackground": "#b4dadb",
298298
"extensionButton.prominentForeground": "#BFD4E1",
299299
"extensionButton.prominentBackground": "#000",
300300
"extensionButton.prominentHoverBackground": "#000",

themes/black.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@
293293
"notificationsErrorIcon.foreground": "#BFD4E1",
294294
"notificationsWarningIcon.foreground": "#BFD4E1",
295295
"notificationsInfoIcon.foreground": "#BFD4E1",
296-
"extensionButton.background": "#000",
297-
"extensionButton.hoverBackground": "#222",
296+
"extensionButton.background": "#a8dadc",
297+
"extensionButton.hoverBackground": "#b4dadb",
298298
"extensionButton.prominentForeground": "#BFD4E1",
299299
"extensionButton.prominentBackground": "#000",
300300
"extensionButton.prominentHoverBackground": "#000",

0 commit comments

Comments
 (0)