Skip to content

Commit fe75f07

Browse files
authored
Merge pull request #126 from jwalton512/master
add basic popup styling
2 parents 00b9aab + 30e154b commit fe75f07

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cobalt2.tmTheme

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
<key>selection</key>
2727
<string>#0050a4</string>
2828

29+
<key>popupCss</key>
30+
<string><![CDATA[ html { background-color: var(--background); color: var(--foreground); } a { color: #80FFBB; line-height: 20px; } ]]></string>
31+
2932
<key>bracketsForeground</key>
3033
<string>#ffc600</string>
3134

0 commit comments

Comments
 (0)