Skip to content

Commit

Permalink
Updated integrated themes indent guide colors
Browse files Browse the repository at this point in the history
Fixes #8410
  • Loading branch information
bgashler1 committed Aug 31, 2016
1 parent 72b38ef commit 26fd97b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion extensions/theme-abyss/themes/Abyss.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion extensions/theme-monokai/themes/Monokai.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
7 changes: 5 additions & 2 deletions src/vs/editor/browser/viewParts/indentGuides/indentGuides.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
width: 1px;
}

.monaco-editor.vs-dark .lines-content .cigr,
.monaco-editor.vs-dark .lines-content .cigr {
background: #404040;
}

.monaco-editor.hc-black .lines-content .cigr {
background: #353535;
background: #ffffff;
}

0 comments on commit 26fd97b

Please sign in to comment.