Skip to content

Commit

Permalink
Change dotted editor indent to solid
Browse files Browse the repository at this point in the history
  • Loading branch information
Teraskull committed Jan 4, 2022
1 parent c79ff26 commit 51672a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion custom.css
Expand Up @@ -841,6 +841,7 @@ table tr {
--editor-grey-5: rgba(76, 87, 103, .19);
--editor-grey-6: #282c34;
--editor-grey-7: #272b33;
--editor-nordgrey: rgba(67, 76, 94, 0.7);
--editor-lightred: #f2777a;
--editor-red: #e06c75;
--editor-lightorange: #e5c07b;
Expand Down Expand Up @@ -1014,7 +1015,9 @@ table tr {
}

.ace-twilight .ace_indent-guide {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWPQ09NrYAgMjP4PAAtGAwchHMyAAAAAAElFTkSuQmCC) right repeat-y;
background: none;
-webkit-box-shadow: inset -1px 0 0 0 var(--editor-nordgrey);
box-shadow: inset -1px 0 0 0 var(--editor-nordgrey);
}

/* ############### END EDITOR THEME ############### */
Expand Down

0 comments on commit 51672a0

Please sign in to comment.