Skip to content

Commit

Permalink
Update links and button colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Sep 5, 2018
1 parent acc29a6 commit c3a0d31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion themes/min-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"activityBarBadge.background": "#383838",
"badge.background": "#383838",
"badge.foreground": "#C1C1C1",
"button.background": "#333",
"editor.background": "#1f1f1f",
"editorGroupHeader.tabsBackground": "#1A1A1A",
"editorGroupHeader.tabsBorder": "#1A1A1A",
Expand Down Expand Up @@ -42,7 +43,8 @@
"tab.border": "#1A1A1A",
"tab.inactiveBackground": "#1A1A1A",
"tab.inactiveForeground": "#484848",
"textLink.foreground": "#fafafa",
"textLink.foreground": "#ccc",
"textLink.activeForeground": "#fafafa",
"titleBar.activeBackground": "#1A1A1A",
"titleBar.border": "#1A1A1A"
},
Expand Down

0 comments on commit c3a0d31

Please sign in to comment.