Skip to content

Commit

Permalink
fix: Fix code folding arrows color
Browse files Browse the repository at this point in the history
  • Loading branch information
equinusocio committed Oct 20, 2016
1 parent 76c4d84 commit afe682c
Show file tree
Hide file tree
Showing 26 changed files with 14 additions and 12 deletions.
3 changes: 2 additions & 1 deletion Material-Theme-Darker.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

{
"class": "fold_button_control",
"layer0.texture": "Material Theme/assets/commons/fold_right.png",
"layer0.texture": "Material Theme/assets/darker/fold_right.png",
"layer0.opacity": 1.0,
"layer0.inner_margin": 0,
"layer1.texture": "Material Theme/assets/commons/fold_right--hover.png",
Expand All @@ -79,6 +79,7 @@
"layer1.texture": "Material Theme/assets/commons/fold_down--hover.png"
},


/* @AUTOCOMPLETE
* Autocomplete popup setting and behavioring
========================================================================= */
Expand Down
3 changes: 2 additions & 1 deletion Material-Theme-Lighter.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

{
"class": "fold_button_control",
"layer0.texture": "Material Theme/assets/commons/fold_right.png",
"layer0.texture": "Material Theme/assets/lighter/fold_right.png",
"layer0.opacity": 1.0,
"layer0.inner_margin": 0,
"layer1.texture": "Material Theme/assets/commons/fold_right--hover.png",
Expand All @@ -79,6 +79,7 @@
"layer1.texture": "Material Theme/assets/commons/fold_down--hover.png"
},


/* @ AUTOCOMPLETE
* Autocomplete popup setting and behavioring
========================================================================= */
Expand Down
4 changes: 2 additions & 2 deletions Material-Theme-Palenight.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

{
"class": "fold_button_control",
"layer0.texture": "Material Theme/assets/commons/fold_right.png",
"layer0.texture": "Material Theme/assets/palenight/fold_right.png",
"layer0.opacity": 1.0,
"layer0.inner_margin": 0,
"layer1.texture": "Material Theme/assets/commons/fold_right--hover.png",
Expand All @@ -77,7 +77,7 @@
{
"class": "fold_button_control",
"attributes": ["expanded"],
"layer0.texture": "Material Theme/assets/default/fold_down.png",
"layer0.texture": "Material Theme/assets/palenight/fold_down.png",
"layer1.texture": "Material Theme/assets/commons/fold_down--hover.png"
},

Expand Down
2 changes: 1 addition & 1 deletion Material-Theme.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

{
"class": "fold_button_control",
"layer0.texture": "Material Theme/assets/commons/fold_right.png",
"layer0.texture": "Material Theme/assets/default/fold_right.png",
"layer0.opacity": 1.0,
"layer0.inner_margin": 0,
"layer1.texture": "Material Theme/assets/commons/fold_right--hover.png",
Expand Down
Binary file removed assets/commons/fold_right.png
Binary file not shown.
Binary file removed assets/commons/[email protected]
Binary file not shown.
Binary file modified assets/darker/fold_down.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 assets/darker/[email protected]
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 assets/darker/fold_right.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 assets/darker/[email protected]
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 assets/default/fold_down.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 assets/default/[email protected]
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 assets/default/fold_right.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 assets/default/[email protected]
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 assets/lighter/fold_down.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 assets/lighter/[email protected]
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 assets/lighter/fold_right.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 assets/lighter/[email protected]
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 assets/palenight/fold_down.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 assets/palenight/[email protected]
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 assets/palenight/fold_right.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 assets/palenight/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions sources/themes/darker/code_folding.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

{
"class": "fold_button_control",
"layer0.texture": "Material Theme/assets/commons/fold_right.png",
"layer0.texture": "Material Theme/assets/darker/fold_right.png",
"layer0.opacity": 1.0,
"layer0.inner_margin": 0,
"layer1.texture": "Material Theme/assets/commons/fold_right--hover.png",
Expand All @@ -26,4 +26,4 @@
"attributes": ["expanded"],
"layer0.texture": "Material Theme/assets/darker/fold_down.png",
"layer1.texture": "Material Theme/assets/commons/fold_down--hover.png"
},
},
2 changes: 1 addition & 1 deletion sources/themes/default/code_folding.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

{
"class": "fold_button_control",
"layer0.texture": "Material Theme/assets/commons/fold_right.png",
"layer0.texture": "Material Theme/assets/default/fold_right.png",
"layer0.opacity": 1.0,
"layer0.inner_margin": 0,
"layer1.texture": "Material Theme/assets/commons/fold_right--hover.png",
Expand Down
4 changes: 2 additions & 2 deletions sources/themes/lighter/code_folding.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

{
"class": "fold_button_control",
"layer0.texture": "Material Theme/assets/commons/fold_right.png",
"layer0.texture": "Material Theme/assets/lighter/fold_right.png",
"layer0.opacity": 1.0,
"layer0.inner_margin": 0,
"layer1.texture": "Material Theme/assets/commons/fold_right--hover.png",
Expand All @@ -26,4 +26,4 @@
"attributes": ["expanded"],
"layer0.texture": "Material Theme/assets/lighter/fold_down.png",
"layer1.texture": "Material Theme/assets/commons/fold_down--hover.png"
},
},
4 changes: 2 additions & 2 deletions sources/themes/palenight/code_folding.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

{
"class": "fold_button_control",
"layer0.texture": "Material Theme/assets/commons/fold_right.png",
"layer0.texture": "Material Theme/assets/palenight/fold_right.png",
"layer0.opacity": 1.0,
"layer0.inner_margin": 0,
"layer1.texture": "Material Theme/assets/commons/fold_right--hover.png",
Expand All @@ -24,6 +24,6 @@
{
"class": "fold_button_control",
"attributes": ["expanded"],
"layer0.texture": "Material Theme/assets/default/fold_down.png",
"layer0.texture": "Material Theme/assets/palenight/fold_down.png",
"layer1.texture": "Material Theme/assets/commons/fold_down--hover.png"
},

0 comments on commit afe682c

Please sign in to comment.