Skip to content

Commit

Permalink
Fix sublime text 2 issues and icon colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Ike Ku committed Nov 13, 2016
1 parent 7281e83 commit 7b9c219
Show file tree
Hide file tree
Showing 8 changed files with 410 additions and 523 deletions.
219 changes: 94 additions & 125 deletions ayu-dark2.sublime-theme

Large diffs are not rendered by default.

219 changes: 94 additions & 125 deletions ayu-light2.sublime-theme

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions ayu-mirage.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -1162,7 +1162,7 @@
{
"class": "icon_regex",
"layer0.texture": "ayu/assets/regex.png",
"layer0.tint": [62, 75, 89],
"layer0.tint": [96, 112, 128],
"layer0.opacity": 1.0,
"content_margin": [12, 12]
},
Expand All @@ -1178,7 +1178,7 @@
{
"class": "icon_case",
"layer0.texture": "ayu/assets/matchcase.png",
"layer0.tint": [62, 75, 89],
"layer0.tint": [96, 112, 128],
"layer0.opacity": 1.0,
"content_margin": [12, 12]
},
Expand All @@ -1194,7 +1194,7 @@
{
"class": "icon_whole_word",
"layer0.texture": "ayu/assets/word.png",
"layer0.tint": [62, 75, 89],
"layer0.tint": [96, 112, 128],
"layer0.opacity": 1.0,
"content_margin": [12, 12]
},
Expand All @@ -1211,7 +1211,7 @@
{
"class": "icon_wrap",
"layer0.texture": "ayu/assets/wrap.png",
"layer0.tint": [62, 75, 89],
"layer0.tint": [96, 112, 128],
"layer0.opacity": 1.0,
"content_margin": [12, 12]
},
Expand All @@ -1227,7 +1227,7 @@
{
"class": "icon_in_selection",
"layer0.texture": "ayu/assets/inselection.png",
"layer0.tint": [62, 75, 89],
"layer0.tint": [96, 112, 128],
"layer0.opacity": 1.0,
"content_margin": [12, 12]
},
Expand All @@ -1243,7 +1243,7 @@
{
"class": "icon_highlight",
"layer0.texture": "ayu/assets/highlight.png",
"layer0.tint": [62, 75, 89],
"layer0.tint": [96, 112, 128],
"layer0.opacity": 1.0,
"content_margin": [12, 12]
},
Expand All @@ -1259,7 +1259,7 @@
{
"class": "icon_preserve_case",
"layer0.texture": "ayu/assets/replace-preserve-case.png",
"layer0.tint": [62, 75, 89],
"layer0.tint": [96, 112, 128],
"layer0.opacity": 1.0,
"content_margin": [12, 12]
},
Expand All @@ -1275,7 +1275,7 @@
{
"class": "icon_context",
"layer0.texture": "ayu/assets/context.png",
"layer0.tint": [62, 75, 89],
"layer0.tint": [96, 112, 128],
"layer0.opacity": 1.0,
"content_margin": [12, 12]
},
Expand All @@ -1292,7 +1292,7 @@
{
"class": "icon_use_buffer",
"layer0.texture": "ayu/assets/buffer.png",
"layer0.tint": [62, 75, 89],
"layer0.tint": [96, 112, 128],
"layer0.opacity": 1.0,
"content_margin": [12, 12]
},
Expand All @@ -1308,7 +1308,7 @@
{
"class": "icon_reverse",
"layer0.texture": "ayu/assets/reverse.png",
"layer0.tint": [62, 75, 89],
"layer0.tint": [96, 112, 128],
"layer0.opacity": 1.0,
"content_margin": [12, 12]
},
Expand Down
Loading

0 comments on commit 7b9c219

Please sign in to comment.