mirror of
https://github.com/penpot/penpot.git
synced 2026-08-06 04:48:39 +00:00
reestructure themes styles
This commit is contained in:
parent
6226c7f93b
commit
8d4e14710b
@ -1,14 +1,16 @@
|
|||||||
// This is a standard color scheme for UXBOX UI
|
// This is a standard color scheme for UXBOX UI
|
||||||
// Hope you like ir and feel free to create your own one!
|
// Hope you like ir and feel free to create your own one!
|
||||||
|
|
||||||
// Main color
|
// Main interaction color
|
||||||
$main-ui-color: $color-primary;
|
$main-ui-color: $color-primary;
|
||||||
$intense-main-ui-color: darken($main-ui-color, 25%);
|
$intense-main-ui-color: darken($main-ui-color, 25%);
|
||||||
|
|
||||||
|
// Set the UI flavour
|
||||||
$ui-flavour: #90969d;
|
$ui-flavour: #90969d;
|
||||||
|
|
||||||
|
// Change next colors for more customization
|
||||||
// Background colors
|
// Background colors
|
||||||
$primary-ui-bg: #ffffff;
|
$primary-ui-bg: $color-white;
|
||||||
$secondary-ui-bg: mix($ui-flavour, $color-white, $mix-percentage-lighter);
|
$secondary-ui-bg: mix($ui-flavour, $color-white, $mix-percentage-lighter);
|
||||||
$dark-ui-bg: mix($ui-flavour, $color-white, $mix-percentage-light);
|
$dark-ui-bg: mix($ui-flavour, $color-white, $mix-percentage-light);
|
||||||
|
|
||||||
@ -4,7 +4,7 @@
|
|||||||
//#################################################
|
//#################################################
|
||||||
|
|
||||||
@import 'dependencies/colors';
|
@import 'dependencies/colors';
|
||||||
@import 'dependencies/uxbox-theme';
|
@import 'dependencies/uxbox-light';
|
||||||
@import 'dependencies/helpers';
|
@import 'dependencies/helpers';
|
||||||
@import 'dependencies/mixin';
|
@import 'dependencies/mixin';
|
||||||
@import 'dependencies/fonts';
|
@import 'dependencies/fonts';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user