mirror of
https://github.com/penpot/penpot.git
synced 2025-03-12 07:41:43 -05:00
sketch new color theme variables
This commit is contained in:
parent
5653a15ad5
commit
be1a55f999
1 changed files with 4 additions and 0 deletions
|
@ -9,21 +9,25 @@ $dark-main-ui-color: mix($main-ui-color, $color-black, $mix-percentage-dark);
|
|||
$primary-ui-bg: $color-white;
|
||||
$secondary-ui-bg: $color-gray-lighter;
|
||||
$dark-ui-bg: $color-gray-light;
|
||||
$bg-ui-color:;
|
||||
|
||||
// Border color
|
||||
$dark-ui-border: $color-gray;
|
||||
$light-ui-border: $color-gray-light;
|
||||
$bright-ui-border: lighten($light-ui-border, 18%);
|
||||
$border-ui-color:;
|
||||
|
||||
// Icon colors
|
||||
$dark-ui-icons: $color-gray-dark;
|
||||
$light-ui-icons: $color-gray-light;
|
||||
$bright-ui-icons: $color-gray-lighter;
|
||||
$icons-ui-color:;
|
||||
|
||||
// Text colors
|
||||
$dark-ui-text: $color-gray-darker;
|
||||
$light-ui-text: $color-gray;
|
||||
$bright-ui-text: $color-gray-light;
|
||||
$text-ui-color:;
|
||||
|
||||
// Canvas colors
|
||||
$canvas-bg: $color-gray-lighter;
|
||||
|
|
Loading…
Add table
Reference in a new issue