A clean, distraction-free VSCode configuration inspired by GNU Nano, Micro, and Focus Editor.
- Zero Distractions: No tabs, no status bar, and no activity bar clutter.
- Clean UI: Hidden title bar icons, no scrollbars, and no breadcrumbs.
- Terminal Ready: Designed to be used alongside a terminal-heavy workflow.
| Extension | Purpose | Link |
|---|---|---|
| August Themes | The core color themes | Install |
| Symbols | Minimalist file icons | Install |
| Fluent Icons | Clean product/UI icons | Install |
| Custom UI Style | Allows CSS modification (Stripping useless UI) | Install |
| File Browser | Simple file browser palette | Install |
- Space Mono: Download here (My personal choice)
- JetBrains Mono: Download here (Good alternative)
- Install the Extensions: Click the links in the table above and install them in VSCode.
- Install the Font: Download and install "Space Mono" on your operating system.
- Apply Settings:
- Open VSCode.
- Press
Ctrl + Shift + P(orCmd + Shift + Pon Mac). - Type
Preferences: Open User Settings (JSON). - Paste the contents of the
settings.jsonfile from this repo into that window. - Type
Preferences: Open Keyboard Shortcuts (JSON). - Paste the contents of the
keybindings.jsonfile from this repo into that window.
- Apply CSS Fixes:
- Because this config uses the
Custom UI Styleextension to hide the title bar and window controls, you may need to restart VSCode or run the commandCustom UI Style: Reloadfrom the command palette.
- Because this config uses the
Configuration by Demiero.