ダークテーマを追加

This commit is contained in:
nagoya 2024-09-01 13:57:34 +09:00
parent 5d2959ff76
commit cbd9c81277
5 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,2 @@
@import '758postal/variables';
@import 'application';

View File

@ -0,0 +1,22 @@
$black: #000000;
$white: #ffffff;
$red-600: #b72588 !default;
$red-500: #df40ad !default;
$blurple-600: #e6313f;
$blurple-500: #eb5d68;
$blurple-400: #ef7b84;
$blurple-300: #f39ba2;
$grey-600: #534c5a;
$grey-100: #ecdafc;
$success-green: #79a2bd !default;
$error-red: $red-500 !default;
$warning-red: #c465ea !default;
$gold-star: #e8a405 !default;
$classic-base-color: #1d1227;
$classic-primary-color: #b497cf;
$classic-secondary-color: #ddd0e9;
$classic-highlight-color: #eb5d68;
$ui-button-icon-hover-background-color: rgba(255, 130, 145, 40%) !default;

View File

@ -1739,6 +1739,7 @@ en:
contrast: Mastodon (High contrast)
default: Mastodon (Dark)
mastodon-light: Mastodon (Light)
758postal: 758postal (Dark)
time:
formats:
default: "%b %d, %Y, %H:%M"

View File

@ -1701,6 +1701,7 @@ ja:
contrast: Mastodon (ハイコントラスト)
default: Mastodon (ダーク)
mastodon-light: Mastodon (ライト)
758postal: 七五八逓信局 (ダーク)
time:
formats:
default: "%Y年%m月%d日 %H:%M"

View File

@ -1,3 +1,4 @@
default: styles/application.scss
contrast: styles/contrast.scss
mastodon-light: styles/mastodon-light.scss
758postal: styles/758postal.scss