1 @import "ui-variables";
5 atom-text-editor[mini], atom-text-editor[mini]::shadow,
7 .settings-view select.form-control {
12 atom-text-editor[mini], atom-text-editor[mini]::shadow,
14 .settings-view select.form-control {
15 background-color: white;
22 atom-text-editor[mini], atom-text-editor[mini]::shadow {
23 color: lighten(@text-color, 15%);
25 border-radius: @component-border-radius;
26 padding-left: @component-padding/2;
28 .cursor { border-color: #000; }
29 .selection .region { background-color: rgba(0, 0, 0, .2); }
31 color: lighten(@text-color-subtle, 10%);
35 atom-text-editor[mini].is-focused, atom-text-editor[mini].is-focused::shadow {
37 background-color: @input-background-color;
38 border-color: @input-border-color;
40 color: @text-color-subtle;
43 background-color: lighten(@background-color-info, 30%);
47 // FIXME: these should go in syntax themes?
48 atom-text-editor, atom-text-editor::shadow {
50 -webkit-box-shadow: -2px 0 10px 2px #222;