|
|
@ -12,10 +12,10 @@ |
|
|
|
|
|
|
|
|
|
|
|
// Text Colors |
|
|
|
@text-color: hsl(0,0%,66%); |
|
|
|
@text-color-subtle: hsl(0,0%,50%); |
|
|
|
@text-color-highlight: hsl(0,0%,94%); |
|
|
|
@text-color-selected: hsl(0,0%,100%); |
|
|
|
@text-color: #c2c2b0; |
|
|
|
@text-color-subtle: #d3d3d3; |
|
|
|
@text-color-highlight: #ff9800; |
|
|
|
@text-color-selected: #c2c2b0; |
|
|
|
|
|
|
|
@text-color-info: hsl(219, 79%, 66%); |
|
|
|
@text-color-success: hsl(140, 44%, 62%); |
|
|
@ -33,7 +33,7 @@ |
|
|
|
@app-background-color: darken(@base-background-color, 5%); |
|
|
|
|
|
|
|
// Base colors |
|
|
|
@base-background-color: hsl(222,6%,22%); |
|
|
|
@base-background-color: #222222; |
|
|
|
@base-border-color: darken(@base-background-color, 8%); |
|
|
|
|
|
|
|
// Component colors |
|
|
@ -70,11 +70,11 @@ |
|
|
|
@tree-view-border-color: @base-border-color; |
|
|
|
|
|
|
|
// Site colors |
|
|
|
@ui-site-color-1: hsl(208, 100%, 50%); // blue |
|
|
|
@ui-site-color-2: hsl(160, 70%, 42%); // green |
|
|
|
@ui-site-color-3: hsl(32, 60%, 50%); // orange |
|
|
|
@ui-site-color-4: #D831B0; // pink |
|
|
|
@ui-site-color-5: #EBDD5B; // yellow |
|
|
|
@ui-site-color-1: #6688aa; // blue |
|
|
|
@ui-site-color-2: #719611; // green |
|
|
|
@ui-site-color-3: #cc8800; // orange |
|
|
|
@ui-site-color-4: #8f6f8f; // pink |
|
|
|
@ui-site-color-5: #ff9800; // yellow |
|
|
|
|
|
|
|
// Sizes |
|
|
|
@font-size: 12px; |
|
|
@ -91,4 +91,4 @@ |
|
|
|
|
|
|
|
// Misc |
|
|
|
@component-border-radius: 2px; |
|
|
|
@font-family: '.SFNSText-Regular', 'SF UI Text', 'Lucida Grande', 'Segoe UI', Ubuntu, Cantarell, sans-serif; |
|
|
|
@font-family: 'Hack', '.SFNSText-Regular', 'SF UI Text', 'Lucida Grande', 'Segoe UI', Ubuntu, Cantarell, sans-serif; |
|
|
|