Skip to content

AhmedAbdulrahman/aylin-vscode-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Install Visual Studio Code
  2. Launch Visual Studio Code
  3. Choose Extensions from menu
  4. Search for aylin
  5. Click Install to install it
  6. Click Reload to reload the Code
  7. 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

React (with Glow)

React (with Glow)

React (with TypeScript)

React (with Typescript)

Vue

Vue

JavaScript

JavaScript)

CSS

CSS

SCSS

SCSS

LESS

LESS

HTML

HTML

Python

Python)

Ruby

Ruby)

PHP

PHP)

BASH

BASH)

Dockerfile

Docker

Dockerfile (with compose file)

Docker (with compose file)

Credits

Credit goes to the Ayu theme. I ended up changing colors and their mappings.

Recommended Plugins and settings

Plugins

License

MIT