fix donphan theme

This commit is contained in:
Alexis Viguié 2024-01-21 23:22:04 +01:00
parent c99318c0e5
commit dc20c7dd99
No known key found for this signature in database
2 changed files with 12 additions and 11 deletions

View File

@ -11,11 +11,12 @@ $ui-base-color: $classic-base-color !default;
$ui-primary-color: $classic-primary-color !default;
$ui-secondary-color: $classic-secondary-color !default;
$blurple-500: #d9742b !default;
$blurple-600: #cc563a !default;
$blurple-300: #e08f55 !default;
$grey-600: #5a4e4c !default;
$grey-100: #f3dada !default;
$blurple-600: #bf682a;
$blurple-500: #d9742b;
$blurple-400: #d98448;
$blurple-300: #e09865;
$grey-600: #5a4e4c;
$grey-100: #f3dada;
// Differences
$ui-highlight-color: $blurple-500 !default;

View File

@ -3,12 +3,12 @@ $black: #000000; // Black
$white: #ffffff; // White
$red-600: #b7253d !default; // Deep Carmine
$red-500: #df405a !default; // Cerise
$blurple-600: #563acc; // Iris
$blurple-500: #6364ff; // Brand purple
$blurple-400: #7477fd; // Medium slate blue
$blurple-300: #858afa; // Faded Blue
$grey-600: #4e4c5a; // Trout
$grey-100: #dadaf3; // Topaz
$blurple-600: #563acc !default; // Iris
$blurple-500: #6364ff !default; // Brand purple
$blurple-400: #7477fd !default; // Medium slate blue
$blurple-300: #858afa !default; // Faded Blue
$grey-600: #4e4c5a !default; // Trout
$grey-100: #dadaf3 !default; // Topaz
$success-green: #79bd9a !default; // Padua
$error-red: $red-500 !default; // Cerise