mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
updated colors
This commit is contained in:
@ -51,6 +51,7 @@ $palettes: (
|
|||||||
),
|
),
|
||||||
foreground: (
|
foreground: (
|
||||||
default: lighten($base-color, 80%),
|
default: lighten($base-color, 80%),
|
||||||
|
dropdown: lighten($base-color, 50%),
|
||||||
text: lighten($base-color, 100%),
|
text: lighten($base-color, 100%),
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
@ -76,6 +77,7 @@ $palettes: (
|
|||||||
default: darken($base-color, 4%),
|
default: darken($base-color, 4%),
|
||||||
separator: darken($base-color, 8%),
|
separator: darken($base-color, 8%),
|
||||||
hover: lighten($base-color, 5%),
|
hover: lighten($base-color, 5%),
|
||||||
|
outline: lighten($base-color, 10%),
|
||||||
),
|
),
|
||||||
foreground: (
|
foreground: (
|
||||||
default: #fff,
|
default: #fff,
|
||||||
|
Reference in New Issue
Block a user