Updated integrated themes indent guide colors

Fixes #8410
This commit is contained in:
bgashler1@users.noreply.github.com 2016-08-31 15:37:55 -07:00
parent 72b38ef1c5
commit 26fd97bf34
3 changed files with 8 additions and 5 deletions

View file

@ -16,7 +16,7 @@
<key>foreground</key>
<string>#6688cc</string>
<key>invisibles</key>
<string>#002040</string>
<string>#002952</string>
<key>lineHighlight</key>
<string>#082050</string>
<key>selection</key>

View file

@ -16,7 +16,7 @@
<key>foreground</key>
<string>#F8F8F2</string>
<key>invisibles</key>
<string>#3B3A32</string>
<string>#48473E</string>
<key>lineHighlight</key>
<string>#3E3D32</string>
<key>selection</key>

View file

@ -13,7 +13,10 @@
width: 1px;
}
.monaco-editor.vs-dark .lines-content .cigr,
.monaco-editor.hc-black .lines-content .cigr {
background: #353535;
.monaco-editor.vs-dark .lines-content .cigr {
background: #404040;
}
.monaco-editor.hc-black .lines-content .cigr {
background: #ffffff;
}