Skip to content

Commit

Permalink
fix: default line highlight color
Browse files Browse the repository at this point in the history
  • Loading branch information
equinusocio committed Jun 10, 2016
1 parent 056b7d4 commit c75ac15
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions schemes/Material-Theme.YAML-tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ settings:
stackGuides: '#37474Fff'
gutterForeground: '#37474F'
invisibles: '#65737e'
lineHighlight: '#00000030'
lineHighlight: '#00000050'
selection: '#80CBC420'
selectionBorder: '#80CBC420'
shadow: '#00000010'
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: '#eeffff'

- 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
8 changes: 4 additions & 4 deletions schemes/Material-Theme.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<key>invisibles</key>
<string>#65737e</string>
<key>lineHighlight</key>
<string>#00000030</string>
<string>#00000050</string>
<key>selection</key>
<string>#80CBC420</string>
<key>selectionBorder</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>#eeffff</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
2 changes: 1 addition & 1 deletion src/settings/specific/Material-Theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"stackGuides": "#37474Fff",
"gutter": "#37474F",
"invisibles": "#65737e",
"highlight": "#00000030",
"highlight": "#00000050",
"selection": "#80CBC420",
"shadow": "#00000010",
"keywords": "#cfd8dc",
Expand Down
2 changes: 1 addition & 1 deletion widgets/Widget - Material-Theme.stTheme
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<key>invisibles</key>
<string>#65737e</string>
<key>lineHighlight</key>
<string>#00000030</string>
<string>#00000050</string>
<key>selection</key>
<string>#80CBC420</string>
<key>selectionBorder</key>
Expand Down

0 comments on commit c75ac15

Please sign in to comment.