Skip to content

Commit

Permalink
vscodium: use 'flate' theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Stunkymonkey committed May 12, 2024
1 parent db3669f commit a547eea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vscodium/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
"window.menuBarVisibility": "toggle",
"workbench.startupEditor": "none",
"git.autofetch": true,
"workbench.colorTheme": "Material Theme Darker High Contrast",
"workbench.colorTheme": "Flate",
"extensions.autoCheckUpdates": false,
"extensions.autoUpdate": false,
"explorer.confirmDragAndDrop": false,
"editor.guides.bracketPairs": "active",
"window.commandCenter": true
"window.commandCenter": true,
"workbench.iconTheme": "material-icon-theme"
}

0 comments on commit a547eea

Please sign in to comment.