aurbano / aurbano-theme

My personal color scheme for IDEs (IntelliJ IDEA & VS Code)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Personal IDE Theme

Marketplace Installs Ratings

My personal color scheme for the IDEs I use, it's a dark theme that uses distinct colors for each language feature, but similar ones for related parts (shades of blue for methods, oranges for language defaults... )

It's very close to being perfect 😄 (for me)

Screenshots

Java

Java screenshot

JavaScript

JavaScript screenshot

Install in IntelliJ

  1. Download the plain text aurbano.icls file
  2. Go to Preferences > Editor > Color Scheme, click on the gear and then Import Scheme...
    • Alternatively, you can manually put it in %IntelliJSettings%/config/colors
  3. Restart the IDE and you should see the new option in Settings > Editor > Colors & Fonts.

I use the Menlo font, which you can get here: https://github.com/hbin/top-programming-fonts

Install in VS Code

  1. Browse to ~/.vscode/extensions
  2. Clone this repo git clone git@github.com:aurbano/aurbano-theme.git
  3. Restart VS Code and activate the theme in Code > Preferences > Color Theme

About

My personal color scheme for IDEs (IntelliJ IDEA & VS Code)

License:MIT License