Update colors in drive

This commit is contained in:
yflory
2017-01-26 14:52:34 +01:00
parent fb48484d2a
commit b79e1e48c7
2 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
@tree-bg: #eee;
@tree-bg: #fff;
@tree-fg: #000;
@tree-lines-col: #888;
@@ -6,8 +6,8 @@
@content-fg: @tree-fg;
@info-box-bg: #ddddff;
@info-box-border: #bbb;
@table-header-fg: #888;
@table-header-bg: #d8d8d8;
@table-header-fg: #555;
@table-header-bg: #e8e8e8;
@toolbar-bg: #ddd;
@toolbar-fg: #555;