Experience the ultimate coding environment with the Transparent Color theme. Designed exclusively for macOS, this theme brings the stunning vibrancy background blur of macOS to Visual Studio Code. Enjoy a sleek and modern coding experience with translucent backgrounds that seamlessly blend with the rest of your macOS interface.
- Launch Visual Studio Code
- Go to the Extensions view by clicking on the square icon on the left side
toolbar or by pressing
Ctrl+Shift+X
- Search for "Transparent Color Theme" and click on the "Install" button
- Once the theme is installed, click on the "Reload" button to activate it
To achieve the transparent effect with Visual Studio Code, you can use the Apc Customize UI++ extension. It allows you to configure the transparency settings by adding the following settings to your VS Code settings.json:
"apc.electron": {
"opacity": 0.95,
"transparent": true,
"backgroundColor": "#00000000",
"vibrancy": "ultra-dark"
},
"apc.stylesheet": {
".monaco-editor .cursor": "background: #ffffffaa !important; box-shadow: 0 0 70px 5px #ffffff, #ffffff 0px 0px 34px 1px; color: #161616 !important",
},
"editor.cursorBlinking": "phase",
"editor.cursorSmoothCaretAnimation": "on",
You can download FiraCode Font on this link
"editor.fontFamily": "'FiraCode Nerd Font Mono', 'FiraCode Nerd Font', FiraCode, Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
There is great extension VSCode Animations. You can use it with Apc Customize UI++, but check VSCode Animations custom injection plugin readme section
"apc.imports": [
"file:///~/.vscode/extensions/brandonkirbyson.vscode-animations-1.0.14/dist/updateHandler.js"
],
Example config:
"animations.Enabled": true,
"animations.CursorAnimation": true,
"animations.Command-Palette": "None",
"animations.CursorAnimationOptions": {
"TrailLength": 10
},
"animations.Tabs": "Slide",
"animations.Active": "Indent",
- Name: Transparent Color Theme
- Version: 1.1.0
- VS Code Version: 1.81.0 and above
- Keywords: theme, transparent, macOS, vibrancy, ultra-dark, glass
- Categories: Themes
- Extension Pack: drcika.apc-extension BrandonKirbyson.vscode-animations
If you have any suggestions, bug reports, or feature requests, please open an issue.
This theme is licensed under the MIT License.