Skip to content

Commit

Permalink
Changes title and activity color to dark colors
Browse files Browse the repository at this point in the history
  • Loading branch information
adrijshikhar committed Apr 16, 2020
1 parent e5623b8 commit 1ac6e7e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion themes/DarkDev-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"colors": {
"activityBar.activeBackground": "#ffffff2c",
"activityBar.foreground": "#ffffffbe",
"activityBar.background": "#07090F",
"activityBar.inactiveForeground": "#ffffff73",
"activityBarBadge.background": "#ffa000",
"activityBarBadge.foreground": "#07090f",
Expand Down Expand Up @@ -97,6 +98,7 @@
"tab.inactiveForeground": "#516399d8",
"textLink.foreground": "#ffa000",
"titleBar.activeForeground": "#f9f9ff",
"titleBar.activeBackground": "#131418",
"tree.indentGuidesStroke": "#516399",
"widget.shadow": "#01030b",
//"activityBar.activeBorder": "#ffffffbe",
Expand Down Expand Up @@ -383,7 +385,7 @@
//"textPreformat.foreground": "#d7ba7d",
//"textSeparator.foreground": "#ffffff2e",
//"titleBar.inactiveBackground": "#1602e099",
//"titleBar.inactiveForeground": "#f9f9ff99"
// "titleBar.inactiveForeground": "#f9f9ff99"
},
"tokenColors": [
{
Expand Down

0 comments on commit 1ac6e7e

Please sign in to comment.