Skip to content

Commit

Permalink
Colors (#145)
Browse files Browse the repository at this point in the history
* Before color update

* New operator color

* Normalize tag colors

* Normalize light fg

* Punctuation and markup

* Remove duplicate definitions

* Update styles for css

* Update colors for functions

* Update colors for find window

* Update markup for mirage

* Last touches before update

* Update screenshots in readme
  • Loading branch information
Ike Ku authored Sep 16, 2017
1 parent 6e7ecab commit a308ce6
Show file tree
Hide file tree
Showing 20 changed files with 1,204 additions and 577 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![ayu](https://i.imgur.com/M1JfmKF.png)
![ayu](https://i.imgur.com/zDJHi5D.png)

`ayu` is a simple theme with bright colors and comes in three versions — *dark*, *mirage* and *light* for all day long comfortable work.

Expand All @@ -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/IYmV8Wb.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 All @@ -37,8 +37,8 @@
"ui_font_size_small": true, // smaller UI font size(sidebar, statusbar etc)
"ui_big_tabs": true, // increased tab height
"ui_fix_tab_labels": true, // to fix tab labels if they look not right
"ui_font_source_code_pro": true, // use [Source Code Pro](https://fonts.google.com/specimen/Source+Code+Pro) for UI
"ui_font_default": true, // use Sublime Text's default UI font
"ui_font_source_code_pro": true, // use Source Code Pro (https://fonts.google.com/specimen/Source+Code+Pro) as UI font
"ui_font_default": true, // use Sublime's default UI font
"ui_wide_scrollbars": true, // wider scrollbars
```

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
Loading

0 comments on commit a308ce6

Please sign in to comment.