mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 00:58:26 -05:00
reestructure themes styles
This commit is contained in:
parent
6226c7f93b
commit
8d4e14710b
2 changed files with 5 additions and 3 deletions
|
@ -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);
|
||||
|
|
@ -4,7 +4,7 @@
|
|||
//#################################################
|
||||
|
||||
@import 'dependencies/colors';
|
||||
@import 'dependencies/uxbox-theme';
|
||||
@import 'dependencies/uxbox-light';
|
||||
@import 'dependencies/helpers';
|
||||
@import 'dependencies/mixin';
|
||||
@import 'dependencies/fonts';
|
||||
|
|
Loading…
Add table
Reference in a new issue