Skip to content

Commit c7ad28d

Browse files
authored
Fix invisible invisible characters :D
Was missing the invisible characters. Here we have a fix. Thanks for that theme btw. I always used notepad++ and try to get into atom because np++ misses an integrated file explorer and the regarding plug in is buggy and seems dead. :'( Have a nice day!
1 parent 623e17e commit c7ad28d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/colors.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
@unknown: @code-font-color;
4848

4949
// MISC COLORS
50-
@invisible: rgba(255,255,255,0.1);
50+
@invisible: rgb(255,181,106);
5151
@guides: rgba(0,0,0,0.12);
5252
@cursor-color: @code-font-color;
5353
@cursor-width: 1px;

0 commit comments

Comments
 (0)