0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-10 17:18:21 -05:00

reestructure themes styles

This commit is contained in:
Juan de la Cruz 2016-02-20 10:15:49 +01:00
parent 6226c7f93b
commit 8d4e14710b
2 changed files with 5 additions and 3 deletions

View file

@ -1,14 +1,16 @@
// This is a standard color scheme for UXBOX UI
// Hope you like ir and feel free to create your own one!
// Main color
// Main interaction color
$main-ui-color: $color-primary;
$intense-main-ui-color: darken($main-ui-color, 25%);
// Set the UI flavour
$ui-flavour: #90969d;
// Change next colors for more customization
// Background colors
$primary-ui-bg: #ffffff;
$primary-ui-bg: $color-white;
$secondary-ui-bg: mix($ui-flavour, $color-white, $mix-percentage-lighter);
$dark-ui-bg: mix($ui-flavour, $color-white, $mix-percentage-light);

View file

@ -4,7 +4,7 @@
//#################################################
@import 'dependencies/colors';
@import 'dependencies/uxbox-theme';
@import 'dependencies/uxbox-light';
@import 'dependencies/helpers';
@import 'dependencies/mixin';
@import 'dependencies/fonts';