mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Use a few colors in the themes.
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
@import "colors";
|
||||
|
||||
html, body,
|
||||
#root-view {
|
||||
font: caption;
|
||||
background-color: #333333;
|
||||
background-color: @background-color-1;
|
||||
}
|
||||
|
||||
#root-view #panes .row > * + * {
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
@import "colors";
|
||||
|
||||
html, body,
|
||||
#root-view {
|
||||
font: caption;
|
||||
background-color: #f4f4f4;
|
||||
background-color: @background-color-1;
|
||||
}
|
||||
|
||||
#root-view #panes .row > * + * {
|
||||
|
||||
Reference in New Issue
Block a user