Skip to content

Commit

Permalink
fix theme & display priority flasks
Browse files Browse the repository at this point in the history
  • Loading branch information
RasAlhag committed Jan 31, 2018
1 parent 7fc9c8e commit 9543db9
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 16 deletions.
12 changes: 8 additions & 4 deletions dist/full.filter
Original file line number Diff line number Diff line change
Expand Up @@ -618,32 +618,36 @@ Show
Show
Class "Hybrid Flasks"
SetTextColor 74 0 160 200
SetBackgroundColor 128 128 128
SetBackgroundColor 255 255 255 0
SetBorderColor 0 0 0 0
SetFontSize 25


#
Show
Class "Life Flasks"
SetTextColor 210 0 0
SetBackgroundColor 128 128 128
SetBackgroundColor 255 255 255 0
SetBorderColor 0 0 0 0
SetFontSize 25


#
Show
Class "Mana Flasks"
SetTextColor 136 136 255
SetBackgroundColor 128 128 128
SetBackgroundColor 255 255 255 0
SetBorderColor 0 0 0 0
SetFontSize 25


#
Show
Class "Utility Flasks"
SetTextColor 50 230 100
SetBackgroundColor 128 128 128
SetBackgroundColor 255 255 255 0
SetBorderColor 0 0 0 0
SetFontSize 25



Expand Down
16 changes: 8 additions & 8 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ gulp.task('full', function () {
currency+items+all,
currency+items+"/var"+all,
currency+adds+all,
flasks+addsImportant+all,
flasks+items+all,
flasks+items+"/var"+all,
flasks+adds+all,
belts+addsImportant+all,
belts+items+all,
belts+items+"/var"+all,
Expand Down Expand Up @@ -90,6 +86,10 @@ gulp.task('full', function () {
maps+adds+all,
srcPath+adds+all,
srcPath+adds+"/var"+all,
flasks+addsImportant+all,
flasks+items+all,
flasks+items+"/var"+all,
flasks+adds+all,
srcPath+"/hidden"+fileExtension
])
.pipe(concat('full.filter'))
Expand All @@ -114,10 +114,6 @@ gulp.task('light', function () {
currency+items+all,
//currency+items+"/var"+all,
currency+adds+all,
flasks+addsImportant+all,
flasks+items+all,
//flasks+items+"/var"+all,
flasks+adds+all,
belts+addsImportant+all,
belts+items+all,
//belts+items+"/var"+all,
Expand Down Expand Up @@ -156,6 +152,10 @@ gulp.task('light', function () {
maps+adds+all,
srcPath+adds+all,
//srcPath+adds+"/var"+all,
flasks+addsImportant+all,
flasks+items+all,
//flasks+items+"/var"+all,
flasks+adds+all,
srcPath+"/hidden"+fileExtension
])
.pipe(concat('light.filter'))
Expand Down
3 changes: 2 additions & 1 deletion src/flasks/items/var/hybridFlasks.filter
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Show
Class "Hybrid Flasks"
SetTextColor 74 0 160 200
SetBackgroundColor 128 128 128
SetBackgroundColor 255 255 255 0
SetBorderColor 0 0 0 0
SetFontSize 25

3 changes: 2 additions & 1 deletion src/flasks/items/var/lifeFlasks.filter
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Show
Class "Life Flasks"
SetTextColor 210 0 0
SetBackgroundColor 128 128 128
SetBackgroundColor 255 255 255 0
SetBorderColor 0 0 0 0
SetFontSize 25

3 changes: 2 additions & 1 deletion src/flasks/items/var/manaFlasks.filter
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Show
Class "Mana Flasks"
SetTextColor 136 136 255
SetBackgroundColor 128 128 128
SetBackgroundColor 255 255 255 0
SetBorderColor 0 0 0 0
SetFontSize 25

3 changes: 2 additions & 1 deletion src/flasks/items/var/utilityFlasks.filter
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Show
Class "Utility Flasks"
SetTextColor 50 230 100
SetBackgroundColor 128 128 128
SetBackgroundColor 255 255 255 0
SetBorderColor 0 0 0 0
SetFontSize 25

0 comments on commit 9543db9

Please sign in to comment.