Skip to content

Commit

Permalink
fix progress_gauge_control
Browse files Browse the repository at this point in the history
  • Loading branch information
ctf0 committed Sep 7, 2017
1 parent 36433fa commit 55cfe90
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 9 deletions.
20 changes: 16 additions & 4 deletions Seti.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -1888,6 +1888,12 @@
"attributes": ["horizontal"],
"layer0.tint":[255,160,0]
},
// progress bar
{
"class": "progress_gauge_control",
"settings": ["Seti_accent_yellow"],
"layer0.tint":[255,160,0]
},

// red
// ////////////////////////////////////////////////////////
Expand Down Expand Up @@ -2379,7 +2385,7 @@
// progress bar
{
"class": "progress_gauge_control",
"settings": ["Seti_accent_red"],
"settings": ["Seti_accent_purple"],
"layer0.tint":[171,71,188],
},

Expand Down Expand Up @@ -2626,7 +2632,7 @@
// progress bar
{
"class": "progress_gauge_control",
"settings": ["Seti_accent_red"],
"settings": ["Seti_accent_lime"],
"layer0.tint":[124,179,76]
},

Expand Down Expand Up @@ -2873,7 +2879,7 @@
// progress bar
{
"class": "progress_gauge_control",
"settings": ["Seti_accent_red"],
"settings": ["Seti_accent_indigo"],
"layer0.tint":[63,81,181]
},

Expand Down Expand Up @@ -3120,7 +3126,7 @@
// progress bar
{
"class": "progress_gauge_control",
"settings": ["Seti_accent_red"],
"settings": ["Seti_accent_teal"],
"layer0.tint":[0,150,136]
},

Expand Down Expand Up @@ -3376,6 +3382,12 @@
"attributes": ["horizontal"],
"layer0.tint":[0,118,255]
},
// progress bar
{
"class": "progress_gauge_control",
"settings": ["Seti_accent_seablue"],
"layer0.tint":[0,118,255]
},

// general options
// ////////////////////////////////////////////////////////
Expand Down
16 changes: 11 additions & 5 deletions Seti_orig.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -1937,6 +1937,12 @@
"attributes": ["horizontal"],
"layer0.tint":[255,160,0]
},
// progress bar
{
"class": "progress_gauge_control",
"settings": ["Seti_accent_yellow"],
"layer0.tint":[255,160,0]
},

// red
// ////////////////////////////////////////////////////////
Expand Down Expand Up @@ -2606,7 +2612,7 @@
// progress bar
{
"class": "progress_gauge_control",
"settings": ["Seti_accent_red"],
"settings": ["Seti_accent_purple"],
"layer0.tint":[171,71,188],
},

Expand Down Expand Up @@ -2942,7 +2948,7 @@
// progress bar
{
"class": "progress_gauge_control",
"settings": ["Seti_accent_red"],
"settings": ["Seti_accent_lime"],
"layer0.tint":[124,179,76]
},

Expand Down Expand Up @@ -3278,7 +3284,7 @@
// progress bar
{
"class": "progress_gauge_control",
"settings": ["Seti_accent_red"],
"settings": ["Seti_accent_indigo"],
"layer0.tint":[63,81,181]
},

Expand Down Expand Up @@ -3614,7 +3620,7 @@
// progress bar
{
"class": "progress_gauge_control",
"settings": ["Seti_accent_red"],
"settings": ["Seti_accent_teal"],
"layer0.tint":[0,150,136]
},

Expand Down Expand Up @@ -3926,7 +3932,7 @@
// progress bar
{
"class": "progress_gauge_control",
"settings": ["Seti_accent_red"],
"settings": ["Seti_accent_seablue"],
"layer0.tint":[0,118,255]
},

Expand Down

0 comments on commit 55cfe90

Please sign in to comment.