[Frontend] IN-PROGRESS Theming continues, sanding

open #95
Fixed grid icon hover color;
Various color normalization;
This commit is contained in:
Charles Hacskaylo
2015-09-10 15:58:00 -07:00
parent d14c4e08b8
commit a840b59044
11 changed files with 275 additions and 355 deletions

View File

@@ -65,8 +65,8 @@ $styleTelemStale: italic;
// Bubble colors
$colorInfoBubbleFg: #666;
$colorInfoBubbleBg: #ddd;
$colorThumbsBubbleFg: lighten($colorBodyFg, 10%);
$colorThumbsBubbleBg: lighten($colorBodyBg, 10%);
$colorThumbsBubbleFg: pullForward($colorBodyFg, 10%);
$colorThumbsBubbleBg: pullForward($colorBodyBg, 10%);
// Overlay
$colorOvrBlocker: rgba(black, 0.7);
@@ -79,7 +79,7 @@ $colorOvrBtnFg: #fff;
$colorItemBg: lighten($colorBodyBg, 5%);
$colorItemFg: lighten($colorItemBg, 50%);
$colorItemFgDetails: lighten($colorItemBg, 30%);
$colorItemIcon: $colorKey; //pullForward($colorItemFg, 20%);
$colorItemIc: $colorKey; //pullForward($colorItemFg, 20%);
$colorItemSubIcons: $colorItemFgDetails;
$colorItemOpenIcon: $colorItemFgDetails;
$shdwItemText: rgba(black, 0.1) 0 1px 2px;
@@ -124,4 +124,7 @@ $splitterEndCr: 1px;
$colorGrippyInteriorHover: $colorKey;
// Mobile
$colorMobilePaneLeft: darken($colorBodyBg, 5%);
$colorMobilePaneLeft: darken($colorBodyBg, 5%);
// About Screen
$colorAboutLink: #84b3ff;