Skip to content

Commit

Permalink
feat: add positive & positive-light color
Browse files Browse the repository at this point in the history
  • Loading branch information
itsminadesu committed Jun 21, 2024
1 parent ef42830 commit 7f6a450
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ameba-color-palette.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@
--color-surface-accent-neutral-medium-emphasis: var(--gray-60-alpha);
--color-surface-caution: var(--caution-red-100);
--color-surface-caution-light: var(--caution-red-5-alpha);
--color-surface-positive: var(--primary-green-70);
--color-surface-positive-light: var(--primary-green-5);

/* Text Colors */
--color-text-high-emphasis: var(--gray-100);
Expand All @@ -154,6 +156,8 @@
--color-text-accent-secondary: var(--secondary-green-80);
--color-text-caution: var(--caution-red-100);
--color-text-caution-light: var(--caution-red-5-alpha);
--color-text-positive: var(--primary-green-70);
--color-text-positive-light: var(--primary-green-5);

/* Highlight Colors */
--color-highlight-error: var(--caution-red-20-alpha);
Expand All @@ -168,6 +172,7 @@
--color-object-accent-primary: var(--primary-green-70);
--color-object-accent-secondary: var(--secondary-green-70);
--color-object-caution: var(--caution-red-100);
--color-object-positive: var(--primary-green-70);
--color-object-high-emphasis-inverse: var(--white-100);
--color-object-expressive-pink: var(--expressive-pink);

Expand Down

0 comments on commit 7f6a450

Please sign in to comment.