mirror of
https://github.com/Rnhmjoj/solarized-dark-ui
synced 2025-01-10 09:24:21 +01:00
Adds Zen-specific styles
This commit is contained in:
parent
e163ea5110
commit
d03e9947f0
@ -15,3 +15,4 @@
|
||||
@import "stylesheets/tooltips";
|
||||
@import "stylesheets/tree-view";
|
||||
@import "stylesheets/utilities";
|
||||
@import "stylesheets/zen";
|
||||
|
@ -6,22 +6,15 @@
|
||||
background-color: @input-background-color;
|
||||
border-radius: @component-border-radius;
|
||||
padding-left: @component-padding/2;
|
||||
|
||||
.placeholder-text {
|
||||
color: @text-color-subtle;
|
||||
}
|
||||
.cursor { border-color: #fff; }
|
||||
.selection .region { background-color: lighten(@input-background-color, 10%); }
|
||||
}
|
||||
|
||||
.editor {
|
||||
background-color: @editor-background-color;
|
||||
}
|
||||
.editor .gutter {
|
||||
background-color: @editor-background-color;
|
||||
}
|
||||
.editor.mini {
|
||||
background-color: @editor-background-color;
|
||||
.placeholder-text {
|
||||
color: @text-color-subtle;
|
||||
}
|
||||
background-color: @app-background-color;
|
||||
}
|
||||
|
||||
.editor.editor-colors.mini.is-focused {
|
||||
|
@ -31,7 +31,6 @@
|
||||
.text(normal);
|
||||
|
||||
background-color: transparent;
|
||||
background-image: -webkit-linear-gradient(@panel-heading-background-color, darken(@panel-heading-background-color, 10%));
|
||||
|
||||
.btn {
|
||||
padding-left: 8px;
|
||||
|
@ -26,7 +26,7 @@
|
||||
@editor-background-color: #2B303B;
|
||||
@tree-background-color: #232830;
|
||||
|
||||
@app-background-color: #232830;
|
||||
@app-background-color: #2B303B;
|
||||
|
||||
@base-background-color: lighten(@tool-panel-background-color, 5%);
|
||||
@base-border-color: rgba(0, 0, 0, 0.5);
|
||||
|
7
stylesheets/zen.less
Normal file
7
stylesheets/zen.less
Normal file
@ -0,0 +1,7 @@
|
||||
@import "ui-variables";
|
||||
|
||||
.zen {
|
||||
.panes .pane {
|
||||
background-color: @app-background-color;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user