Skip to content

Commit

Permalink
fix: Schemes color
Browse files Browse the repository at this point in the history
  • Loading branch information
equinusocio committed Jun 10, 2016
1 parent 71ce945 commit d2c5cf1
Show file tree
Hide file tree
Showing 10 changed files with 68 additions and 32 deletions.
17 changes: 9 additions & 8 deletions schemes/Material-Theme-Darker.YAML-tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ settings:
stackGuides: '#42424280'
gutterForeground: '#424242'
invisibles: '#65737e'
lineHighlight: '#00000030'
selection: '#61616140'
selectionBorder: '#61616140'
lineHighlight: '#00000050'
selection: '#61616150'
selectionBorder: '#61616150'
shadow: '#00000010'

# >> General
Expand All @@ -32,7 +32,7 @@ settings:
fontStyle: 'italic'

- name: Variable
scope: variable
scope: variable, string constant.other.placeholder
settings:
foreground: '#eeffffff'

Expand Down Expand Up @@ -320,13 +320,13 @@ settings:
- name: Markdown - Raw Block Fenced
scope: markup.raw.block.fenced.markdown
settings:
background: '#00000030'
background: '#00000050'
foreground: '#eeffffff'

- name: Markdown - Fenced Bode Block
scope: punctuation.definition.fenced.markdown, variable.language.fenced.markdown
settings:
background: '#00000030'
background: '#00000050'
foreground: '#65737e'

- name: Markdown - Fenced Language
Expand All @@ -338,7 +338,7 @@ settings:
- name: Markdown - Separator
scope: meta.separator
settings:
background: '#00000030'
background: '#00000050'
fontStyle: 'bold'
foreground: '#65737e'

Expand Down Expand Up @@ -389,7 +389,8 @@ settings:
- name: SublimeLinter Error
scope: sublimelinter.mark.error
settings:
foreground: '#FF5370'
foreground: '#ffffff'
background: '#FF5370'

- name: SublimeLinter Annotation
scope: sublimelinter.annotations
Expand Down
18 changes: 10 additions & 8 deletions schemes/Material-Theme-Darker.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
<key>invisibles</key>
<string>#65737e</string>
<key>lineHighlight</key>
<string>#00000030</string>
<string>#00000050</string>
<key>selection</key>
<string>#61616140</string>
<string>#61616150</string>
<key>selectionBorder</key>
<string>#61616140</string>
<string>#61616150</string>
<key>shadow</key>
<string>#00000010</string>
<key>stackGuides</key>
Expand All @@ -58,7 +58,7 @@
<key>name</key>
<string>Variable</string>
<key>scope</key>
<string>variable</string>
<string>variable, string constant.other.placeholder</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down Expand Up @@ -662,7 +662,7 @@
<key>settings</key>
<dict>
<key>background</key>
<string>#00000030</string>
<string>#00000050</string>
<key>foreground</key>
<string>#eeffffff</string>
</dict>
Expand All @@ -675,7 +675,7 @@
<key>settings</key>
<dict>
<key>background</key>
<string>#00000030</string>
<string>#00000050</string>
<key>foreground</key>
<string>#65737e</string>
</dict>
Expand All @@ -701,7 +701,7 @@
<key>settings</key>
<dict>
<key>background</key>
<string>#00000030</string>
<string>#00000050</string>
<key>fontStyle</key>
<string>bold</string>
<key>foreground</key>
Expand Down Expand Up @@ -802,8 +802,10 @@
<string>sublimelinter.mark.error</string>
<key>settings</key>
<dict>
<key>foreground</key>
<key>background</key>
<string>#FF5370</string>
<key>foreground</key>
<string>#ffffff</string>
</dict>
</dict>
<dict>
Expand Down
5 changes: 3 additions & 2 deletions schemes/Material-Theme-Lighter.YAML-tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ settings:
fontStyle: 'italic'

- name: Variable
scope: variable
scope: variable, string constant.other.placeholder
settings:
foreground: '#80CBC4'

