A MacOS styled VSCode theme for native-like visuals and inline title bar build for, and working on, the latest version of vscode. Feel free to use any theme you want, I recommend Cursor Dark and Atom One Light.
| Description | Preview |
|---|---|
| Dark mode: | ![]() |
| Light mode: | ![]() |
Before importing the settings, you'll need to install these VS Code extensions:
- Custom UI Style - Enables custom CSS styling
- macos-modern - Modern macOS-style icons
- Material Icon Theme - File and folder icons
- Cursor Theme - Custom cursor styling
- vscode-vibrancy - Adds transparency and vibrancy effects
- Atom One Light Theme - Light color theme for VS Code
You can install these extensions either:
- Through the VS Code Extensions marketplace (search for each extension name)
- Or via command line:
code --install-extension subframe7536.custom-ui-style
code --install-extension davidbwaters.macos-modern-theme
code --install-extension PKief.material-icon-theme
code --install-extension chenzehua.cursor-dark-theme
code --install-extension eyhn.vscode-vibrancy
code --install-extension akamud.vscode-theme-onelight-
Open VS Code Settings:
- Press
Cmd + , - Or go to
Code > Preferences > Settings
- Press
-
Access settings.json:
- Click the "Open Settings (JSON)" icon in the top-right corner of the Settings tab
- Or use
Cmd + Shift + Pand search for "Preferences: Open Settings (JSON)"
-
Import the configuration:
- Copy the contents of
Settings.jsonfrom this repository - Replace your existing settings.json content with the copied configuration
- Save the file (
Cmd + S)
- Copy the contents of
-
Restart VS Code:
- Close and reopen VS Code for all changes to take effect
- Some styling changes may require a complete restart

