Dark mini editors handle light syntax

This commit is contained in:
Ben Ogle
2013-09-05 16:00:58 -07:00
parent 351ce7fa15
commit c02e073827

View File

@@ -2,10 +2,16 @@
@import "ui-mixins";
.editor.mini {
color: @text-color-highlight;
background-color: @input-background-color;
border: 1px solid rgba(0, 0, 0, 0.5);
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
border-right: 1px solid rgba(255, 255, 255, 0.05);
border: 1px solid @input-border-color;
box-shadow:
inset 0 1px 1px rgba(0, 0, 0, .075);
border-radius: @component-border-radius;
padding-left: @component-padding/2;
.cursor { border-color: #fff; }
.selection .region { background-color: #444; }
}
.editor.editor-colors.mini.is-focused {