[Frontend] Synced theme constants
open #199 open #279 Theme constants files needed to be synced to facilitate more efficient comparison;
This commit is contained in:
@@ -45,8 +45,6 @@ $colorPausedBg: #c56f01;
|
|||||||
$colorPausedFg: #fff;
|
$colorPausedFg: #fff;
|
||||||
$colorCreateBtn: $colorKey;
|
$colorCreateBtn: $colorKey;
|
||||||
$colorGridLines: rgba(#fff, 0.05);
|
$colorGridLines: rgba(#fff, 0.05);
|
||||||
$colorFormLines: rgba(#fff, 0.1);
|
|
||||||
$colorFormSectionHeader: rgba(#000, 0.2);
|
|
||||||
$colorInvokeMenu: #fff;
|
$colorInvokeMenu: #fff;
|
||||||
$colorObjHdrTxt: $colorBodyFg;
|
$colorObjHdrTxt: $colorBodyFg;
|
||||||
$colorObjHdrIc: pullForward($colorObjHdrTxt, 20%);
|
$colorObjHdrIc: pullForward($colorObjHdrTxt, 20%);
|
||||||
@@ -111,8 +109,8 @@ $colorLimitRedBg: rgba(red, 0.3);
|
|||||||
$colorLimitRedIc: red;
|
$colorLimitRedIc: red;
|
||||||
|
|
||||||
// Bubble colors
|
// Bubble colors
|
||||||
$colorInfoBubbleFg: #666;
|
|
||||||
$colorInfoBubbleBg: #ddd;
|
$colorInfoBubbleBg: #ddd;
|
||||||
|
$colorInfoBubbleFg: #666;
|
||||||
$colorThumbsBubbleFg: pullForward($colorBodyFg, 10%);
|
$colorThumbsBubbleFg: pullForward($colorBodyFg, 10%);
|
||||||
$colorThumbsBubbleBg: pullForward($colorBodyBg, 10%);
|
$colorThumbsBubbleBg: pullForward($colorBodyBg, 10%);
|
||||||
|
|
||||||
@@ -128,7 +126,7 @@ $colorItemBg: lighten($colorBodyBg, 5%);
|
|||||||
$colorItemBgHov: pullForward($colorItemBg, 15%);
|
$colorItemBgHov: pullForward($colorItemBg, 15%);
|
||||||
$colorItemFg: lighten($colorItemBg, 50%);
|
$colorItemFg: lighten($colorItemBg, 50%);
|
||||||
$colorItemFgDetails: lighten($colorItemBg, 30%);
|
$colorItemFgDetails: lighten($colorItemBg, 30%);
|
||||||
$colorItemIc: $colorKey; //pullForward($colorItemFg, 20%);
|
$colorItemIc: $colorKey;
|
||||||
$colorItemSubIcons: $colorItemFgDetails;
|
$colorItemSubIcons: $colorItemFgDetails;
|
||||||
$colorItemOpenIcon: $colorItemFgDetails;
|
$colorItemOpenIcon: $colorItemFgDetails;
|
||||||
$shdwItemText: rgba(black, 0.1) 0 1px 2px;
|
$shdwItemText: rgba(black, 0.1) 0 1px 2px;
|
||||||
@@ -155,6 +153,7 @@ $colorItemTreeHoverBg: rgba($colorBodyFg, 0.1);
|
|||||||
$colorItemTreeHoverFg: pullForward($colorBodyFg, 20%);
|
$colorItemTreeHoverFg: pullForward($colorBodyFg, 20%);
|
||||||
$colorItemTreeIcon: $colorKey;
|
$colorItemTreeIcon: $colorKey;
|
||||||
$colorItemTreeIconHover: lighten($colorItemTreeIcon, 20%);
|
$colorItemTreeIconHover: lighten($colorItemTreeIcon, 20%);
|
||||||
|
$colorItemTreeVCHover: $colorAlt1;
|
||||||
$colorItemTreeFg: $colorBodyFg;
|
$colorItemTreeFg: $colorBodyFg;
|
||||||
$colorItemTreeSelectedBg: pushBack($colorKey, 15%);
|
$colorItemTreeSelectedBg: pushBack($colorKey, 15%);
|
||||||
$colorItemTreeSelectedFg: pullForward($colorBodyFg, 20%);
|
$colorItemTreeSelectedFg: pullForward($colorBodyFg, 20%);
|
||||||
@@ -162,7 +161,6 @@ $colorItemTreeEditingBg: #344154;
|
|||||||
$colorItemTreeEditingFg: $colorEditAreaFg;
|
$colorItemTreeEditingFg: $colorEditAreaFg;
|
||||||
$colorItemTreeVC: rgba(#fff, 0.3);
|
$colorItemTreeVC: rgba(#fff, 0.3);
|
||||||
$colorItemTreeSelectedVC: $colorItemTreeVC;
|
$colorItemTreeSelectedVC: $colorItemTreeVC;
|
||||||
$colorItemTreeVCHover: $colorAlt1;
|
|
||||||
$shdwItemTreeIcon: 0.6;
|
$shdwItemTreeIcon: 0.6;
|
||||||
|
|
||||||
// Scrollbar
|
// Scrollbar
|
||||||
@@ -195,5 +193,5 @@ $colorCalCellInMonthBg: pushBack($colorMenuBg, 5%);
|
|||||||
$colorAboutLink: #84b3ff;
|
$colorAboutLink: #84b3ff;
|
||||||
|
|
||||||
// Loading
|
// Loading
|
||||||
$colorLoadingBg: rgba($colorBodyFg, 0.2);
|
|
||||||
$colorLoadingFg: $colorAlt1;
|
$colorLoadingFg: $colorAlt1;
|
||||||
|
$colorLoadingBg: rgba($colorBodyFg, 0.2);
|
||||||
@@ -57,10 +57,10 @@ $colorMenuIc: $colorKey;
|
|||||||
$colorMenuHovBg: pullForward($colorMenuBg, 10%);
|
$colorMenuHovBg: pullForward($colorMenuBg, 10%);
|
||||||
$colorMenuHovFg: $colorMenuFg;
|
$colorMenuHovFg: $colorMenuFg;
|
||||||
$colorMenuHovIc: $colorMenuIc;
|
$colorMenuHovIc: $colorMenuIc;
|
||||||
$colorCreateMenuLgIcon: $colorKey;
|
|
||||||
$colorCreateMenuText: $colorBodyFg;
|
|
||||||
$shdwMenu: rgba(black, 0.5) 0 1px 5px;
|
$shdwMenu: rgba(black, 0.5) 0 1px 5px;
|
||||||
$shdwMenuText: none;
|
$shdwMenuText: none;
|
||||||
|
$colorCreateMenuLgIcon: $colorKey;
|
||||||
|
$colorCreateMenuText: $colorBodyFg;
|
||||||
|
|
||||||
// Form colors
|
// Form colors
|
||||||
$colorCheck: $colorKey;
|
$colorCheck: $colorKey;
|
||||||
@@ -109,8 +109,8 @@ $colorLimitRedBg: rgba(red, 0.3);
|
|||||||
$colorLimitRedIc: red;
|
$colorLimitRedIc: red;
|
||||||
|
|
||||||
// Bubble colors
|
// Bubble colors
|
||||||
$colorInfoBubbleFg: #666;
|
|
||||||
$colorInfoBubbleBg: $colorMenuBg;
|
$colorInfoBubbleBg: $colorMenuBg;
|
||||||
|
$colorInfoBubbleFg: #666;
|
||||||
$colorThumbsBubbleFg: pullForward($colorBodyFg, 10%);
|
$colorThumbsBubbleFg: pullForward($colorBodyFg, 10%);
|
||||||
$colorThumbsBubbleBg: pullForward($colorBodyBg, 10%);
|
$colorThumbsBubbleBg: pullForward($colorBodyBg, 10%);
|
||||||
|
|
||||||
@@ -129,12 +129,11 @@ $colorItemFgDetails: pushBack($colorItemFg, 15%);
|
|||||||
$colorItemIc: $colorKey;
|
$colorItemIc: $colorKey;
|
||||||
$colorItemSubIcons: $colorItemFgDetails;
|
$colorItemSubIcons: $colorItemFgDetails;
|
||||||
$colorItemOpenIcon: $colorItemFgDetails;
|
$colorItemOpenIcon: $colorItemFgDetails;
|
||||||
$shdwItemText: none; //rgba(black, 0.2) 0 1px 2px;
|
$shdwItemText: none;
|
||||||
$colorItemBgSelected: $colorKey;
|
$colorItemBgSelected: $colorKey;
|
||||||
|
|
||||||
// Tabular
|
// Tabular
|
||||||
$colorTabBorder: pullForward($colorBodyBg, 10%);
|
$colorTabBorder: pullForward($colorBodyBg, 10%);
|
||||||
$colorItemTreeHoverFg: pullForward($colorBodyFg, 20%);
|
|
||||||
$colorTabBodyBg: $colorBodyBg;
|
$colorTabBodyBg: $colorBodyBg;
|
||||||
$colorTabBodyFg: pullForward($colorBodyFg, 20%);
|
$colorTabBodyFg: pullForward($colorBodyFg, 20%);
|
||||||
$colorTabHeaderBg: pullForward($colorBodyBg, 10%);
|
$colorTabHeaderBg: pullForward($colorBodyBg, 10%);
|
||||||
@@ -151,6 +150,7 @@ $colorPlotLabelFg: pushBack($colorPlotFg, 20%);
|
|||||||
|
|
||||||
// Tree
|
// Tree
|
||||||
$colorItemTreeHoverBg: rgba($colorBodyFg, 0.1);
|
$colorItemTreeHoverBg: rgba($colorBodyFg, 0.1);
|
||||||
|
$colorItemTreeHoverFg: pullForward($colorBodyFg, 20%);
|
||||||
$colorItemTreeIcon: $colorKey;
|
$colorItemTreeIcon: $colorKey;
|
||||||
$colorItemTreeIconHover: $colorItemTreeIcon; //pushBack($colorItemTreeIcon, 20%);
|
$colorItemTreeIconHover: $colorItemTreeIcon; //pushBack($colorItemTreeIcon, 20%);
|
||||||
$colorItemTreeVCHover: $colorKey;
|
$colorItemTreeVCHover: $colorKey;
|
||||||
|
|||||||
Reference in New Issue
Block a user