Skip to content

Commit

Permalink
adjust colors for notification
Browse files Browse the repository at this point in the history
  • Loading branch information
eenaree committed Sep 19, 2023
1 parent 03c9905 commit e0cb2d9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions themes/new_darcula.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@
"statusBar.debuggingBorder": "#4e4e4e",
"statusBar.debuggingForeground": "#bababa",

"notificationCenterHeader.foreground": "#bbbbbb",
"notificationCenterHeader.background": "#3b3f41",
"notificationToast.border": "#54585a",
"notifications.foreground": "#bbbbbb",
"notifications.background": "#4c5052",
"notifications.border": "#323232",
"notificationLink.foreground": "#589df6",

"editorGroup.border": "#323232",
"editorGroup.emptyBackground": "#313336",
"editorGroupHeader.noTabsBackground": "#3b3f41",
Expand Down
8 changes: 8 additions & 0 deletions themes/new_dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,14 @@
"statusBarItem.activeBackground": "#42454a",
"statusBarItem.hoverBackground": "#42454a",

"notificationCenterHeader.foreground": "#dfe1e5",
"notificationCenterHeader.background": "#2b2d30",
"notificationToast.border": "#42454a",
"notifications.foreground": "#dfe1e5",
"notifications.background": "#393b40",
"notifications.border": "#1e1f22",
"notificationLink.foreground": "#6a9bfa",

"editorGroup.border": "#393b40",
"editorGroup.emptyBackground": "#1f1e22",
"editorGroupHeader.noTabsBackground": "#1e1f22",
Expand Down

0 comments on commit e0cb2d9

Please sign in to comment.