Skip to content

Commit 32981ed

Browse files
committed
Lighten default color slightly for increased contrast
Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 1c753c2)
1 parent dfaaf11 commit 32981ed

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

apps/theming/css/default.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,21 +59,21 @@
5959
--image-background-default: url('/core/img/app-background.jpg');
6060
--color-background-plain: #0082c9;
6161
--primary-invert-if-bright: no;
62-
--color-primary: #00639a;
62+
--color-primary: #006aa3;
6363
--color-primary-default: #0082c9;
6464
--color-primary-text: #ffffff;
65-
--color-primary-hover: #3282ae;
66-
--color-primary-light: #e5eff4;
67-
--color-primary-light-text: #00273d;
68-
--color-primary-light-hover: #dbe4e9;
65+
--color-primary-hover: #3287b5;
66+
--color-primary-light: #e5f0f5;
67+
--color-primary-light-text: #002a41;
68+
--color-primary-light-hover: #dbe5ea;
6969
--color-primary-text-dark: #ededed;
70-
--color-primary-element: #00639a;
70+
--color-primary-element: #006aa3;
7171
--color-primary-element-default-hover: #329bd3;
7272
--color-primary-element-text: #ffffff;
73-
--color-primary-element-hover: #3282ae;
74-
--color-primary-element-light: #e5eff4;
75-
--color-primary-element-light-text: #00273d;
76-
--color-primary-element-light-hover: #dbe4e9;
73+
--color-primary-element-hover: #3287b5;
74+
--color-primary-element-light: #e5f0f5;
75+
--color-primary-element-light-text: #002a41;
76+
--color-primary-element-light-hover: #dbe5ea;
7777
--color-primary-element-text-dark: #ededed;
7878
--gradient-primary-background: linear-gradient(40deg, var(--color-primary) 0%, var(--color-primary-hover) 100%);
7979
}

apps/theming/lib/Service/BackgroundService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class BackgroundService {
4646
// true when the background is bright and need dark icons
4747
public const THEMING_MODE_DARK = 'dark';
4848
public const DEFAULT_COLOR = '#0082c9';
49-
public const DEFAULT_ACCESSIBLE_COLOR = '#00639a';
49+
public const DEFAULT_ACCESSIBLE_COLOR = '#006aa3';
5050

5151
public const SHIPPED_BACKGROUNDS = [
5252
'anatoly-mikhaltsov-butterfly-wing-scale.jpg' => [

0 commit comments

Comments
 (0)