fix +7009 Selection is invisible when using Classic light gray and Cloud9 night

pull/85/head
nightwing 2015-04-30 03:54:04 +04:00
rodzic 414f4ea54d
commit 9843b85fa8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -52,7 +52,7 @@
@ace-cloud9-day-background: lighten(#F8F8F8, @lighten-chrome);
@ace-cloud9-night-gutter: @panel-background;
@ace-cloud9-night-background: lighten(#181818, @lighten-chrome);
@ace-cloud9-night-active-line: lighten(#292929, @lighten-chrome);
@ace-cloud9-night-active-line: rgba(68, 68, 68, 0.78); // todo make selection lighter #5A5A5A too?
@ace-gutter-font-smoothing: true;
@ace-gutter-shadow: 1px 0 rgba(255, 255, 255, 0.75) inset;