Commit 00ab070d authored by Janis Altherr's avatar Janis Altherr Committed by Olena Horal-Koretska

Use better colors for activity calendar in darkmode

Changelog: changed
Signed-off-by: default avatarJanis Altherr <jaltherr@gitlab.com>
parent 467b5c6a
...@@ -720,7 +720,7 @@ $calendar-activity-colors: ( ...@@ -720,7 +720,7 @@ $calendar-activity-colors: (
#7fa8c9, #7fa8c9,
#527ba0, #527ba0,
#254e77, #254e77,
); ) !default;
/* /*
* Commit Page * Commit Page
......
...@@ -259,3 +259,11 @@ $line-removed-dark: $red-200; ...@@ -259,3 +259,11 @@ $line-removed-dark: $red-200;
$well-expand-item: $gray-200; $well-expand-item: $gray-200;
$well-inner-border: $gray-200; $well-inner-border: $gray-200;
$calendar-activity-colors: (
#303030,
#333861,
#4a5593,
#6172c5,
#788ff7
);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment