Skip to content

Commit

Permalink
fix: Fix schemes with new mdpopups
Browse files Browse the repository at this point in the history
  • Loading branch information
equinusocio committed Aug 11, 2016
1 parent a5f150f commit 2babeb7
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .src/schemes/scheme.YAML-tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ settings:
color: <%= scheme.base.yellow %>;
}
]]>"
phantomCss: "<![CDATA[
html {
position: relative;
}
]]>"

# >> General

Expand Down
5 changes: 0 additions & 5 deletions schemes/Material-Theme-Darker.YAML-tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ settings:
color: #FFCB6B;
}
]]>"
phantomCss: "<![CDATA[
html {
position: relative;
}
]]>"

# >> General

Expand Down
2 changes: 0 additions & 2 deletions schemes/Material-Theme-Darker.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
<string>#65737e</string>
<key>lineHighlight</key>
<string>#00000050</string>
<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; line-height: 16px; } .error, .deleted { color: #FF5370; } .success, .inserted { color: #C3E88D; } .warning, .modified { color: #FFCB6B; } ]]></string>
<key>selection</key>
Expand Down
5 changes: 0 additions & 5 deletions schemes/Material-Theme-Lighter.YAML-tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ settings:
color: #FFB62C;
}
]]>"
phantomCss: "<![CDATA[
html {
position: relative;
}
]]>"

# >> General

Expand Down
2 changes: 0 additions & 2 deletions schemes/Material-Theme-Lighter.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
<string>#E7EAEC</string>
<key>lineHighlight</key>
<string>#90A4AE20</string>
<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; line-height: 16px; } .error, .deleted { color: #E53935; } .success, .inserted { color: #91B859; } .warning, .modified { color: #FFB62C; } ]]></string>
<key>selection</key>
Expand Down
5 changes: 0 additions & 5 deletions schemes/Material-Theme.YAML-tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ settings:
color: #FFCB6B;
}
]]>"
phantomCss: "<![CDATA[
html {
position: relative;
}
]]>"

# >> General

Expand Down
2 changes: 0 additions & 2 deletions schemes/Material-Theme.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
<string>#65737e</string>
<key>lineHighlight</key>
<string>#00000050</string>
<key>phantomCss</key>
<string><![CDATA[ html { position: relative; } ]]></string>
<key>popupCss</key>
<string><![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; } ]]></string>
<key>selection</key>
Expand Down

0 comments on commit 2babeb7

Please sign in to comment.