All Projects β†’ AhmedAbdulrahman β†’ aylin-vscode-theme

AhmedAbdulrahman / aylin-vscode-theme

Licence: MIT license
🌌Aylin: a modern and minimal VS Code dark theme with bright colors

Programming Languages

CSS
56736 projects

Projects that are alternatives of or similar to aylin-vscode-theme

Night Owl Vscode Theme
🌌 NIGHT OWL: A VS Code dark theme for contrast for nighttime coding, πŸ¦‰ LIGHT OWL: a daytime light theme
Stars: ✭ 2,368 (+13829.41%)
Mutual labels:  dark-syntax-theme, dark-theme, vscode-theme, editor-theme
colorstorm
A color theme generator for editors and terminal emulators
Stars: ✭ 101 (+494.12%)
Mutual labels:  dark-syntax-theme, dark-theme, vscode-theme, editor-theme
lunar-theme
πŸŒ“ A minimal dark and light theme for Visual Studio Code. Handpicked colours, easy on the eyes, and perfect for coding in the day/night.
Stars: ✭ 24 (+41.18%)
Mutual labels:  dark-syntax-theme, vscode-theme, editor-theme
white-theme-vscode
Minimalist monochrome theme for Visual Studio Code
Stars: ✭ 66 (+288.24%)
Mutual labels:  visual-studio-code, vscode-theme, editor-theme
Vscode Theme Onedark
VSCode Theme based on Atom's One Dark theme
Stars: ✭ 165 (+870.59%)
Mutual labels:  dark-theme, visual-studio-code, vscode-theme
valley-vscode
Valley is a simple theme for Visual Studio Code without visual noise. Created with handpicked and vivid colors, appropriate contrast and a lot of love to help you focus on your code.
Stars: ✭ 14 (-17.65%)
Mutual labels:  dark-syntax-theme, dark-theme, vscode-theme
susuwatari
A light monochrome theme with a minimal amount of highlighting for Visual Studio Code
Stars: ✭ 16 (-5.88%)
Mutual labels:  visual-studio-code, vscode-theme
vscode-theme-gruvbox-minor
Gruvbox theme for Visual Studio Code
Stars: ✭ 17 (+0%)
Mutual labels:  dark-theme, vscode-theme
paddy-color-theme
A very detailed VS Code color theme with earthy tones and many background options for all ye badass hackers. 🍁
Stars: ✭ 29 (+70.59%)
Mutual labels:  dark-theme, vscode-theme
Monokai-Flat
A material monokai color scheme for Visual Studio, Visual Studio Code, JetBrains IDE and some terminal
Stars: ✭ 21 (+23.53%)
Mutual labels:  visual-studio-code, vscode-theme
charmed-dark-xcode-theme
A charming and colorful dark theme for Xcode 🌈.
Stars: ✭ 172 (+911.76%)
Mutual labels:  dark-theme, editor-theme
xcode-theme
Bring the color of the Xcode 'Default (Dark)', Xcode 'Classic (Dark)' and Xcode 'Classic (Light)' themes to Visual Studio Code.
Stars: ✭ 28 (+64.71%)
Mutual labels:  dark-theme, vscode-theme
calamity-vscode
A purple dark theme with medium to high contrast for Visual Studio Code βš›οΈ
Stars: ✭ 27 (+58.82%)
Mutual labels:  dark-theme, vscode-theme
vscode-theme-relaxed
πŸ•ΆοΈ A relaxed Visual Studio Code theme to take a more relaxed view of things.
Stars: ✭ 84 (+394.12%)
Mutual labels:  visual-studio-code, vscode-theme
vscode-dragon-theme
A VS Code dark theme for a cleaner and more streamlined interface. 😎
Stars: ✭ 29 (+70.59%)
Mutual labels:  dark-theme, vscode-theme
intellij-visual-studio-code-dark-plus
Visual Studio Code Dark Plus theme for JetBrains IDEs
Stars: ✭ 108 (+535.29%)
Mutual labels:  dark-theme, visual-studio-code
aurora-future-vscode-theme
πŸ’œ A futuristic vscode theme.
Stars: ✭ 27 (+58.82%)
Mutual labels:  dark-theme, vscode-theme
Python-Course
🐍 This is the most complete course in Python, completely practical and all the lessons are explained with examples, so that they can be easily understood. 🍫
Stars: ✭ 18 (+5.88%)
Mutual labels:  dark-theme, visual-studio-code
Samurai-theme-vscode
Samurai Theme for VSCode
Stars: ✭ 15 (-11.76%)
Mutual labels:  dark-theme, vscode-theme
nord-wave
🎨 Darker version of the awesome Nord theme for VS Code
Stars: ✭ 35 (+105.88%)
Mutual labels:  dark-theme, vscode-theme

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].