aylin-vscode-theme
aylin-vscode-theme copied to clipboard
🌌Aylin: a modern and minimal VS Code dark theme with bright colors
Aylin 🌌
Aylin is a modern and minimal VS Code dark theme with bright colors. The theme is based on the great theme Ayu theme. See Credits for a detailed lineage.
Installation
- Install Visual Studio Code
- Launch Visual Studio Code
- Choose Extensions from menu
- Search for
aylin
- Click Install to install it
- Click Reload to reload the Code
- From the menu bar click: Code > Preferences > Color Theme > Aylin
How do I enable the glow seen in the screenshot?
Install Custom CSS and JS Loader which allows you to load custom CSS and JS. Please carefully read the ReadMe regarding permission for that extension before continuing with this installation.
Locate aylin.css
either in this extension's VS code install directory, or directly from the github repo.
Copy CSS file to a location on your machine, such as your user
folder. Then, copy the file path and add it to your VS code settings.json
.
On Mac:
{
"vscode_custom_css.imports": [
"file:///Users/{your username}/aylin.css"
]
}
On Windows:
{
"vscode_custom_css.imports": [
"file:///C:/Users/{your username}/aylin.css"
]
}
Important: Make sure you include the file protocol in the path i.e. file://
Then, open your command palette with Ctrl + Shift + P
or Shift + ⌘ + P
and choose "Enable custom CSS and JS". It will prompt you to restart, and when you do the lights should be on :)
At this point, VS Code may pop up a message to say that it is corrupted, this is caused by the Custom CSS & JS extension and not this theme. As their installation instructions say, you can click "Don't show again" to dismiss the popup.
Screenshots
React
React (with Glow)
React (with TypeScript)
Vue
JavaScript
CSS
SCSS
LESS
HTML
Python
Ruby
PHP
BASH
Dockerfile
Dockerfile (with compose file)
Credits
Credit goes to the Ayu theme. I ended up changing colors and their mappings.
Recommended Plugins and settings
Plugins
- VIM (by VSCodeVim)
- Material Icon Theme (by Monokai)
- IBM Plex Mono (by IBM).
- Color Highlight (by Sergii Naumov).
- Colorize (by Kamikillerto).
License
MIT