Skip to content

Commit

Permalink
add tooltip css
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen Lageveen committed Jun 22, 2016
1 parent 213906c commit efed07d
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Solarized (dark).tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,27 @@
<!-- <string>#dddd45</string> -->
<!-- <key>findHighlightForeground</key> -->
<!-- <string>#fdf6e3</string> -->

<key>popupCss</key>
<string><![CDATA[
html {
background-color: #002b36;
color: #839496;
}
a {
color: #2aa198;
}
.error, .deleted {
color: #dc322f;
}
.success, .inserted {
color: #859900;
}
.warning, .modified {
color: #b58900;
}
]]></string>

</dict>
</dict>

Expand Down
21 changes: 21 additions & 0 deletions Solarized (light).tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,27 @@
<!-- <string>#dddd45</string> -->
<!-- <key>findHighlightForeground</key> -->
<!-- <string>#fdf6e3</string> -->

<key>popupCss</key>
<string><![CDATA[
html {
background-color: #fdf6e3;
color: #657b83;
}
a {
color: #2aa198;
}
.error, .deleted {
color: #dc322f;
}
.success, .inserted {
color: #859900;
}
.warning, .modified {
color: #b58900;
}
]]></string>

</dict>
</dict>

Expand Down

0 comments on commit efed07d

Please sign in to comment.