Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add positive color #105

Merged
merged 1 commit into from
Jun 24, 2024
Merged

feat: add positive color #105

merged 1 commit into from
Jun 24, 2024

Conversation

itsminadesu
Copy link
Contributor

@itsminadesu itsminadesu commented Jun 21, 2024

概要

Ameba Color Paletteに以下2色を追加しました

  • positive
    • text
    • surface
    • object
  • positive-light
    • surface

関連リンク

別途Spindleチャンネルにて投げさせていただきます

レビュー完了希望日

6/25(火)

@itsminadesu itsminadesu self-assigned this Jun 21, 2024
@@ -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);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -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);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -153,6 +155,7 @@
--color-text-accent-primary: var(--primary-green-80);
--color-text-accent-secondary: var(--secondary-green-80);
--color-text-caution: var(--caution-red-100);
--color-text-positive: var(--primary-green-80);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -167,6 +170,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);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

@herablog herablog left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:positiv:

@itsminadesu itsminadesu merged commit 680b759 into main Jun 24, 2024
4 checks passed
@itsminadesu itsminadesu deleted the feat/add-new-color branch June 24, 2024 04:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants