aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/Code/User/settings.json15
1 files changed, 13 insertions, 2 deletions
diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json
index caa941f..cf7b974 100644
--- a/.config/Code/User/settings.json
+++ b/.config/Code/User/settings.json
@@ -261,7 +261,18 @@
"window.newWindowDimensions": "inherit",
"window.restoreWindows": "none",
"workbench.activityBar.location": "default",
- "workbench.colorTheme": "Gnome Dark (Atom One)",
+ "workbench.colorCustomizations": {
+ "editorCursor.background": "#303030",
+ "editorCursor.foreground": "#69baa7",
+ "statusBar.background": "#303030",
+ "statusBar.border": "#303030",
+ "statusBar.debuggingBackground": "#7d4c10",
+ "statusBar.debuggingForeground": "#ffffff",
+ "statusBar.foreground": "#ffffff",
+ "statusBar.noFolderBackground": "#11427E",
+ "statusBar.noFolderForeground": "#ffffff",
+ },
+ "workbench.colorTheme": "Dark Pastel Theme",
"workbench.editor.decorations.badges": false,
"workbench.editor.decorations.colors": false,
"workbench.editor.enablePreview": false,
@@ -281,4 +292,4 @@
"workbench.tree.indent": 8,
"workbench.tree.renderIndentGuides": "none",
"workbench.welcomePage.walkthroughs.openOnInstall": false,
-}
+} \ No newline at end of file