mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Add @workspace-background-color.
I needed a name for the bg color of a tab that is not an editor. Like the settings, the UI demo, maybe the key map editor.
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
|
||||
// Colors
|
||||
|
||||
@app-background-color: #333;
|
||||
|
||||
@text-color: #aaa;
|
||||
@text-color-highlight: #fff;
|
||||
@text-color-subtle: #555;
|
||||
@@ -42,6 +40,9 @@
|
||||
@button-background-selected-color: #5c6064;
|
||||
@button-border-color: rgba(0, 0, 0, 0.5);
|
||||
|
||||
@app-background-color: #333;
|
||||
@workspace-background-color: lighten(@tool-panel-background-color, 5%);
|
||||
|
||||
@tab-background-color-active: @panel-heading-background-color;
|
||||
@tab-background-color-inactive: #292c2f;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user