Ver código fonte

🔧 share vscode settings

jmacura 3 anos atrás
pai
commit
39e396bf07
1 arquivos alterados com 22 adições e 0 exclusões
  1. 22 0
      .vscode/settings.json

+ 22 - 0
.vscode/settings.json

@@ -0,0 +1,22 @@
+{
+    "workbench.colorCustomizations": {
+        "activityBar.activeBackground": "#e37b5e",
+        "activityBar.activeBorder": "#92eca6",
+        "activityBar.background": "#e37b5e",
+        "activityBar.foreground": "#15202b",
+        "activityBar.inactiveForeground": "#15202b99",
+        "activityBarBadge.background": "#92eca6",
+        "activityBarBadge.foreground": "#15202b",
+        "sash.hoverBorder": "#e37b5e",
+        "statusBar.background": "#dc5832",
+        "statusBar.foreground": "#e7e7e7",
+        "statusBarItem.hoverBackground": "#e37b5e",
+        "statusBarItem.remoteBackground": "#dc5832",
+        "statusBarItem.remoteForeground": "#e7e7e7",
+        "titleBar.activeBackground": "#dc5832",
+        "titleBar.activeForeground": "#e7e7e7",
+        "titleBar.inactiveBackground": "#dc583299",
+        "titleBar.inactiveForeground": "#e7e7e799"
+    },
+    "peacock.color": "#dc5832"
+}