Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
90f4cb0
Format.
aioutecism Oct 13, 2015
d81c92b
Remove useless comment.
aioutecism Oct 13, 2015
b1babfe
Color names.
aioutecism Oct 13, 2015
072ff13
Palettes and rename colors.
aioutecism Oct 13, 2015
c5e78c6
Adjust colors.
aioutecism Oct 13, 2015
63d38fa
Lighten dark-0.
aioutecism Oct 13, 2015
7e17026
Rebuild - until STANDARD SCROLLBARS.
aioutecism Oct 14, 2015
76ad323
Rebuild - until MINI MAP.
aioutecism Oct 14, 2015
1ff9b7d
Rebuild - until SIDEBAR - OPEN FILE ICONS.
aioutecism Oct 14, 2015
8017dc0
Rebuild - until STANDARD TEXT BUTTONS.
aioutecism Oct 14, 2015
8eaa65a
Rebuild - until PANEL BACKGROUNDS.
aioutecism Oct 14, 2015
1dce816
Rebuild - until BOTTOM PANEL BUTTONS.
aioutecism Oct 14, 2015
368490a
Rebuild - until BOTTOM PANEL ICONS - GROUP 1.
aioutecism Oct 14, 2015
44d892b
Rebuild - DONE.
aioutecism Oct 14, 2015
e5af3d0
Modify stTheme.
aioutecism Oct 15, 2015
0bb064a
Adjust color for regexp in find text input.
aioutecism Oct 15, 2015
bde9b20
Add amCoder color scheme.
aioutecism Oct 15, 2015
056d745
Remove amCoder Gray.
aioutecism Oct 15, 2015
6f8e04d
Adjust color.
aioutecism Oct 15, 2015
fbcef88
Indent using 4 spaces.
aioutecism Oct 15, 2015
4346dee
Add more color support.
aioutecism Oct 15, 2015
3bb13fd
Hide sidebar folder.
aioutecism Oct 15, 2015
fb97552
Sidebar icon color.
aioutecism Oct 15, 2015
8d11379
Add sidebar icons.
aioutecism Oct 15, 2015
dfad5d6
Modify icons.
aioutecism Oct 15, 2015
0af5b3e
Add clojure icon.
aioutecism Oct 15, 2015
13d5c1a
Update icons.
aioutecism Oct 16, 2015
ecb46c1
Update messages and readme.
aioutecism Oct 16, 2015
4eb6ef4
Update screenshot.
aioutecism Oct 16, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
506 changes: 0 additions & 506 deletions Monokai Low-Profile Gray.tmTheme

This file was deleted.

506 changes: 0 additions & 506 deletions Monokai Low-Profile.tmTheme

This file was deleted.

28 changes: 4 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ Inherited from [Spacegray](https://github.com/kkga/spacegray).

![image](screenshots/amCoder.png)

Gray version:

![image](screenshots/amCoder-Gray.png)

***

### How to Install
Expand All @@ -39,36 +35,20 @@ Activate the UI theme and color scheme by modifying your user preferences file,

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

#### Settings for amCoder
#### Theme Settings

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

Gray version:

```json
{
"theme": "amCoder Gray.sublime-theme"
}
```

#### Extra Color-Scheme

You would like this low-profile version of monokai if you think the original monokai is too shiny:

```json
{
"color_scheme": "Packages/Theme - amCoder/Monokai Low-Profile.tmTheme"
}
```
#### Color-Scheme

Gray version:
amCoder looks best with this modified version of Monokai:

```json
{
"color_scheme": "Packages/Theme - amCoder/Monokai Low-Profile Gray.tmTheme"
"color_scheme": "Packages/Theme - amCoder/amCoder.tmTheme"
}
```
Loading