Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
nsubiron committed May 4, 2016
1 parent 402b876 commit 31c2b6b
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ Theme - Solarized Space
Light and dark solarized themes for Sublime Text.

Based on [Spacegray](https://kkga.github.io/spacegray/),
[Sodarized](https://github.com/jrolfs/sodarized) and
[Sodarized](https://github.com/jrolfs/sodarized),
[Predawn](http://jamiewilson.io/predawn/) and
[Piatto](https://github.com/samuelrafo/piatto) among other.

Tweaks and ideas are welcome :)

Note: To show or hide sidebar icons use setting `"hide_sidebar_icons"`.

Themes
------

Expand Down Expand Up @@ -36,12 +39,21 @@ Themes

![image](images/dark.png)

### Solarized Space Predawn

```json
"theme": "Solarized Space Predawn.sublime-theme",
```

![image](images/predawn.png)

### Related Options

Try adding combinations of the following to your
`User/Preferences.sublime-settings`

```json
"hide_sidebar_icons": true,
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"enable_tab_scrolling": false,
Expand Down
Binary file modified images/brick.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/predawn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"0.4.0": "messages/v0.4.0.txt"
}
18 changes: 18 additions & 0 deletions messages/v0.4.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
v0.4.0

* This version comes with sidebar icons.

Sidebar icons are displayed by default, use the following setting
to hide them

{
"hide_sidebar_icons": true,
}

* A new theme based on Predawn colors is available

{
"theme": "Solarized Space Predawn.sublime-theme",
}

* Tab color is now based on the color scheme of its buffer.

0 comments on commit 31c2b6b

Please sign in to comment.