1
0
mirror of https://github.com/Rnhmjoj/solarized-dark-ui synced 2025-01-10 09:24:21 +01:00

Merge pull request #1 from SlyJack0/master

Don't change editor's background color
This commit is contained in:
Rob Cameron 2014-02-27 09:58:59 -08:00
commit c63b0ce49c

View File

@ -13,10 +13,6 @@
.selection .region { background-color: lighten(@input-background-color, 10%); } .selection .region { background-color: lighten(@input-background-color, 10%); }
} }
.editor, .editor .gutter {
background-color: @app-background-color;
}
.editor.editor-colors.mini.is-focused { .editor.editor-colors.mini.is-focused {
.selection .region { background-color: lighten(@app-background-color, 5%); } .selection .region { background-color: lighten(@app-background-color, 5%); }
transition: background-color 0.1s transition: background-color 0.1s