Skip to content

Commit

Permalink
Fixing AS keyword and standard scrollbars in UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
daylerees committed Feb 26, 2014
1 parent b5aebfc commit 40f4a90
Show file tree
Hide file tree
Showing 176 changed files with 533 additions and 533 deletions.
2 changes: 1 addition & 1 deletion build/resources/patterns/sublime/sublime.pattern
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<key>name</key>
<string>Function argument</string>
<key>scope</key>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit</string>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down
20 changes: 10 additions & 10 deletions build/resources/patterns/sublimeui/sublimeui.pattern
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -239,23 +239,23 @@
"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
},
// Standard scroll bar corner
{
"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
},
// Standard vertical scroll puck
{
"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],
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -1308,23 +1308,23 @@
"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
},
// Standard scroll bar corner
{
"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
},
// Standard vertical scroll puck
{
"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],
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sublime/arstotzka.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<key>name</key>
<string>Function argument</string>
<key>scope</key>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit</string>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down
2 changes: 1 addition & 1 deletion sublime/azure.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<key>name</key>
<string>Function argument</string>
<key>scope</key>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit</string>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down
2 changes: 1 addition & 1 deletion sublime/bold.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<key>name</key>
<string>Function argument</string>
<key>scope</key>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit</string>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down
2 changes: 1 addition & 1 deletion sublime/boxuk.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<key>name</key>
<string>Function argument</string>
<key>scope</key>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit</string>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down
2 changes: 1 addition & 1 deletion sublime/carbonight.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<key>name</key>
<string>Function argument</string>
<key>scope</key>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit</string>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down
2 changes: 1 addition & 1 deletion sublime/chocolate.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<key>name</key>
<string>Function argument</string>
<key>scope</key>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit</string>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down
2 changes: 1 addition & 1 deletion sublime/contrast/carbonight-contrast.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<key>name</key>
<string>Function argument</string>
<key>scope</key>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit</string>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down
2 changes: 1 addition & 1 deletion sublime/contrast/darkside-contrast.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<key>name</key>
<string>Function argument</string>
<key>scope</key>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit</string>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down
2 changes: 1 addition & 1 deletion sublime/contrast/earthsong-contrast.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<key>name</key>
<string>Function argument</string>
<key>scope</key>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit</string>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down
2 changes: 1 addition & 1 deletion sublime/contrast/freshcut-contrast.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<key>name</key>
<string>Function argument</string>
<key>scope</key>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit</string>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down
2 changes: 1 addition & 1 deletion sublime/contrast/frontier-contrast.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<key>name</key>
<string>Function argument</string>
<key>scope</key>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit</string>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down
2 changes: 1 addition & 1 deletion sublime/contrast/gloom-contrast.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<key>name</key>
<string>Function argument</string>
<key>scope</key>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit</string>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down
2 changes: 1 addition & 1 deletion sublime/contrast/glowfish-contrast.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<key>name</key>
<string>Function argument</string>
<key>scope</key>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit</string>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down
2 changes: 1 addition & 1 deletion sublime/contrast/goldfish-contrast.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<key>name</key>
<string>Function argument</string>
<key>scope</key>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit</string>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down
2 changes: 1 addition & 1 deletion sublime/contrast/grunge-contrast.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<key>name</key>
<string>Function argument</string>
<key>scope</key>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit</string>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down
2 changes: 1 addition & 1 deletion sublime/contrast/halflife-contrast.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<key>name</key>
<string>Function argument</string>
<key>scope</key>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit</string>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down
2 changes: 1 addition & 1 deletion sublime/contrast/hyrule-contrast.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<key>name</key>
<string>Function argument</string>
<key>scope</key>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit</string>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down
2 changes: 1 addition & 1 deletion sublime/contrast/iceberg-contrast.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<key>name</key>
<string>Function argument</string>
<key>scope</key>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit</string>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down
2 changes: 1 addition & 1 deletion sublime/contrast/juicy-contrast.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<key>name</key>
<string>Function argument</string>
<key>scope</key>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit</string>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down
2 changes: 1 addition & 1 deletion sublime/contrast/keen-contrast.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<key>name</key>
<string>Function argument</string>
<key>scope</key>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit</string>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down
2 changes: 1 addition & 1 deletion sublime/contrast/laravel-contrast.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<key>name</key>
<string>Function argument</string>
<key>scope</key>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit</string>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down
2 changes: 1 addition & 1 deletion sublime/contrast/lavender-contrast.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<key>name</key>
<string>Function argument</string>
<key>scope</key>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit</string>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down
2 changes: 1 addition & 1 deletion sublime/contrast/mellow-contrast.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<key>name</key>
<string>Function argument</string>
<key>scope</key>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit</string>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down
2 changes: 1 addition & 1 deletion sublime/contrast/mud-contrast.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<key>name</key>
<string>Function argument</string>
<key>scope</key>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit</string>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down
2 changes: 1 addition & 1 deletion sublime/contrast/patriot-contrast.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ Find more themes at : https://github.com/daylerees/colour-schemes
<key>name</key>
<string>Function argument</string>
<key>scope</key>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit</string>
<string>keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down
Loading

0 comments on commit 40f4a90

Please sign in to comment.