Skip to content

Commit

Permalink
fix: Fix editors popup style
Browse files Browse the repository at this point in the history
Fix #1156
  • Loading branch information
equinusocio committed Jul 24, 2017
1 parent e8e5ac8 commit c45960f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion schemes/Material-Theme-Darker.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<string>#65737e</string>
<key>lineHighlight</key>
<string>#00000050</string>
<key>popupCss</key>
<key>phantomCss</key>
<string><![CDATA[ html { background-color: #212121; color: #eeffffff; padding: 16px; } a { color: #B2CCD6; line-height: 16px; } .error, .deleted { color: #FF5370; } .success, .inserted { color: #C3E88D; } .warning, .modified { color: #FFCB6B; } .type { color: #89DDFF; font-style: italic; } .param { color: #F78C6C; } .current { text-decoration: underline; } ]]></string>
<key>selection</key>
<string>#61616150</string>
Expand Down
2 changes: 1 addition & 1 deletion schemes/Material-Theme-Lighter.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<string>#E7EAEC</string>
<key>lineHighlight</key>
<string>#90A4AE20</string>
<key>popupCss</key>
<key>phantomCss</key>
<string><![CDATA[ html { background-color: #fafafa; color: #80CBC4; padding: 16px; } a { color: #8796B0; line-height: 16px; } .error, .deleted { color: #E53935; } .success, .inserted { color: #91B859; } .warning, .modified { color: #FFB62C; } .type { color: #39ADB5; font-style: italic; } .param { color: #F76D47; } .current { text-decoration: underline; } ]]></string>
<key>selection</key>
<string>#80CBC440</string>
Expand Down
2 changes: 1 addition & 1 deletion schemes/Material-Theme-Palenight.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<string>#4E5579</string>
<key>lineHighlight</key>
<string>#00000030</string>
<key>popupCss</key>
<key>phantomCss</key>
<string><![CDATA[ html { background-color: #292D3E; color: #959DCB; padding: 16px; } a { color: #B2CCD6; line-height: 16px; } .error, .deleted { color: #FF5370; } .success, .inserted { color: #C3E88D; } .warning, .modified { color: #FFCB6B; } .type { color: #89DDFF; font-style: italic; } .param { color: #F78C6C; } .current { text-decoration: underline; } ]]></string>
<key>selection</key>
<string>#717CB440</string>
Expand Down
2 changes: 1 addition & 1 deletion schemes/Material-Theme.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<string>#65737e</string>
<key>lineHighlight</key>
<string>#00000050</string>
<key>popupCss</key>
<key>phantomCss</key>
<string>&lt;![CDATA[ html { background-color: #263238; color: #eeffff; padding: 16px; } a { color: #B2CCD6; line-height: 16px; } .error, .deleted { color: #FF5370; } .success, .inserted { color: #C3E88D; } .warning, .modified { color: #FFCB6B; } .type { color: #89DDFF; font-style: italic; } .param { color: #F78C6C; } .current { text-decoration: underline; } ]]&gt;</string>
<key>selection</key>
<string>#80CBC420</string>
Expand Down
2 changes: 1 addition & 1 deletion sources/schemes/scheme.YAML-tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ settings:
selection: '<%= scheme.selection %>'
selectionBorder: '<%= scheme.selection %>'
shadow: '<%= scheme.shadow %>'
popupCss: "<![CDATA[
phantomCss: "<![CDATA[
html {
background-color: <%= scheme.background %>;
color: <%= scheme.foreground %>;
Expand Down

0 comments on commit c45960f

Please sign in to comment.