Skip to content

Commit

Permalink
fix: Improve Lighter contrast
Browse files Browse the repository at this point in the history
Close #676
  • Loading branch information
equinusocio committed Jul 31, 2016
1 parent d0e076c commit 9ef73de
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .src/settings/specific/Material-Theme-Lighter.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"black": "#000000",
"red": "#E53935",
"orange": "#F76D47",
"yellow": "#FFC000",
"yellow": "#FFB62C",
"green": "#91B859",
"cyan": "#39ADB5",
"blue": "#6182B8",
Expand Down
2 changes: 1 addition & 1 deletion schemes/Material-Theme-Darker.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<key>phantomCss</key>
<string><![CDATA[ html { position: relative; } ]]></string>
<key>popupCss</key>
<string><![CDATA[ html { background-color: #212121; color: #eeffffff; padding: 16px; } a { color: #B2CCD6; display: block; line-height: 1; } .error, .deleted { color: #FF5370; } .success, .inserted { color: #C3E88D; } .warning, .modified { color: #FFCB6B; } ]]></string>
<string><![CDATA[ html { background-color: #212121; color: #eeffffff; padding: 16px; } a { color: #B2CCD6; display: block; line-height: 16px; } .error, .deleted { color: #FF5370; } .success, .inserted { color: #C3E88D; } .warning, .modified { color: #FFCB6B; } ]]></string>
<key>selection</key>
<string>#61616150</string>
<key>selectionBorder</key>
Expand Down
14 changes: 7 additions & 7 deletions schemes/Material-Theme-Lighter.YAML-tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ settings:
color: #91B859;
}
.warning, .modified {
color: #FFC000;
color: #FFB62C;
}
]]>"
phantomCss: "<![CDATA[
Expand Down Expand Up @@ -132,7 +132,7 @@ settings:
scope: entity.name.class, entity.name.type.class, support.type, support.class, support.orther.namespace.use.php,
meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types
settings:
foreground: '#FFC000'
foreground: '#FFB62C'

- name: CSS Class and Support
scope: source.css support.type, source.sass support.type, source.scss support.type, source.less support.type, source.stylus support.type
Expand Down Expand Up @@ -168,13 +168,13 @@ settings:
- name: HTML Attributes
scope: text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name
settings:
foreground: '#FFC000'
foreground: '#FFB62C'
fontStyle: 'italic'

- name: CSS Classes
scope: entity.other.attribute-name.class
settings:
foreground: '#FFC000'
foreground: '#FFB62C'

- name: CSS Id
scope: source.sass keyword.control
Expand Down Expand Up @@ -273,7 +273,7 @@ settings:
- name: JSON Key - Level 1
scope: source.json meta meta.structure.dictionary.json string.quoted.double.json - meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta.structure.dictionary.json punctuation.definition.string - meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string
settings:
foreground: '#FFC000'
foreground: '#FFB62C'

- name: JSON Key - Level 0
scope: source.json meta.structure.dictionary.json string.quoted.double.json - meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta.structure.dictionary.json punctuation.definition.string - meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string
Expand Down Expand Up @@ -411,7 +411,7 @@ settings:
- name: SublimeLinter Warning
scope: sublimelinter.mark.warning
settings:
foreground: '#FFC000'
foreground: '#FFB62C'

- name: SublimeLinter Gutter Mark
scope: sublimelinter.gutter-mark
Expand Down Expand Up @@ -448,7 +448,7 @@ settings:
- name: GitGutter Changed
scope: markup.changed.git_gutter
settings:
foreground: '#FFC000'
foreground: '#FFB62C'

- name: GitGutter Deleted
scope: markup.deleted.git_gutter
Expand Down
14 changes: 7 additions & 7 deletions schemes/Material-Theme-Lighter.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<key>phantomCss</key>
<string><![CDATA[ html { position: relative; } ]]></string>
<key>popupCss</key>
<string><![CDATA[ html { background-color: #fafafa; color: #80CBC4; padding: 16px; } a { color: #8796B0; display: block; line-height: 16px; } .error, .deleted { color: #E53935; } .success, .inserted { color: #91B859; } .warning, .modified { color: #FFC000; } ]]></string>
<string><![CDATA[ html { background-color: #fafafa; color: #80CBC4; padding: 16px; } a { color: #8796B0; display: block; line-height: 16px; } .error, .deleted { color: #E53935; } .success, .inserted { color: #91B859; } .warning, .modified { color: #FFB62C; } ]]></string>
<key>selection</key>
<string>#80CBC440</string>
<key>selectionBorder</key>
Expand Down Expand Up @@ -206,7 +206,7 @@
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FFC000</string>
<string>#FFB62C</string>
</dict>
</dict>
<dict>
Expand Down Expand Up @@ -287,7 +287,7 @@
<key>fontStyle</key>
<string>italic</string>
<key>foreground</key>
<string>#FFC000</string>
<string>#FFB62C</string>
</dict>
</dict>
<dict>
Expand All @@ -298,7 +298,7 @@
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FFC000</string>
<string>#FFB62C</string>
</dict>
</dict>
<dict>
Expand Down Expand Up @@ -511,7 +511,7 @@
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FFC000</string>
<string>#FFB62C</string>
</dict>
</dict>
<dict>
Expand Down Expand Up @@ -798,7 +798,7 @@
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FFC000</string>
<string>#FFB62C</string>
</dict>
</dict>
<dict>
Expand Down Expand Up @@ -875,7 +875,7 @@
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FFC000</string>
<string>#FFB62C</string>
</dict>
</dict>
<dict>
Expand Down

0 comments on commit 9ef73de

Please sign in to comment.