VSCode Minimalist Theme
A minimalist dark theme for VSCode. Mostly based on the Dark Modern theme, but with a few tweaks:
Screenshots
Minimalist
Minimalist Flat
Minimalist One Dark Pro Colors
Minimalist Oak
Installation
From marketplace
Publishing / Updating
- run
vsce login muhammadmohsen and enter the access token.
- run
vsce package
- run
vsce publish major/minor/patch/
Palette
background #161616 -> #111111
- activityBar.background
- sideBar.background
- statusBar.background
- titleBar.activeBackground
- input.background
- panel.background
- editorGroupHeader.tabsBackground
- tab.inactiveBackground
secondary background #1e1e1e -> #191919 -> #1A1B20
foreground #fff
- activityBar.foreground
- activityBarBadge.foreground
- statusBar.foreground
- statusBar.debuggingForeground
- badge.foreground
secondary foreground #ccc
border #333333 -> #222222
- titleBar.border
- input.border
- panel.border
- terminal.border
- editorGroupHeader.tabsBorder
- tab.border
accent #007acc
- focusBorder
- progressBar.background
- activityBarBadge.background
- badge.background
transparent
- scrollbar.shadow
- tab.activeBorderTop
TODO
- titleBar.inactiveForeground
Ref
https://code.visualstudio.com/api/references/theme-color
| |