Skip to content

Commit

Permalink
Update screenshots in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ike Ku committed Sep 16, 2017
1 parent 9453285 commit 3aea2ee
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 472 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@

<h6 align='center'>Light with <code>ui_separator</code> option on</h6>

![Light with separators on](https://i.imgur.com/HP4EqoZ.png)
![Light with separators on](https://i.imgur.com/xiiPGbC.png)

---


<h6 align='center'>Mirage with <code>ui_separator</code> option off</h6>

![Mirage with separators off](https://i.imgur.com/GJpZ2yT.png)
![Mirage with separators off](https://i.imgur.com/noq6faB.png)

---

<h6 align='center'>Dark with <code>ui_separator</code> option on</h6>

![Dark with separators on](https://i.imgur.com/ruMY2eJ.png)
![Dark with separators on](https://i.imgur.com/YrNneOD.png)

### Settings

Expand Down
2 changes: 1 addition & 1 deletion ayu-dark.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,7 @@
{
"class": "title_bar",
"bg": [15, 20, 25],
"fg": [81, 92, 102]
"fg": [230, 225, 207]
},
{
"class": "title_bar",
Expand Down
13 changes: 0 additions & 13 deletions ayu-dark.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -479,19 +479,6 @@ a {
<string>#FF3333</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Decorators</string>
<key>scope</key>
<string>tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>italic</string>
<key>foreground</key>
<string>#F07178</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>JSON Key - Level 8</string>
Expand Down
2 changes: 1 addition & 1 deletion ayu-light.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,7 @@
{
"class": "title_bar",
"bg": [250, 250, 250],
"fg": [133, 136, 140]
"fg": [110, 117, 128]
},
{
"class": "title_bar",
Expand Down
13 changes: 0 additions & 13 deletions ayu-light.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -479,19 +479,6 @@ a {
<string>#F51818</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Decorators</string>
<key>scope</key>
<string>tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>italic</string>
<key>foreground</key>
<string>#F07171</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>JSON Key - Level 8</string>
Expand Down
2 changes: 1 addition & 1 deletion ayu-mirage.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,7 @@
{
"class": "title_bar",
"bg": [33, 39, 51],
"fg": [115, 134, 153]
"fg": [217, 215, 206]
},
{
"class": "title_bar",
Expand Down
13 changes: 0 additions & 13 deletions ayu-mirage.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -479,19 +479,6 @@ a {
<string>#FF3333</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Decorators</string>
<key>scope</key>
<string>tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>italic</string>
<key>foreground</key>
<string>#F28779</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>JSON Key - Level 8</string>
Expand Down
Loading

0 comments on commit 3aea2ee

Please sign in to comment.