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

This commit is contained in:
nagoya 2024-09-07 21:41:39 +09:00
parent e782307473
commit 9155498ef1

View File

@ -1,18 +1,20 @@
// Commonly used web colors
$black: #000000; // Black
$white: #ffffff; // White
$red-600: #bd5cff !default; // Ayame
$red-500: #c485ef !default; // Murasaki
$blurple-600: #d51a2a; // Postal-red
$blurple-500: #df505c;
$blurple-400: #e46b75;
$blurple-300: #e8828b;
// 758postal theme
// v1.00
$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;
$grey-600: #584b46;
$grey-100: #c2bebd;
$success-green: #8db568 !default; // Matcha
$error-red: $red-500 !default;
$warning-red: #8c72ff !default; //Tsuyukusa
$warning-red: #8c72ff !default; //Rindou
$gold-star: #de8937 !default; //Kogane
$red-bookmark: $warning-red;
@ -60,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, 112, 129, 40%) !default;
$ui-button-icon-hover-background-color: rgba(255, 37, 59, 40%) !default;
// Variables for texts
$primary-text-color: $white !default;