1
0
mirror of https://github.com/Rnhmjoj/solarized-dark-ui synced 2025-03-17 18:48:37 +01:00

Mini editor selection update

make more clear which mini editor is focused
This commit is contained in:
Ben Ogle 2013-09-23 15:16:04 -07:00
parent ea1352916c
commit 2bb2757e65

View File

@ -11,11 +11,12 @@
padding-left: @component-padding/2;
.cursor { border-color: #fff; }
.selection .region { background-color: #444; }
.selection .region { background-color: lighten(@input-background-color, 10%); }
}
.editor.editor-colors.mini.is-focused {
background-color: lighten(@input-background-color, 5%);
.selection .region { background-color: desaturate(@background-color-info, 50%); }
}
// FIXME: these should go in syntax themes?