Skip to content

Commit

Permalink
v9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ctf0 committed Jul 8, 2015
1 parent 1070931 commit 666da3b
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 24 deletions.
Binary file modified +res/screenshot-1.png
100755 → 100644
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 +res/screenshot-2.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 Main/medium_dark_tabset_background.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 Main/tabset_background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

`SublimeText 3 Theme & ColorScheme` Port of Seti_UI & Syntax by [jesseweed](https://github.com/jesseweed/seti-ui)


###### Seti.sublime-theme
![Seti Screenshot](./+res/screenshot-1.png)
###### Seti_orig.sublime-theme
![Seti Screenshot](./+res/screenshot-2.png)


# Notes
Expand Down
2 changes: 1 addition & 1 deletion Scheme/Seti.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<key>guide</key>
<string>#71787c40</string>
<key>activeGuide</key>
<string>#fefefe</string>
<string>#ffd20080</string>
</dict>
</dict>

Expand Down
4 changes: 2 additions & 2 deletions Scheme/Seti_monokai.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<dict>
<key>settings</key>
<dict>
<key>background</key>
<key>background</key>
<string>#151718</string>
<key>foreground</key>
<string>#d4d7d6</string>
Expand Down Expand Up @@ -47,7 +47,7 @@
<key>guide</key>
<string>#71787c40</string>
<key>activeGuide</key>
<string>#1b2735</string>
<string>#ffd20080</string>
</dict>
</dict>

Expand Down
2 changes: 1 addition & 1 deletion Scheme/Seti_orig.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<key>guide</key>
<string>#71787c40</string>
<key>activeGuide</key>
<string>#1b2735</string>
<string>#ffd20080</string>
</dict>
</dict>

Expand Down
9 changes: 5 additions & 4 deletions Seti.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,8 @@
{
"class": "quick_panel_label",
"fg": [255,255,255],
"match_fg": [104,81,49],
"match_fg": [0,138,255],
// "match_fg": [104,81,49], old brown
"selected_fg": [255,255,255],
"selected_match_fg": [255,223,0]
},
Expand All @@ -1052,18 +1053,18 @@

{
"class": "mini_quick_panel_row",
"layer0.tint": [16,17,18],
"layer0.tint": [38,43,49],
"layer0.opacity": 1
},
{
"class": "mini_quick_panel_row",
"attributes": ["hover"],
"layer0.tint": [38, 38, 38]
"layer0.tint": [31,34,39]
},
{
"class": "mini_quick_panel_row",
"attributes": ["selected"],
"layer0.tint": [60,71,81]
"layer0.tint": [61,71,81]
},

//========================================================
Expand Down
31 changes: 16 additions & 15 deletions Seti_orig.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,8 @@
{
"class": "quick_panel_label",
"fg": [255,255,255],
"match_fg": [104,81,49],
"match_fg": [0,138,255],
// "match_fg": [104,81,49], old brown
"selected_fg": [255,255,255],
"selected_match_fg": [255,223,0]
},
Expand All @@ -962,20 +963,20 @@
//--------------------------------------------------------

{
"class": "mini_quick_panel_row",
"layer0.tint": [16,17,18],
"layer0.opacity": 1
},
{
"class": "mini_quick_panel_row",
"attributes": ["hover"],
"layer0.tint": [38, 38, 38]
},
{
"class": "mini_quick_panel_row",
"attributes": ["selected"],
"layer0.tint": [60,71,81]
},
"class": "mini_quick_panel_row",
"layer0.tint": [38,43,49],
"layer0.opacity": 1
},
{
"class": "mini_quick_panel_row",
"attributes": ["hover"],
"layer0.tint": [31,34,39]
},
{
"class": "mini_quick_panel_row",
"attributes": ["selected"],
"layer0.tint": [61,71,81]
},

//========================================================
// CODE COMPLETION DROPDOWN
Expand Down
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@
"8.2": "messages/8.2.txt",
"8.3": "messages/8.3.txt",
"8.4": "messages/8.4.txt",
"9": "messages/9.txt"
"9": "messages/9.txt",
"9.1": "messages/9.1.txt"
}
8 changes: 8 additions & 0 deletions messages/9.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
v9.1 (08-07-2015)
-------------------

1. changed the yellow/redish tabset colors to the default dark-blue to avoid the confusing.
2. changed the quick-panel colors check (https://github.com/ctf0/Seti_ST3/issues/152)
3. updated readme with the 2 theme versions ,plz stop issuing tickets for that.
4. Fix comment gulp and grunt snippet (thanx to rodriguezmanu).
5. changed active-guide color to be more visible.

0 comments on commit 666da3b

Please sign in to comment.