Changing "guide" tmTheme key instead of invisibles

See #11347
This commit is contained in:
bgashler1@users.noreply.github.com 2016-09-23 19:29:19 -07:00
parent 26fd97bf34
commit 51c34e23af
2 changed files with 6 additions and 2 deletions

View file

@ -16,11 +16,13 @@
<key>foreground</key>
<string>#6688cc</string>
<key>invisibles</key>
<string>#002952</string>
<string>#002040</string>
<key>lineHighlight</key>
<string>#082050</string>
<key>selection</key>
<string>#770811</string>
<key>guide</key>
<string>#002952</string>
</dict>
</dict>
<dict>

View file

@ -16,7 +16,7 @@
<key>foreground</key>
<string>#F8F8F2</string>
<key>invisibles</key>
<string>#48473E</string>
<string>#3B3A32</string>
<key>lineHighlight</key>
<string>#3E3D32</string>
<key>selection</key>
@ -29,6 +29,8 @@
<string>#222218</string>
<key>activeGuide</key>
<string>#9D550FB0</string>
<key>guide</key>
<string>#48473E</string>
<key>bracketsForeground</key>
<string>#F8F8F2A5</string>