diff --git a/build/resources/patterns/sublime/sublime.pattern b/build/resources/patterns/sublime/sublime.pattern index bc27f4c..df65966 100644 --- a/build/resources/patterns/sublime/sublime.pattern +++ b/build/resources/patterns/sublime/sublime.pattern @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/build/resources/patterns/sublimeui/sublimeui.pattern b/build/resources/patterns/sublimeui/sublimeui.pattern index a4af35f..fc86826 100644 --- a/build/resources/patterns/sublimeui/sublimeui.pattern +++ b/build/resources/patterns/sublimeui/sublimeui.pattern @@ -229,7 +229,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [{{ colour.first('ui_bg', 'background').rgb(-10) }}], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -239,7 +239,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [{{ colour.first('ui_bg', 'background').rgb(-10) }}], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -247,7 +247,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [{{ colour.first('ui_first', 'second').rgb() }}], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -255,7 +255,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [{{ colour.first('ui_first', 'second').rgb() }}], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -266,7 +266,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [{{ colour.first('ui_first', 'second').rgb() }}], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false @@ -1298,7 +1298,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [{{ colour.first('ui_bg', 'background').rgb(-10) }}], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -1308,7 +1308,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [{{ colour.first('ui_bg', 'background').rgb(-10) }}], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -1316,7 +1316,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [{{ colour.first('ui_first', 'second').rgb() }}], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -1324,7 +1324,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [{{ colour.first('ui_first', 'second').rgb() }}], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -1335,7 +1335,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [{{ colour.first('ui_first', 'second').rgb() }}], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublime/arstotzka.tmTheme b/sublime/arstotzka.tmTheme index 5a917a6..06d6c11 100644 --- a/sublime/arstotzka.tmTheme +++ b/sublime/arstotzka.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/azure.tmTheme b/sublime/azure.tmTheme index a4c8f08..43ecc33 100644 --- a/sublime/azure.tmTheme +++ b/sublime/azure.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/bold.tmTheme b/sublime/bold.tmTheme index 776326c..7e9d61b 100644 --- a/sublime/bold.tmTheme +++ b/sublime/bold.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/boxuk.tmTheme b/sublime/boxuk.tmTheme index 8d5acea..b207c9c 100644 --- a/sublime/boxuk.tmTheme +++ b/sublime/boxuk.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/carbonight.tmTheme b/sublime/carbonight.tmTheme index 96c8a21..b2599b3 100644 --- a/sublime/carbonight.tmTheme +++ b/sublime/carbonight.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/chocolate.tmTheme b/sublime/chocolate.tmTheme index 98a5b90..1944910 100644 --- a/sublime/chocolate.tmTheme +++ b/sublime/chocolate.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/contrast/carbonight-contrast.tmTheme b/sublime/contrast/carbonight-contrast.tmTheme index 719844e..6338a2b 100644 --- a/sublime/contrast/carbonight-contrast.tmTheme +++ b/sublime/contrast/carbonight-contrast.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/contrast/darkside-contrast.tmTheme b/sublime/contrast/darkside-contrast.tmTheme index abc5216..d4fd9ba 100644 --- a/sublime/contrast/darkside-contrast.tmTheme +++ b/sublime/contrast/darkside-contrast.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/contrast/earthsong-contrast.tmTheme b/sublime/contrast/earthsong-contrast.tmTheme index 60b4876..714cfdb 100644 --- a/sublime/contrast/earthsong-contrast.tmTheme +++ b/sublime/contrast/earthsong-contrast.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/contrast/freshcut-contrast.tmTheme b/sublime/contrast/freshcut-contrast.tmTheme index 85c5f4d..c18d6e0 100644 --- a/sublime/contrast/freshcut-contrast.tmTheme +++ b/sublime/contrast/freshcut-contrast.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/contrast/frontier-contrast.tmTheme b/sublime/contrast/frontier-contrast.tmTheme index 7c6c2d5..8895e5b 100644 --- a/sublime/contrast/frontier-contrast.tmTheme +++ b/sublime/contrast/frontier-contrast.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/contrast/gloom-contrast.tmTheme b/sublime/contrast/gloom-contrast.tmTheme index b01aeb6..f333c30 100644 --- a/sublime/contrast/gloom-contrast.tmTheme +++ b/sublime/contrast/gloom-contrast.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/contrast/glowfish-contrast.tmTheme b/sublime/contrast/glowfish-contrast.tmTheme index 61e3dd0..0057d07 100644 --- a/sublime/contrast/glowfish-contrast.tmTheme +++ b/sublime/contrast/glowfish-contrast.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/contrast/goldfish-contrast.tmTheme b/sublime/contrast/goldfish-contrast.tmTheme index 54c4ab8..508b922 100644 --- a/sublime/contrast/goldfish-contrast.tmTheme +++ b/sublime/contrast/goldfish-contrast.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/contrast/grunge-contrast.tmTheme b/sublime/contrast/grunge-contrast.tmTheme index acac313..4ab702f 100644 --- a/sublime/contrast/grunge-contrast.tmTheme +++ b/sublime/contrast/grunge-contrast.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/contrast/halflife-contrast.tmTheme b/sublime/contrast/halflife-contrast.tmTheme index 478227b..7aa7021 100644 --- a/sublime/contrast/halflife-contrast.tmTheme +++ b/sublime/contrast/halflife-contrast.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/contrast/hyrule-contrast.tmTheme b/sublime/contrast/hyrule-contrast.tmTheme index e422b8a..644d8f3 100644 --- a/sublime/contrast/hyrule-contrast.tmTheme +++ b/sublime/contrast/hyrule-contrast.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/contrast/iceberg-contrast.tmTheme b/sublime/contrast/iceberg-contrast.tmTheme index fb6c3e8..1af6997 100644 --- a/sublime/contrast/iceberg-contrast.tmTheme +++ b/sublime/contrast/iceberg-contrast.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/contrast/juicy-contrast.tmTheme b/sublime/contrast/juicy-contrast.tmTheme index a6cb0bc..d2a188f 100644 --- a/sublime/contrast/juicy-contrast.tmTheme +++ b/sublime/contrast/juicy-contrast.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/contrast/keen-contrast.tmTheme b/sublime/contrast/keen-contrast.tmTheme index 514a819..c3f5318 100644 --- a/sublime/contrast/keen-contrast.tmTheme +++ b/sublime/contrast/keen-contrast.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/contrast/laravel-contrast.tmTheme b/sublime/contrast/laravel-contrast.tmTheme index 2774ea6..bfda214 100644 --- a/sublime/contrast/laravel-contrast.tmTheme +++ b/sublime/contrast/laravel-contrast.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/contrast/lavender-contrast.tmTheme b/sublime/contrast/lavender-contrast.tmTheme index 52a94c0..c79d80f 100644 --- a/sublime/contrast/lavender-contrast.tmTheme +++ b/sublime/contrast/lavender-contrast.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/contrast/mellow-contrast.tmTheme b/sublime/contrast/mellow-contrast.tmTheme index 3e22e14..9cbacaa 100644 --- a/sublime/contrast/mellow-contrast.tmTheme +++ b/sublime/contrast/mellow-contrast.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/contrast/mud-contrast.tmTheme b/sublime/contrast/mud-contrast.tmTheme index d255b8a..8d9e9bc 100644 --- a/sublime/contrast/mud-contrast.tmTheme +++ b/sublime/contrast/mud-contrast.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/contrast/patriot-contrast.tmTheme b/sublime/contrast/patriot-contrast.tmTheme index 69f0209..c4a4535 100644 --- a/sublime/contrast/patriot-contrast.tmTheme +++ b/sublime/contrast/patriot-contrast.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/contrast/peacock-contrast.tmTheme b/sublime/contrast/peacock-contrast.tmTheme index f12dd99..ae94d90 100644 --- a/sublime/contrast/peacock-contrast.tmTheme +++ b/sublime/contrast/peacock-contrast.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/contrast/potpourri-contrast.tmTheme b/sublime/contrast/potpourri-contrast.tmTheme index 5a3ceed..28a5eab 100644 --- a/sublime/contrast/potpourri-contrast.tmTheme +++ b/sublime/contrast/potpourri-contrast.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/contrast/revelation-contrast.tmTheme b/sublime/contrast/revelation-contrast.tmTheme index 077a268..9122a6f 100644 --- a/sublime/contrast/revelation-contrast.tmTheme +++ b/sublime/contrast/revelation-contrast.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/contrast/slime-contrast.tmTheme b/sublime/contrast/slime-contrast.tmTheme index 192d0c7..80a0b90 100644 --- a/sublime/contrast/slime-contrast.tmTheme +++ b/sublime/contrast/slime-contrast.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/contrast/snappy-contrast.tmTheme b/sublime/contrast/snappy-contrast.tmTheme index 199b7a6..eac9360 100644 --- a/sublime/contrast/snappy-contrast.tmTheme +++ b/sublime/contrast/snappy-contrast.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/contrast/solarflare-contrast.tmTheme b/sublime/contrast/solarflare-contrast.tmTheme index df898ee..522c4e1 100644 --- a/sublime/contrast/solarflare-contrast.tmTheme +++ b/sublime/contrast/solarflare-contrast.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/contrast/sourlick-contrast.tmTheme b/sublime/contrast/sourlick-contrast.tmTheme index 80e5890..77958b2 100644 --- a/sublime/contrast/sourlick-contrast.tmTheme +++ b/sublime/contrast/sourlick-contrast.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/contrast/stark-contrast.tmTheme b/sublime/contrast/stark-contrast.tmTheme index 8920de9..1de05da 100644 --- a/sublime/contrast/stark-contrast.tmTheme +++ b/sublime/contrast/stark-contrast.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/contrast/tron-contrast.tmTheme b/sublime/contrast/tron-contrast.tmTheme index b835806..9ed80ce 100644 --- a/sublime/contrast/tron-contrast.tmTheme +++ b/sublime/contrast/tron-contrast.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/contrast/turnip-contrast.tmTheme b/sublime/contrast/turnip-contrast.tmTheme index ca093e8..145ce4b 100644 --- a/sublime/contrast/turnip-contrast.tmTheme +++ b/sublime/contrast/turnip-contrast.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/contrast/zacks-contrast.tmTheme b/sublime/contrast/zacks-contrast.tmTheme index 7acab24..eff7ff9 100644 --- a/sublime/contrast/zacks-contrast.tmTheme +++ b/sublime/contrast/zacks-contrast.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/crisp.tmTheme b/sublime/crisp.tmTheme index 9370032..324e06d 100644 --- a/sublime/crisp.tmTheme +++ b/sublime/crisp.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/darkside.tmTheme b/sublime/darkside.tmTheme index 0473557..d4029b6 100644 --- a/sublime/darkside.tmTheme +++ b/sublime/darkside.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/earthsong.tmTheme b/sublime/earthsong.tmTheme index 3ab3543..327caa0 100644 --- a/sublime/earthsong.tmTheme +++ b/sublime/earthsong.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/freshcut.tmTheme b/sublime/freshcut.tmTheme index b35c6b9..2392628 100644 --- a/sublime/freshcut.tmTheme +++ b/sublime/freshcut.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/frontier.tmTheme b/sublime/frontier.tmTheme index 8f9e0f2..334515e 100644 --- a/sublime/frontier.tmTheme +++ b/sublime/frontier.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/github.tmTheme b/sublime/github.tmTheme index c90d296..72d51cd 100644 --- a/sublime/github.tmTheme +++ b/sublime/github.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/gloom.tmTheme b/sublime/gloom.tmTheme index 297eaee..986dbec 100644 --- a/sublime/gloom.tmTheme +++ b/sublime/gloom.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/glowfish.tmTheme b/sublime/glowfish.tmTheme index 2ac79c0..52fd092 100644 --- a/sublime/glowfish.tmTheme +++ b/sublime/glowfish.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/goldfish.tmTheme b/sublime/goldfish.tmTheme index 0cb2d78..e63b59f 100644 --- a/sublime/goldfish.tmTheme +++ b/sublime/goldfish.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/grunge.tmTheme b/sublime/grunge.tmTheme index 2df7aef..32b5927 100644 --- a/sublime/grunge.tmTheme +++ b/sublime/grunge.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/halflife.tmTheme b/sublime/halflife.tmTheme index f640ca1..94aecc9 100644 --- a/sublime/halflife.tmTheme +++ b/sublime/halflife.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/heroku.tmTheme b/sublime/heroku.tmTheme index 7eb3910..f646870 100644 --- a/sublime/heroku.tmTheme +++ b/sublime/heroku.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/hyrule.tmTheme b/sublime/hyrule.tmTheme index 45b31b3..4a4b2e0 100644 --- a/sublime/hyrule.tmTheme +++ b/sublime/hyrule.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/iceberg.tmTheme b/sublime/iceberg.tmTheme index 1b3b35a..4be0102 100644 --- a/sublime/iceberg.tmTheme +++ b/sublime/iceberg.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/juicy.tmTheme b/sublime/juicy.tmTheme index 354f242..77f0ff8 100644 --- a/sublime/juicy.tmTheme +++ b/sublime/juicy.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/keen.tmTheme b/sublime/keen.tmTheme index f8d9a76..90c4792 100644 --- a/sublime/keen.tmTheme +++ b/sublime/keen.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/kiwi.tmTheme b/sublime/kiwi.tmTheme index 1c0110a..a4ebfd7 100644 --- a/sublime/kiwi.tmTheme +++ b/sublime/kiwi.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/laravel.tmTheme b/sublime/laravel.tmTheme index a76cdcc..e3a6b86 100644 --- a/sublime/laravel.tmTheme +++ b/sublime/laravel.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/lavender.tmTheme b/sublime/lavender.tmTheme index 07579d9..8a38dab 100644 --- a/sublime/lavender.tmTheme +++ b/sublime/lavender.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/legacy.tmTheme b/sublime/legacy.tmTheme index f420e68..9e9333b 100644 --- a/sublime/legacy.tmTheme +++ b/sublime/legacy.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/light/earthsong-light.tmTheme b/sublime/light/earthsong-light.tmTheme index 1fb018f..7d469fb 100644 --- a/sublime/light/earthsong-light.tmTheme +++ b/sublime/light/earthsong-light.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/light/snappy-light.tmTheme b/sublime/light/snappy-light.tmTheme index 7e1fba9..23eeb4f 100644 --- a/sublime/light/snappy-light.tmTheme +++ b/sublime/light/snappy-light.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/light/userscape.tmTheme b/sublime/light/userscape.tmTheme index 23eb8b6..3647992 100644 --- a/sublime/light/userscape.tmTheme +++ b/sublime/light/userscape.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/mellow.tmTheme b/sublime/mellow.tmTheme index af07213..11d9c26 100644 --- a/sublime/mellow.tmTheme +++ b/sublime/mellow.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/mintchoc.tmTheme b/sublime/mintchoc.tmTheme index d981c59..6d1a287 100644 --- a/sublime/mintchoc.tmTheme +++ b/sublime/mintchoc.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/mud.tmTheme b/sublime/mud.tmTheme index a976fe4..0f97f30 100644 --- a/sublime/mud.tmTheme +++ b/sublime/mud.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/otakon.tmTheme b/sublime/otakon.tmTheme index c4fddc7..aa2b1e9 100644 --- a/sublime/otakon.tmTheme +++ b/sublime/otakon.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/pastel.tmTheme b/sublime/pastel.tmTheme index 2804aff..c595f38 100644 --- a/sublime/pastel.tmTheme +++ b/sublime/pastel.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/patriot.tmTheme b/sublime/patriot.tmTheme index ae2e73b..8af8cd6 100644 --- a/sublime/patriot.tmTheme +++ b/sublime/patriot.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/peacock.tmTheme b/sublime/peacock.tmTheme index 4b2e622..2849bb6 100644 --- a/sublime/peacock.tmTheme +++ b/sublime/peacock.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/peacocks-in-space.tmTheme b/sublime/peacocks-in-space.tmTheme index f423531..de6a365 100644 --- a/sublime/peacocks-in-space.tmTheme +++ b/sublime/peacocks-in-space.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/peel.tmTheme b/sublime/peel.tmTheme index 2644433..0dfe3cd 100644 --- a/sublime/peel.tmTheme +++ b/sublime/peel.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/piggy.tmTheme b/sublime/piggy.tmTheme index bd1f1e6..44e2fca 100644 --- a/sublime/piggy.tmTheme +++ b/sublime/piggy.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/potpourri.tmTheme b/sublime/potpourri.tmTheme index bf551f6..e010e45 100644 --- a/sublime/potpourri.tmTheme +++ b/sublime/potpourri.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/rainbow.tmTheme b/sublime/rainbow.tmTheme index 1b57d02..8b88942 100644 --- a/sublime/rainbow.tmTheme +++ b/sublime/rainbow.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/revelation.tmTheme b/sublime/revelation.tmTheme index 74a8cf2..6d89086 100644 --- a/sublime/revelation.tmTheme +++ b/sublime/revelation.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/shrek.tmTheme b/sublime/shrek.tmTheme index 00ec24f..a985ab6 100644 --- a/sublime/shrek.tmTheme +++ b/sublime/shrek.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/slate.tmTheme b/sublime/slate.tmTheme index 7c0825e..5d697ba 100644 --- a/sublime/slate.tmTheme +++ b/sublime/slate.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/slime.tmTheme b/sublime/slime.tmTheme index af0dfbe..d585cff 100644 --- a/sublime/slime.tmTheme +++ b/sublime/slime.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/snappy.tmTheme b/sublime/snappy.tmTheme index 984abe2..b028e46 100644 --- a/sublime/snappy.tmTheme +++ b/sublime/snappy.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/solarflare.tmTheme b/sublime/solarflare.tmTheme index 553394c..f90e2db 100644 --- a/sublime/solarflare.tmTheme +++ b/sublime/solarflare.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/sourlick.tmTheme b/sublime/sourlick.tmTheme index 7ac94c7..25ec763 100644 --- a/sublime/sourlick.tmTheme +++ b/sublime/sourlick.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/spearmint.tmTheme b/sublime/spearmint.tmTheme index a54b5f0..b7f9269 100644 --- a/sublime/spearmint.tmTheme +++ b/sublime/spearmint.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/stark.tmTheme b/sublime/stark.tmTheme index 32b08e8..e1d0757 100644 --- a/sublime/stark.tmTheme +++ b/sublime/stark.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/super.tmTheme b/sublime/super.tmTheme index 9ba2074..c9229bd 100644 --- a/sublime/super.tmTheme +++ b/sublime/super.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/tonic.tmTheme b/sublime/tonic.tmTheme index c99a6f1..94a1d7d 100644 --- a/sublime/tonic.tmTheme +++ b/sublime/tonic.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/tribal.tmTheme b/sublime/tribal.tmTheme index c6af729..15e6355 100644 --- a/sublime/tribal.tmTheme +++ b/sublime/tribal.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/tron.tmTheme b/sublime/tron.tmTheme index 04fb865..ffe1936 100644 --- a/sublime/tron.tmTheme +++ b/sublime/tron.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/turnip.tmTheme b/sublime/turnip.tmTheme index 04ffea7..fc38050 100644 --- a/sublime/turnip.tmTheme +++ b/sublime/turnip.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/yule.tmTheme b/sublime/yule.tmTheme index 004a637..7affd5a 100644 --- a/sublime/yule.tmTheme +++ b/sublime/yule.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublime/zacks.tmTheme b/sublime/zacks.tmTheme index 1cff58a..db88d57 100644 --- a/sublime/zacks.tmTheme +++ b/sublime/zacks.tmTheme @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes name Function argument scope - keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit + keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as settings foreground diff --git a/sublimeui/arstotzka.sublime-theme b/sublimeui/arstotzka.sublime-theme index a68a578..7ed779f 100644 --- a/sublimeui/arstotzka.sublime-theme +++ b/sublimeui/arstotzka.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [23, 21, 20], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [23, 21, 20], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [81, 107, 107], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [81, 107, 107], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [81, 107, 107], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/azure.sublime-theme b/sublimeui/azure.sublime-theme index e1e817b..bca3495 100644 --- a/sublimeui/azure.sublime-theme +++ b/sublimeui/azure.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [14, 19, 28], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [14, 19, 28], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [82, 112, 139], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [82, 112, 139], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [82, 112, 139], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/bold.sublime-theme b/sublimeui/bold.sublime-theme index 18a304b..8ef6813 100644 --- a/sublimeui/bold.sublime-theme +++ b/sublimeui/bold.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [32, 28, 28], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [32, 28, 28], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [240, 98, 75], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [240, 98, 75], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [240, 98, 75], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/boxuk.sublime-theme b/sublimeui/boxuk.sublime-theme index 0c98fcc..45690c0 100644 --- a/sublimeui/boxuk.sublime-theme +++ b/sublimeui/boxuk.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [245, 245, 245], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [245, 245, 245], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [1, 157, 118], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [1, 157, 118], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [1, 157, 118], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/carbonight.sublime-theme b/sublimeui/carbonight.sublime-theme index 55436e6..7d8dc22 100644 --- a/sublimeui/carbonight.sublime-theme +++ b/sublimeui/carbonight.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [36, 34, 33], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [36, 34, 33], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [140, 140, 140], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [140, 140, 140], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [140, 140, 140], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/chocolate.sublime-theme b/sublimeui/chocolate.sublime-theme index 33cdf2d..ca513f8 100644 --- a/sublimeui/chocolate.sublime-theme +++ b/sublimeui/chocolate.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [11, 5, 0], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [11, 5, 0], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [204, 182, 151], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [204, 182, 151], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [204, 182, 151], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/contrast/carbonight-contrast.sublime-theme b/sublimeui/contrast/carbonight-contrast.sublime-theme index c3b7cad..612e36f 100644 --- a/sublimeui/contrast/carbonight-contrast.sublime-theme +++ b/sublimeui/contrast/carbonight-contrast.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [0, 0, 0], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [0, 0, 0], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [140, 140, 140], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [140, 140, 140], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [140, 140, 140], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/contrast/darkside-contrast.sublime-theme b/sublimeui/contrast/darkside-contrast.sublime-theme index a4c0ead..2f29612 100644 --- a/sublimeui/contrast/darkside-contrast.sublime-theme +++ b/sublimeui/contrast/darkside-contrast.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [0, 0, 0], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [0, 0, 0], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [232, 52, 28], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [232, 52, 28], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [232, 52, 28], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/contrast/earthsong-contrast.sublime-theme b/sublimeui/contrast/earthsong-contrast.sublime-theme index 978d646..27660e1 100644 --- a/sublimeui/contrast/earthsong-contrast.sublime-theme +++ b/sublimeui/contrast/earthsong-contrast.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [8, 6, 5], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [8, 6, 5], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [219, 120, 77], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [219, 120, 77], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [219, 120, 77], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/contrast/freshcut-contrast.sublime-theme b/sublimeui/contrast/freshcut-contrast.sublime-theme index deae679..038651d 100644 --- a/sublimeui/contrast/freshcut-contrast.sublime-theme +++ b/sublimeui/contrast/freshcut-contrast.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [0, 0, 0], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [0, 0, 0], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [0, 168, 198], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [0, 168, 198], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [0, 168, 198], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/contrast/frontier-contrast.sublime-theme b/sublimeui/contrast/frontier-contrast.sublime-theme index d68ee60..b7aaf38 100644 --- a/sublimeui/contrast/frontier-contrast.sublime-theme +++ b/sublimeui/contrast/frontier-contrast.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [7, 5, 4], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [7, 5, 4], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [242, 58, 58], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [242, 58, 58], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [242, 58, 58], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/contrast/gloom-contrast.sublime-theme b/sublimeui/contrast/gloom-contrast.sublime-theme index 9b8b74e..c4ee856 100644 --- a/sublimeui/contrast/gloom-contrast.sublime-theme +++ b/sublimeui/contrast/gloom-contrast.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [5, 8, 5], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [5, 8, 5], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [255, 93, 56], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [255, 93, 56], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [255, 93, 56], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/contrast/glowfish-contrast.sublime-theme b/sublimeui/contrast/glowfish-contrast.sublime-theme index 5adcd40..c36692f 100644 --- a/sublimeui/contrast/glowfish-contrast.sublime-theme +++ b/sublimeui/contrast/glowfish-contrast.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [0, 1, 0], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [0, 1, 0], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [219, 120, 77], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [219, 120, 77], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [219, 120, 77], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/contrast/goldfish-contrast.sublime-theme b/sublimeui/contrast/goldfish-contrast.sublime-theme index 32cc51d..daaf349 100644 --- a/sublimeui/contrast/goldfish-contrast.sublime-theme +++ b/sublimeui/contrast/goldfish-contrast.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [2, 3, 4], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [2, 3, 4], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [250, 105, 0], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [250, 105, 0], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [250, 105, 0], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/contrast/grunge-contrast.sublime-theme b/sublimeui/contrast/grunge-contrast.sublime-theme index 3c5a284..48e46f8 100644 --- a/sublimeui/contrast/grunge-contrast.sublime-theme +++ b/sublimeui/contrast/grunge-contrast.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [2, 2, 0], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [2, 2, 0], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [245, 105, 145], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [245, 105, 145], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [245, 105, 145], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/contrast/halflife-contrast.sublime-theme b/sublimeui/contrast/halflife-contrast.sublime-theme index bd0717d..75b1314 100644 --- a/sublimeui/contrast/halflife-contrast.sublime-theme +++ b/sublimeui/contrast/halflife-contrast.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [0, 0, 0], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [0, 0, 0], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [125, 137, 145], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [125, 137, 145], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [125, 137, 145], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/contrast/hyrule-contrast.sublime-theme b/sublimeui/contrast/hyrule-contrast.sublime-theme index 50cd018..11e4d58 100644 --- a/sublimeui/contrast/hyrule-contrast.sublime-theme +++ b/sublimeui/contrast/hyrule-contrast.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [2, 2, 2], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [2, 2, 2], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [86, 158, 22], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [86, 158, 22], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [86, 158, 22], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/contrast/iceberg-contrast.sublime-theme b/sublimeui/contrast/iceberg-contrast.sublime-theme index e897de6..5e6450d 100644 --- a/sublimeui/contrast/iceberg-contrast.sublime-theme +++ b/sublimeui/contrast/iceberg-contrast.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [1, 4, 4], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [1, 4, 4], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [45, 141, 161], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [45, 141, 161], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [45, 141, 161], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/contrast/juicy-contrast.sublime-theme b/sublimeui/contrast/juicy-contrast.sublime-theme index cd0fecf..81488f0 100644 --- a/sublimeui/contrast/juicy-contrast.sublime-theme +++ b/sublimeui/contrast/juicy-contrast.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [0, 0, 0], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [0, 0, 0], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [59, 199, 184], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [59, 199, 184], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [59, 199, 184], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/contrast/keen-contrast.sublime-theme b/sublimeui/contrast/keen-contrast.sublime-theme index db1df78..2eaa3f2 100644 --- a/sublimeui/contrast/keen-contrast.sublime-theme +++ b/sublimeui/contrast/keen-contrast.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [0, 0, 0], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [0, 0, 0], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [135, 103, 183], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [135, 103, 183], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [135, 103, 183], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/contrast/laravel-contrast.sublime-theme b/sublimeui/contrast/laravel-contrast.sublime-theme index e62bf87..2c92b47 100644 --- a/sublimeui/contrast/laravel-contrast.sublime-theme +++ b/sublimeui/contrast/laravel-contrast.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [0, 0, 0], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [0, 0, 0], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [252, 107, 10], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [252, 107, 10], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [252, 107, 10], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/contrast/lavender-contrast.sublime-theme b/sublimeui/contrast/lavender-contrast.sublime-theme index 1249d84..fd83787 100644 --- a/sublimeui/contrast/lavender-contrast.sublime-theme +++ b/sublimeui/contrast/lavender-contrast.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [0, 0, 0], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [0, 0, 0], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [182, 87, 255], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [182, 87, 255], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [182, 87, 255], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/contrast/mellow-contrast.sublime-theme b/sublimeui/contrast/mellow-contrast.sublime-theme index 91c0c86..9a9e1ec 100644 --- a/sublimeui/contrast/mellow-contrast.sublime-theme +++ b/sublimeui/contrast/mellow-contrast.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [1, 0, 0], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [1, 0, 0], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [31, 129, 129], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [31, 129, 129], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [31, 129, 129], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/contrast/mud-contrast.sublime-theme b/sublimeui/contrast/mud-contrast.sublime-theme index 6ec867b..0c03a34 100644 --- a/sublimeui/contrast/mud-contrast.sublime-theme +++ b/sublimeui/contrast/mud-contrast.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [3, 1, 1], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [3, 1, 1], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [245, 82, 57], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [245, 82, 57], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [245, 82, 57], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/contrast/patriot-contrast.sublime-theme b/sublimeui/contrast/patriot-contrast.sublime-theme index 9d7f9be..f0109eb 100644 --- a/sublimeui/contrast/patriot-contrast.sublime-theme +++ b/sublimeui/contrast/patriot-contrast.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [3, 4, 5], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [3, 4, 5], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [46, 111, 217], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [46, 111, 217], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [46, 111, 217], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/contrast/peacock-contrast.sublime-theme b/sublimeui/contrast/peacock-contrast.sublime-theme index b8a75d5..9cbc37d 100644 --- a/sublimeui/contrast/peacock-contrast.sublime-theme +++ b/sublimeui/contrast/peacock-contrast.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [2, 2, 1], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [2, 2, 1], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [255, 93, 56], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [255, 93, 56], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [255, 93, 56], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/contrast/potpourri-contrast.sublime-theme b/sublimeui/contrast/potpourri-contrast.sublime-theme index 98bd393..d4175ec 100644 --- a/sublimeui/contrast/potpourri-contrast.sublime-theme +++ b/sublimeui/contrast/potpourri-contrast.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [3, 2, 2], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [3, 2, 2], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [237, 17, 83], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [237, 17, 83], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [237, 17, 83], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/contrast/revelation-contrast.sublime-theme b/sublimeui/contrast/revelation-contrast.sublime-theme index 8dc3472..5110b97 100644 --- a/sublimeui/contrast/revelation-contrast.sublime-theme +++ b/sublimeui/contrast/revelation-contrast.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [2, 1, 1], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [2, 1, 1], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [97, 127, 160], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [97, 127, 160], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [97, 127, 160], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/contrast/slime-contrast.sublime-theme b/sublimeui/contrast/slime-contrast.sublime-theme index eb27a52..2323cdd 100644 --- a/sublimeui/contrast/slime-contrast.sublime-theme +++ b/sublimeui/contrast/slime-contrast.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [1, 2, 3], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [1, 2, 3], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [106, 158, 197], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [106, 158, 197], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [106, 158, 197], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/contrast/snappy-contrast.sublime-theme b/sublimeui/contrast/snappy-contrast.sublime-theme index 74027a5..675490c 100644 --- a/sublimeui/contrast/snappy-contrast.sublime-theme +++ b/sublimeui/contrast/snappy-contrast.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [2, 2, 2], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [2, 2, 2], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [246, 97, 83], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [246, 97, 83], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [246, 97, 83], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/contrast/solarflare-contrast.sublime-theme b/sublimeui/contrast/solarflare-contrast.sublime-theme index 16966df..06b0c01 100644 --- a/sublimeui/contrast/solarflare-contrast.sublime-theme +++ b/sublimeui/contrast/solarflare-contrast.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [0, 0, 0], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [0, 0, 0], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [255, 78, 80], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [255, 78, 80], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [255, 78, 80], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/contrast/sourlick-contrast.sublime-theme b/sublimeui/contrast/sourlick-contrast.sublime-theme index c057c8c..3bfdb19 100644 --- a/sublimeui/contrast/sourlick-contrast.sublime-theme +++ b/sublimeui/contrast/sourlick-contrast.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [0, 0, 0], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [0, 0, 0], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [138, 194, 122], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [138, 194, 122], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [138, 194, 122], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/contrast/stark-contrast.sublime-theme b/sublimeui/contrast/stark-contrast.sublime-theme index c49f13e..bb8f86d 100644 --- a/sublimeui/contrast/stark-contrast.sublime-theme +++ b/sublimeui/contrast/stark-contrast.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [1, 0, 0], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [1, 0, 0], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [240, 49, 19], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [240, 49, 19], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [240, 49, 19], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/contrast/tron-contrast.sublime-theme b/sublimeui/contrast/tron-contrast.sublime-theme index 7d45467..80c3bc8 100644 --- a/sublimeui/contrast/tron-contrast.sublime-theme +++ b/sublimeui/contrast/tron-contrast.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [0, 0, 1], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [0, 0, 1], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [38, 127, 181], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [38, 127, 181], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [38, 127, 181], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/contrast/turnip-contrast.sublime-theme b/sublimeui/contrast/turnip-contrast.sublime-theme index 1624fa1..1abd808 100644 --- a/sublimeui/contrast/turnip-contrast.sublime-theme +++ b/sublimeui/contrast/turnip-contrast.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [0, 0, 0], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [0, 0, 0], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [72, 125, 118], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [72, 125, 118], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [72, 125, 118], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/contrast/zacks-contrast.sublime-theme b/sublimeui/contrast/zacks-contrast.sublime-theme index a31b8cc..272f190 100644 --- a/sublimeui/contrast/zacks-contrast.sublime-theme +++ b/sublimeui/contrast/zacks-contrast.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [0, 0, 0], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [0, 0, 0], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [255, 106, 56], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [255, 106, 56], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [255, 106, 56], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/crisp.sublime-theme b/sublimeui/crisp.sublime-theme index 4f3c98d..8999179 100644 --- a/sublimeui/crisp.sublime-theme +++ b/sublimeui/crisp.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [24, 16, 24], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [24, 16, 24], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [118, 84, 120], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [118, 84, 120], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [118, 84, 120], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/darkside.sublime-theme b/sublimeui/darkside.sublime-theme index 8ebdbd9..b7f338e 100644 --- a/sublimeui/darkside.sublime-theme +++ b/sublimeui/darkside.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [24, 25, 26], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [24, 25, 26], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [232, 52, 28], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [232, 52, 28], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [232, 52, 28], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/earthsong.sublime-theme b/sublimeui/earthsong.sublime-theme index 1787f16..0d7de0d 100644 --- a/sublimeui/earthsong.sublime-theme +++ b/sublimeui/earthsong.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [44, 39, 34], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [44, 39, 34], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [219, 120, 77], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [219, 120, 77], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [219, 120, 77], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/freshcut.sublime-theme b/sublimeui/freshcut.sublime-theme index 6c10058..44f6697 100644 --- a/sublimeui/freshcut.sublime-theme +++ b/sublimeui/freshcut.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [37, 38, 38], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [37, 38, 38], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [0, 168, 198], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [0, 168, 198], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [0, 168, 198], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/frontier.sublime-theme b/sublimeui/frontier.sublime-theme index 5b0e2f4..c24e389 100644 --- a/sublimeui/frontier.sublime-theme +++ b/sublimeui/frontier.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [44, 39, 34], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [44, 39, 34], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [242, 58, 58], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [242, 58, 58], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [242, 58, 58], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/github.sublime-theme b/sublimeui/github.sublime-theme index 43c51d7..38dbeb3 100644 --- a/sublimeui/github.sublime-theme +++ b/sublimeui/github.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [245, 245, 245], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [245, 245, 245], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [0, 128, 128], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [0, 128, 128], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [0, 128, 128], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/gloom.sublime-theme b/sublimeui/gloom.sublime-theme index 60258e9..9e3f9fa 100644 --- a/sublimeui/gloom.sublime-theme +++ b/sublimeui/gloom.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [32, 41, 33], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [32, 41, 33], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [255, 93, 56], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [255, 93, 56], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [255, 93, 56], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/glowfish.sublime-theme b/sublimeui/glowfish.sublime-theme index a6d81a2..57d5b58 100644 --- a/sublimeui/glowfish.sublime-theme +++ b/sublimeui/glowfish.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [15, 21, 9], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [15, 21, 9], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [219, 120, 77], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [219, 120, 77], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [219, 120, 77], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/goldfish.sublime-theme b/sublimeui/goldfish.sublime-theme index fcd167d..226a9d8 100644 --- a/sublimeui/goldfish.sublime-theme +++ b/sublimeui/goldfish.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [36, 41, 44], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [36, 41, 44], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [250, 105, 0], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [250, 105, 0], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [250, 105, 0], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/grunge.sublime-theme b/sublimeui/grunge.sublime-theme index 012b139..436658d 100644 --- a/sublimeui/grunge.sublime-theme +++ b/sublimeui/grunge.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [39, 41, 34], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [39, 41, 34], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [245, 105, 145], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [245, 105, 145], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [245, 105, 145], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/halflife.sublime-theme b/sublimeui/halflife.sublime-theme index f2fb8b2..05d59e4 100644 --- a/sublimeui/halflife.sublime-theme +++ b/sublimeui/halflife.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [24, 24, 24], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [24, 24, 24], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [125, 137, 145], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [125, 137, 145], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [125, 137, 145], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/heroku.sublime-theme b/sublimeui/heroku.sublime-theme index 3369849..cebca40 100644 --- a/sublimeui/heroku.sublime-theme +++ b/sublimeui/heroku.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [17, 17, 26], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [17, 17, 26], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [120, 115, 174], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [120, 115, 174], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [120, 115, 174], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/hyrule.sublime-theme b/sublimeui/hyrule.sublime-theme index 37f1467..50f0e64 100644 --- a/sublimeui/hyrule.sublime-theme +++ b/sublimeui/hyrule.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [35, 34, 33], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [35, 34, 33], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [86, 158, 22], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [86, 158, 22], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [86, 158, 22], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/iceberg.sublime-theme b/sublimeui/iceberg.sublime-theme index 0fb9fd6..e147433 100644 --- a/sublimeui/iceberg.sublime-theme +++ b/sublimeui/iceberg.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [40, 49, 51], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [40, 49, 51], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [45, 141, 161], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [45, 141, 161], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [45, 141, 161], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/juicy.sublime-theme b/sublimeui/juicy.sublime-theme index 03fe3e0..1d06c6a 100644 --- a/sublimeui/juicy.sublime-theme +++ b/sublimeui/juicy.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [24, 24, 24], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [24, 24, 24], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [59, 199, 184], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [59, 199, 184], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [59, 199, 184], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/keen.sublime-theme b/sublimeui/keen.sublime-theme index b1bb3df..1ba0513 100644 --- a/sublimeui/keen.sublime-theme +++ b/sublimeui/keen.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [7, 7, 7], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [7, 7, 7], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [135, 103, 183], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [135, 103, 183], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [135, 103, 183], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/kiwi.sublime-theme b/sublimeui/kiwi.sublime-theme index d8d9382..df39b30 100644 --- a/sublimeui/kiwi.sublime-theme +++ b/sublimeui/kiwi.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [12, 16, 15], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [12, 16, 15], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [149, 199, 42], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [149, 199, 42], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [149, 199, 42], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/laravel.sublime-theme b/sublimeui/laravel.sublime-theme index ee7ef94..7eee6f5 100644 --- a/sublimeui/laravel.sublime-theme +++ b/sublimeui/laravel.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [36, 34, 33], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [36, 34, 33], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [252, 107, 10], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [252, 107, 10], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [252, 107, 10], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/lavender.sublime-theme b/sublimeui/lavender.sublime-theme index ae283e2..8af8bda 100644 --- a/sublimeui/lavender.sublime-theme +++ b/sublimeui/lavender.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [31, 24, 36], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [31, 24, 36], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [182, 87, 255], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [182, 87, 255], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [182, 87, 255], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/legacy.sublime-theme b/sublimeui/legacy.sublime-theme index ced9cca..14d1f6a 100644 --- a/sublimeui/legacy.sublime-theme +++ b/sublimeui/legacy.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [10, 15, 21], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [10, 15, 21], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [38, 127, 181], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [38, 127, 181], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [38, 127, 181], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/light/earthsong-light.sublime-theme b/sublimeui/light/earthsong-light.sublime-theme index b05ae68..ba63e94 100644 --- a/sublimeui/light/earthsong-light.sublime-theme +++ b/sublimeui/light/earthsong-light.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [245, 245, 245], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [245, 245, 245], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [219, 120, 77], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [219, 120, 77], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [219, 120, 77], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/light/snappy-light.sublime-theme b/sublimeui/light/snappy-light.sublime-theme index fcdeb54..68b13d3 100644 --- a/sublimeui/light/snappy-light.sublime-theme +++ b/sublimeui/light/snappy-light.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [228, 228, 228], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [228, 228, 228], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [246, 97, 83], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [246, 97, 83], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [246, 97, 83], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/light/userscape.sublime-theme b/sublimeui/light/userscape.sublime-theme index d90ab1b..deacd2c 100644 --- a/sublimeui/light/userscape.sublime-theme +++ b/sublimeui/light/userscape.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [235, 238, 242], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [235, 238, 242], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [53, 91, 140], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [53, 91, 140], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [53, 91, 140], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/mellow.sublime-theme b/sublimeui/mellow.sublime-theme index 6d757a7..22be570 100644 --- a/sublimeui/mellow.sublime-theme +++ b/sublimeui/mellow.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [44, 39, 34], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [44, 39, 34], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [31, 129, 129], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [31, 129, 129], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [31, 129, 129], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/mintchoc.sublime-theme b/sublimeui/mintchoc.sublime-theme index ae58ed0..2ad06ad 100644 --- a/sublimeui/mintchoc.sublime-theme +++ b/sublimeui/mintchoc.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [33, 24, 18], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [33, 24, 18], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [0, 141, 98], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [0, 141, 98], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [0, 141, 98], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/mud.sublime-theme b/sublimeui/mud.sublime-theme index d3cf609..226fea7 100644 --- a/sublimeui/mud.sublime-theme +++ b/sublimeui/mud.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [54, 44, 43], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [54, 44, 43], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [255, 151, 135], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [255, 151, 135], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [255, 151, 135], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/otakon.sublime-theme b/sublimeui/otakon.sublime-theme index ebea153..9f0f038 100644 --- a/sublimeui/otakon.sublime-theme +++ b/sublimeui/otakon.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [13, 10, 13], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [13, 10, 13], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [246, 230, 235], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [246, 230, 235], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [246, 230, 235], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/pastel.sublime-theme b/sublimeui/pastel.sublime-theme index 2702abb..cba6690 100644 --- a/sublimeui/pastel.sublime-theme +++ b/sublimeui/pastel.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [24, 24, 24], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [24, 24, 24], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [4, 196, 165], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [4, 196, 165], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [4, 196, 165], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/patriot.sublime-theme b/sublimeui/patriot.sublime-theme index 1279674..1f4c248 100644 --- a/sublimeui/patriot.sublime-theme +++ b/sublimeui/patriot.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [35, 39, 41], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [35, 39, 41], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [46, 111, 217], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [46, 111, 217], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [46, 111, 217], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/peacock.sublime-theme b/sublimeui/peacock.sublime-theme index 26d2997..6d1af4c 100644 --- a/sublimeui/peacock.sublime-theme +++ b/sublimeui/peacock.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [33, 32, 29], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [33, 32, 29], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [255, 93, 56], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [255, 93, 56], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [255, 93, 56], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/peacocks-in-space.sublime-theme b/sublimeui/peacocks-in-space.sublime-theme index cec63fe..341de53 100644 --- a/sublimeui/peacocks-in-space.sublime-theme +++ b/sublimeui/peacocks-in-space.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [33, 38, 49], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [33, 38, 49], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [255, 93, 56], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [255, 93, 56], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [255, 93, 56], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/peel.sublime-theme b/sublimeui/peel.sublime-theme index f6ed04e..bf1f957 100644 --- a/sublimeui/peel.sublime-theme +++ b/sublimeui/peel.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [25, 22, 18], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [25, 22, 18], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [211, 100, 59], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [211, 100, 59], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [211, 100, 59], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/piggy.sublime-theme b/sublimeui/piggy.sublime-theme index 7fa6b0c..1a879e9 100644 --- a/sublimeui/piggy.sublime-theme +++ b/sublimeui/piggy.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [18, 12, 14], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [18, 12, 14], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [253, 106, 93], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [253, 106, 93], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [253, 106, 93], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/potpourri.sublime-theme b/sublimeui/potpourri.sublime-theme index e3edf39..89c9c99 100644 --- a/sublimeui/potpourri.sublime-theme +++ b/sublimeui/potpourri.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [36, 33, 34], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [36, 33, 34], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [237, 17, 83], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [237, 17, 83], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [237, 17, 83], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/rainbow.sublime-theme b/sublimeui/rainbow.sublime-theme index 8fbd28b..b48a14b 100644 --- a/sublimeui/rainbow.sublime-theme +++ b/sublimeui/rainbow.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [12, 14, 16], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [12, 14, 16], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [239, 116, 111], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [239, 116, 111], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [239, 116, 111], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/revelation.sublime-theme b/sublimeui/revelation.sublime-theme index 81d68ce..d5fd2a8 100644 --- a/sublimeui/revelation.sublime-theme +++ b/sublimeui/revelation.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [36, 34, 33], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [36, 34, 33], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [97, 127, 160], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [97, 127, 160], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [97, 127, 160], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/shrek.sublime-theme b/sublimeui/shrek.sublime-theme index 5a34b47..154d663 100644 --- a/sublimeui/shrek.sublime-theme +++ b/sublimeui/shrek.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [24, 24, 24], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [24, 24, 24], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [133, 122, 94], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [133, 122, 94], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [133, 122, 94], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/slate.sublime-theme b/sublimeui/slate.sublime-theme index c162305..608d1b6 100644 --- a/sublimeui/slate.sublime-theme +++ b/sublimeui/slate.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [15, 15, 21], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [15, 15, 21], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [137, 167, 177], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [137, 167, 177], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [137, 167, 177], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/slime.sublime-theme b/sublimeui/slime.sublime-theme index 235a412..d1225e1 100644 --- a/sublimeui/slime.sublime-theme +++ b/sublimeui/slime.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [31, 35, 38], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [31, 35, 38], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [159, 179, 194], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [159, 179, 194], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [159, 179, 194], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/snappy.sublime-theme b/sublimeui/snappy.sublime-theme index 2ef1c27..e331db3 100644 --- a/sublimeui/snappy.sublime-theme +++ b/sublimeui/snappy.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [47, 47, 47], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [47, 47, 47], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [246, 97, 83], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [246, 97, 83], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [246, 97, 83], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/solarflare.sublime-theme b/sublimeui/solarflare.sublime-theme index e9bca01..16ac900 100644 --- a/sublimeui/solarflare.sublime-theme +++ b/sublimeui/solarflare.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [24, 24, 24], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [24, 24, 24], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [255, 78, 80], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [255, 78, 80], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [255, 78, 80], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/sourlick.sublime-theme b/sublimeui/sourlick.sublime-theme index 9a7cf7f..fa6f5a2 100644 --- a/sublimeui/sourlick.sublime-theme +++ b/sublimeui/sourlick.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [36, 34, 33], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [36, 34, 33], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [138, 194, 122], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [138, 194, 122], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [138, 194, 122], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/spearmint.sublime-theme b/sublimeui/spearmint.sublime-theme index 2905a6c..2af7299 100644 --- a/sublimeui/spearmint.sublime-theme +++ b/sublimeui/spearmint.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [215, 230, 228], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [215, 230, 228], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [37, 128, 138], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [37, 128, 138], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [37, 128, 138], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/stark.sublime-theme b/sublimeui/stark.sublime-theme index 1888c64..6054d7f 100644 --- a/sublimeui/stark.sublime-theme +++ b/sublimeui/stark.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [36, 34, 33], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [36, 34, 33], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [240, 49, 19], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [240, 49, 19], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [240, 49, 19], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/super.sublime-theme b/sublimeui/super.sublime-theme index 039ce01..a77bef0 100644 --- a/sublimeui/super.sublime-theme +++ b/sublimeui/super.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [11, 15, 19], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [11, 15, 19], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [214, 2, 87], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [214, 2, 87], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [214, 2, 87], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/tonic.sublime-theme b/sublimeui/tonic.sublime-theme index 431fd9c..e60b551 100644 --- a/sublimeui/tonic.sublime-theme +++ b/sublimeui/tonic.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [32, 37, 39], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [32, 37, 39], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [184, 205, 68], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [184, 205, 68], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [184, 205, 68], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/tribal.sublime-theme b/sublimeui/tribal.sublime-theme index 8869432..7cdb097 100644 --- a/sublimeui/tribal.sublime-theme +++ b/sublimeui/tribal.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [15, 15, 19], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [15, 15, 19], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [95, 85, 130], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [95, 85, 130], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [95, 85, 130], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/tron.sublime-theme b/sublimeui/tron.sublime-theme index e02f989..5e07244 100644 --- a/sublimeui/tron.sublime-theme +++ b/sublimeui/tron.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [10, 15, 21], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [10, 15, 21], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [38, 127, 181], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [38, 127, 181], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [38, 127, 181], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/turnip.sublime-theme b/sublimeui/turnip.sublime-theme index 9736711..6bfdb75 100644 --- a/sublimeui/turnip.sublime-theme +++ b/sublimeui/turnip.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [16, 17, 19], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [16, 17, 19], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [72, 125, 118], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [72, 125, 118], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [72, 125, 118], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/yule.sublime-theme b/sublimeui/yule.sublime-theme index 8d19b49..9ddc775 100644 --- a/sublimeui/yule.sublime-theme +++ b/sublimeui/yule.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [33, 32, 29], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [33, 32, 29], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [214, 49, 49], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [214, 49, 49], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [214, 49, 49], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false diff --git a/sublimeui/zacks.sublime-theme b/sublimeui/zacks.sublime-theme index c257665..f788152 100644 --- a/sublimeui/zacks.sublime-theme +++ b/sublimeui/zacks.sublime-theme @@ -228,7 +228,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [24, 24, 24], // -01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -238,7 +238,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [24, 24, 24], // -01 "layer0.inner_margin": [0,0], "blur": true }, @@ -246,7 +246,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint": [35, 40, 48], // -01 + "layer0.tint": [255, 106, 56], // -01 "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, @@ -254,7 +254,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [255, 106, 56], // 01 "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -265,7 +265,7 @@ "class": "puck_control", "attributes": ["horizontal"], // "layer0.texture": "", - "layer0.tint": [52, 61, 70], // 01 + "layer0.tint": [255, 106, 56], // 01 "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false