Skip to content

Commit d4fa6f9

Browse files
author
Janos Wortmann
committed
Color fix
Fixed the caret color on dark scheme from black to the light color used in Adobe Brackets.
1 parent dfb1c10 commit d4fa6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Brackets Dark.tmTheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<key>background</key>
1515
<string>#1d1f21</string>
1616
<key>caret</key>
17-
<string>#000000</string>
17+
<string>#c5c8c6</string>
1818
<key>foreground</key>
1919
<string>#dddddd</string>
2020
<key>lineHighlight</key>

0 commit comments

Comments
 (0)