[Frontend] IN-PROGRESS Theme changes continuing

open #95
Grid items;
This commit is contained in:
Charles Hacskaylo
2015-09-04 18:06:18 -07:00
parent ac41ed7d64
commit 86deec6364
7 changed files with 218 additions and 184 deletions

View File

@@ -52,9 +52,14 @@ $colorOvrBlocker: rgba(black, 0.7);
$colorOvrBg: pullForward($colorBodyBg, 10%);
$colorOvrFg: $colorBodyFg;
// Items
$colorItemBase: lighten($colorBodyBg, 5%);
$colorItemFg: lighten($colorItemBase, 20%);
$colorItemSelected: $colorKey;
$colorItemBg: $colorBtnBg; //pullForward($colorBodyBg, 15%);
$colorItemFg: $colorBtnFg; //lighten($colorItemBg, 20%);
$colorItemFgDetails: darken($colorItemFg, 15%);
$colorItemIcon: $colorItemFg;
$colorItemSubIcons: $colorItemFgDetails;
$colorItemOpenIcon: $colorItemFgDetails;
$shdwItemText: none;
$colorItemBgSelected: $colorKey;
// Tabular
$tabularColorBorder: rgba(white, 0.1);
$tabularColorBodyBg: darken($colorBodyBg, 10%);