ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Theme - am​Coder

by auiWorks ALL

A Hyperminimal UI Theme for Sublime Text with Love of Monokai.

Labels theme

Details

Installs

  • Total 22K
  • Win 12K
  • Mac 6K
  • Linux 4K
Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14
Windows 1 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 2 0 0 0 0 0 1 0 0 1 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0
Linux 0 0 0 0 0 1 0 0 0 1 0 0 2 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

amCoder

A Hyperminimal UI Theme for Sublime Text 2/3 with Love of Monokai.

Inherited from Spacegray. Optimized for Monokai!

Previews

Default version:

image

Classic version:

image


How to Install

Via Package Control

The easiest way to install is using Sublime Package Control, where amCoder is listed as Theme - amCoder.

  1. Open Command Palette using menu item Tools -> Command Palette... (⇧+⌘+P on Mac)
  2. Choose Package Control: Install Package
  3. Find Theme - amCoder and hit Enter

Manual

You can also install the theme manually:

  1. Download the .zip
  2. Unzip and rename the folder to Theme - amCoder
  3. Copy the folder into Packages directory, which you can find using the menu item Sublime Text -> Preferences -> Browse Packages...

How to Activate

Activate the UI theme and color scheme by modifying your user preferences file, which you can find using the menu item Sublime Text -> Preferences -> Settings - User (⌘+, on Mac).

Note: Don't forget to restart Sublime Text after activating the theme.

Theme Settings

Default version:

{
  "theme": "amCoder.sublime-theme"
}

Classic version:

{
  "theme": "amCoder Classic.sublime-theme"
}

Color-Scheme

amCoder looks best with these modified versions of Monokai:

Default version:

{
  "color_scheme": "Packages/Theme - amCoder/amCoder.tmTheme"
}

Default (Bright) version:

{
  "color_scheme": "Packages/Theme - amCoder/amCoder (Bright).tmTheme"
}

Classic version:

{
  "color_scheme": "Packages/Theme - amCoder/amCoder Classic.tmTheme"
}

Classic (Bright) version:

{
  "color_scheme": "Packages/Theme - amCoder/amCoder Classic (Bright).tmTheme"
}