Skip to content

Commit

Permalink
feat(theme): update v1 & v2 variables (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
CatsJuice authored Aug 6, 2024
1 parent 77f171c commit 5de5a3b
Show file tree
Hide file tree
Showing 3 changed files with 406 additions and 221 deletions.
3 changes: 3 additions & 0 deletions packages/theme/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ export const lightTheme = {
tagPink: 'rgba(251, 231, 255, 1)',
tagMagenta: 'rgba(249, 232, 255, 1)',
tooltip: 'rgba(0, 0, 0, 1)',

buttonShadow: '0px 0px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 5px 0px rgba(0, 0, 0, 0.12)',
menuShadow:
'0px 0px 12px rgba(66, 65, 73, 0.14), inset 0px 0px 0px 0.5px rgba(227, 227, 228, 1)',
toolbarShadow: '0px 6px 16px #00000024',
Expand Down Expand Up @@ -354,6 +356,7 @@ export const darkTheme = {
tagGray: 'rgba(41, 41, 41, 1)',
tooltip: 'rgba(234, 234, 234, 1)',

buttonShadow: '0px 0px 1px 0px rgba(0, 0, 0, 0.20), 0px 1px 5px 0px rgba(0, 0, 0, 0.20)',
menuShadow:
'0px 0px 16px rgba(0, 0, 0, 0.32), 0px 0px 0px 0.5px #2E2E2E inset',
toolbarShadow: '0px 6px 18px #00000052',
Expand Down
Loading

0 comments on commit 5de5a3b

Please sign in to comment.