Transparent Color Theme
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.
Screenshots
Installation
- 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
Blur effect
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"
},
Additional
Cursor Blinking Effect
"apc.stylesheet": {
".monaco-editor .cursor": "background: #ffffffaa !important; box-shadow: 0 0 70px 5px #ffffff, #ffffff 0px 0px 34px 1px; color: [#161616](https://github.com/AlexOwl/vscode-transparent-color-theme/issues/161616) !important",
},
"editor.cursorBlinking": "phase",
"editor.cursorSmoothCaretAnimation": "on",
Font with ligatures
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,
UI Animations
There is great extension VSCode Animations
"animations.Enabled": true,
"animations.CursorAnimation": true,
"animations.Command-Palette": "None",
"animations.CursorAnimationOptions": {
"TrailLength": 10
},
"animations.Tabs": "Slide",
"animations.Active": "Indent",
Theme Details
- Name: Transparent Color Theme
- Version: 1.0.0
- VS Code Version: 1.81.0 and above
- Keywords: theme, transparent, macOS, vibrancy, ultra-dark, glass
- Categories: Themes
- Extension Pack:
drcika.apc-extension
Contributing
If you have any suggestions, bug reports, or feature requests, please
open an issue.
License
This theme is licensed under the MIT License.