ダークテーマを更新(v1.01)

This commit is contained in:
nagoya 2024-09-07 22:42:07 +09:00
parent 9155498ef1
commit 99755f50c0

View File

@ -1,14 +1,14 @@
// 758postal theme
// v1.00
// v1.01
$black: #000000; // Kuro
$white: #ffffff; // Shiro
$red-600: #bd5cff !default; // Murasaki
$red-500: #c485ef !default; // Tsutsuji
$blurple-600: #b81624;
$blurple-500: #d51a2a; // Postal-red
$blurple-400: #df535f;
$blurple-300: #ea8c94;
$blurple-600: #d51a2a; // Postal-red
$blurple-500: #dd4855;
$blurple-400: #e46a74;
$blurple-300: #ea8d95;
$grey-600: #584b46;
$grey-100: #c2bebd;
@ -20,7 +20,7 @@ $gold-star: #de8937 !default; //Kogane
$red-bookmark: $warning-red;
// Values from the classic Mastodon UI
$classic-base-color: #311d17; // Renga
$classic-base-color: #342018; // Renga
$classic-primary-color: #847875;
$classic-secondary-color: #e0dddc;
$classic-highlight-color: $blurple-500;
@ -62,7 +62,7 @@ $ui-button-destructive-background-color: $red-500 !default;
$ui-button-destructive-focus-background-color: $red-600 !default;
$ui-button-icon-focus-outline: $ui-button-focus-outline !default;
$ui-button-icon-hover-background-color: rgba(255, 37, 59, 40%) !default;
$ui-button-icon-hover-background-color: rgba(255, 101, 120, 40%) !default;
// Variables for texts
$primary-text-color: $white !default;