Expand Down Expand Up @@ -389,7 +389,8 @@ settings:
- name: SublimeLinter Error
scope: sublimelinter.mark.error
settings:
foreground: '#E53935'
foreground: '#ffffff'
background: '#E53935'

- name: SublimeLinter Annotation
scope: sublimelinter.annotations
Expand Down
6 changes: 4 additions & 2 deletions schemes/Material-Theme-Lighter.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<key>name</key>
<string>Variable</string>
<key>scope</key>
<string>variable</string>
<string>variable, string constant.other.placeholder</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down Expand Up @@ -802,8 +802,10 @@
<string>sublimelinter.mark.error</string>
<key>settings</key>
<dict>
<key>foreground</key>
<key>background</key>
<string>#E53935</string>
<key>foreground</key>
<string>#ffffff</string>
</dict>
</dict>
<dict>
Expand Down
5 changes: 3 additions & 2 deletions schemes/Material-Theme.YAML-tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ settings:
fontStyle: 'italic'

- name: Variable
scope: variable
scope: variable, string constant.other.placeholder
settings:
foreground: '#eeffff'

Expand Down Expand Up @@ -389,7 +389,8 @@ settings:
- name: SublimeLinter Error
scope: sublimelinter.mark.error
settings:
foreground: '#FF5370'
foreground: '#ffffff'
background: '#FF5370'

- name: SublimeLinter Annotation
scope: sublimelinter.annotations
Expand Down
6 changes: 4 additions & 2 deletions schemes/Material-Theme.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<key>name</key>
<string>Variable</string>
<key>scope</key>
<string>variable</string>
<string>variable, string constant.other.placeholder</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down Expand Up @@ -802,8 +802,10 @@
<string>sublimelinter.mark.error</string>
<key>settings</key>
<dict>
<key>foreground</key>
<key>background</key>
<string>#FF5370</string>
<key>foreground</key>
<string>#ffffff</string>
</dict>
</dict>
<dict>
Expand Down
4 changes: 2 additions & 2 deletions src/settings/specific/Material-Theme-Darker.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"stackGuides": "#42424280",
"gutter": "#424242",
"invisibles": "#65737e",
"highlight": "#00000030",
"selection": "#61616140",
"highlight": "#00000050",
"selection": "#61616150",
"shadow": "#00000010",
"keywords": "#cfd8dc",
"constant": "#80CBC4",
Expand Down
17 changes: 13 additions & 4 deletions widgets/Widget - Material-Theme-Darker.stTheme
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
<key>invisibles</key>
<string>#65737e</string>
<key>lineHighlight</key>
<string>#00000030</string>
<string>#00000050</string>
<key>selection</key>
<string>#61616140</string>
<string>#61616150</string>
<key>selectionBorder</key>
<string>#61616140</string>
<string>#61616150</string>
</dict>
</dict>
<dict>
Expand All @@ -55,6 +55,15 @@
<string></string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>keyword.control.character-class</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FF5370</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>constant</string>
Expand All @@ -66,7 +75,7 @@
</dict>
<dict>
<key>scope</key>
<string>string</string>
<string>string, keyword.operator.quantifier</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down
11 changes: 10 additions & 1 deletion widgets/Widget - Material-Theme-Lighter.stTheme
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@
<string></string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>keyword.control.character-class</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#E53935</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>constant</string>
Expand All @@ -66,7 +75,7 @@
</dict>
<dict>
<key>scope</key>
<string>string</string>
<string>string, keyword.operator.quantifier</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down
11 changes: 10 additions & 1 deletion widgets/Widget - Material-Theme.stTheme
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@
<string></string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>keyword.control.character-class</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FF5370</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>constant</string>
Expand All @@ -66,7 +75,7 @@
</dict>
<dict>
<key>scope</key>
<string>string</string>
<string>string, keyword.operator.quantifier</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down

0 comments on commit d2c5cf1

Please sign in to comment.