Skip to content

Commit c3e220b

Browse files
committed
Added the new blockCaret setting, which became available since Sublime Text build 3190 (feb 2019).
For block caret color I picked the same color as line caret, but with some alpha blending for better contrast.
1 parent dcee8fd commit c3e220b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

themes/ME-MonokaiC.tmTheme

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
<!-- #131313 -->
3434
<key>caret</key>
3535
<string>#00bbff</string>
36+
<key>blockCaret</key>
37+
<string>#00bbff85</string>
3638
<key>foreground</key>
3739
<string>#dddddd</string>
3840
<key>invisibles</key>

0 commit comments

Comments
 (0)