Skip to content

Commit

Permalink
Update Tomorrow Night Theme (comment color) update read me and remove…
Browse files Browse the repository at this point in the history
… photoshop files
  • Loading branch information
netatoo committed Aug 12, 2012
1 parent b6d6a2c commit 2ea7fc7
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
/Images/Photoshop (.psd)
2 changes: 1 addition & 1 deletion Color Scheme/Tomorrow-Night.tmTheme
Expand Up @@ -33,7 +33,7 @@
<key>settings</key>
<dict>
<key>foreground</key>
<string>#969896</string>
<string>#3C403B</string>
</dict>
</dict>
<dict>
Expand Down
Binary file modified Color Scheme/Tomorrow-Night.tmTheme.cache
Binary file not shown.
28 changes: 19 additions & 9 deletions README.md
@@ -1,11 +1,15 @@
# Phoenix Theme

Dark custom UI themes for Sublime Text 2, based on Soda Theme by Ian Hill (http://buymeasoda.com/)
Dark & Light custom UI themes for Sublime Text 2, based on Soda Theme by Ian Hill (http://buymeasoda.com/)

## Design & Colors

### Light Theme
![Phoenix Light Blue Theme](http://img43.imageshack.us/img43/7478/phoenixlightblue.png?v=1)

### Dark Theme
Phoenix Dark Theme ships with 5 alternate color styles.
![Phoenix Dark Theme](http://img38.imageshack.us/img38/3320/phoenixdark.png?v=1)
Phoenix Theme ships with 5 alternate color styles :
![Phoenix Dark Red Theme](http://img204.imageshack.us/img204/5171/phoenixdarkred.png?v=1)
![Phoenix Dark Green Theme](http://img88.imageshack.us/img88/2007/phoenixdarkgreen.png?v=1)
![Phoenix Dark Blue Theme](http://img341.imageshack.us/img341/5929/phoenixdarkblue.png?v=1)
Expand All @@ -14,8 +18,7 @@ Phoenix Theme ships with 5 alternate color styles :

## Todo's

- Light theme
- Package Control
- Add alternates colors for Light Theme (green, red, orange)

## Installation

Expand All @@ -42,7 +45,7 @@ While inside the `Packages` directory, clone the theme repository using the comm
To configure Sublime Text 2 to use the theme:

* Open your User Settings Preferences file `Sublime Text 2 -> Preferences -> Settings - User`
* Add (or update) your theme entry to be `"theme": "Phoenix Dark.sublime-theme"`
* Add (or update) your theme entry to be `"theme": "Phoenix Light.sublime-theme"` or `"theme": "Phoenix Dark.sublime-theme"`

### Example User Settings

Expand All @@ -57,11 +60,12 @@ To configure Sublime Text 2 to use the theme:
Phoenix Theme ships with 5 alternate color styles. To configure you favorite color:

* Open your User Settings Preferences file `Sublime Text 2 -> Preferences -> Settings - User`
* Add (or update) the `phoenix_color_*` entry, example :
* Add (or update) the `phoenix_color_*` entry


"phoenix_color_blue": true

For now, five colors are available : `red`, `green`, `blue`, `orange` and `yellow`
For now, five colors are available on Dark Theme : `red`, `green`, `blue`, `orange` and `yellow`

### Color the text label on current tab

Expand All @@ -81,7 +85,13 @@ Prefer small tabs? No problem, there is a custom setting for this!

For now, five height are available : `small`, `medium`, `normal` (by default), `large`, and `xlarge`

### Simply choose the height of your tabs!
### Blur current tabs

Enable this setting to bring out the color on the current tab :

"phoenix_blur_current_tab": true

### Automatic width tabs

You want your tabs with automatic width? there is a custom setting for this!

Expand All @@ -99,7 +109,7 @@ Phoenix Theme provide two slightly modified color scheme to magnify the interfac

### Retina Resolution UI

Phoenix Theme has been designed to take advantage of retina resolution (high-dpi) displays. Phoenix Dark<div></div> support retina displays.
Phoenix Theme has been designed to take advantage of retina resolution (high-dpi) displays. Phoenix Theme support retina displays.

### Theme Customisation

Expand Down

0 comments on commit 2ea7fc7

Please sign in to comment.