mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Dark mini editors handle light syntax
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user