Commit 4b82b526 authored by Olena Horal-Koretska's avatar Olena Horal-Koretska

Merge branch 'darkmode-activity-calendar' into 'master'

Use better colors for activity calendar in darkmode

See merge request gitlab-org/gitlab!79838
parents b661c79c 00ab070d
...@@ -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