Use a few colors in the themes.

This commit is contained in:
Ben Ogle
2013-08-13 17:31:35 -07:00
parent 8b149f63cb
commit 51ec4d3285
2 changed files with 6 additions and 2 deletions

View File

@@ -1,7 +1,9 @@
@import "colors";
html, body,
#root-view {
font: caption;
background-color: #333333;
background-color: @background-color-1;
}
#root-view #panes .row > * + * {

View File

@@ -1,7 +1,9 @@
@import "colors";
html, body,
#root-view {
font: caption;
background-color: #f4f4f4;
background-color: @background-color-1;
}
#root-view #panes .row > * + * {