- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 425
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
chore: update edgeless theme
Showing
10 changed files
with
288 additions
and
352 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
/* eslint perfectionist/sort-enums: "off" */ | ||
|
||
export enum Palette { | ||
Black = '#000000', | ||
White = '#ffffff', | ||
|
||
LightBlue = '#e6f5ff', | ||
LightGreen = '#f1fdf4', | ||
LightGrey = '#e6e6e6', | ||
LightMagenta = '#ffecf6', | ||
LightOrange = '#ffebd5', | ||
LightPurple = '#ede9ff', | ||
LightRed = '#fce5e6', | ||
LightYellow = '#fffbd5', | ||
|
||
MediumBlue = '#84cfff', | ||
MediumGreen = '#3cbc36', | ||
MediumGrey = '#929292', | ||
MediumMagenta = '#e96cab', | ||
MediumOrange = '#ff8c38', | ||
MediumPurple = '#6e52df', | ||
MediumRed = '#fb7081', | ||
MediumYellow = '#fcd34d', | ||
|
||
HeavyBlue = '#1c70a5', | ||
HeavyGreen = '#447756', | ||
HeavyMagenta = '#941555', | ||
HeavyOrange = '#b55309', | ||
HeavyPurple = '#5a21b6', | ||
HeavyRed = '#761717', | ||
HeavyYellow = '#ac7400', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
335 changes: 112 additions & 223 deletions
335
packages/blocks/src/root-block/edgeless/components/panel/line-width-panel.ts
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters