Skip to content
Snippets Groups Projects
Commit b1aa60ef authored by Fabien O'Carroll's avatar Fabien O'Carroll Committed by Marijn Haverbeke
Browse files

[solarized theme] Fixing tab character visual

Doesn't take up any space now, so that a tab of width 2 is 2 em width
rather than 3.
parent 992abf3d
No related branches found
No related tags found
No related merge requests found
......@@ -92,6 +92,7 @@ http://ethanschoonover.com/solarized/img/solarized-palette.png
.cm-s-solarized .cm-tab:before {
content: "➤"; /*visualize tab character*/
color: #586e75;
position:absolute;
}
.cm-s-solarized .cm-error,
.cm-s-solarized .cm-invalidchar {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment