Skip to content

Commit

Permalink
馃憣 IMPROVE: Notification Colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Mar 29, 2018
1 parent 4237fe2 commit ac98892
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes/shades-of-purple-color-theme.json
Expand Up @@ -198,12 +198,12 @@

// Notification Colors.
"notificationCenter.border": "#1E1E3F", // Notification Center border color.
"notificationCenterHeader.foreground": "#000", // Notification Center header foreground color.
"notificationCenterHeader.background": "#7e57c2", // Notification Center header background color.
"notificationCenterHeader.foreground": "#ffffff", // Notification Center header foreground color.
"notificationCenterHeader.background": "#6943ff", // Notification Center header background color.
"notificationToast.border": "#1E1E3F", // Notification toast border color.
"notifications.foreground": "#cec5ff", // Notification foreground color.
"notifications.background": "#1E1E3F", // Notification background color.
"notifications.border": "#1E1E3F", // Notification border color separating from other notifications in the Notification Center.
"notifications.border": "#2D2B55", // Notification border color separating from other notifications in the Notification Center.
"notificationLink.foreground": "#ffffff", // Notification links foreground color.

// Panel.
Expand Down

0 comments on commit ac98892

Please sign in to comment.