Skip to content

Commit

Permalink
Merge remote-tracking branch 'hota/test/theme' into hota/test/4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lindwurm committed Oct 9, 2024
2 parents 0446c96 + eb7e4a0 commit 22d74da
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/javascript/styles/classic/variables.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
// Dependent colors
$black: #000000;
$blurple-600: #2075b1;
$blurple-500: #2b90d9;
$blurple-400: #56a7e1;
$blurple-300: #82bee9;
$grey-600: hsl(208deg, 8%, 33%);
$grey-100: hsl(208deg, 51%, 90%);

$classic-base-color: #282c37;
$classic-primary-color: #9baec8;
Expand All @@ -15,7 +21,7 @@ $darker-text-color: lighten($ui-primary-color, 20%) !default;
$dark-text-color: lighten($ui-primary-color, 12%) !default;
$secondary-text-color: lighten($ui-secondary-color, 6%) !default;
$highlight-text-color: lighten($ui-highlight-color, 10%) !default;
$action-button-color: lighten($ui-base-color, 50%);
$action-button-color: lighten($ui-base-color, 50%) !default;

$inverted-text-color: $black !default;
$lighter-text-color: darken($ui-base-color, 6%) !default;
Expand Down

0 comments on commit 22d74da

Please sign in to comment.