Skip to content

Commit 1c753c2

Browse files
committed
Lighten default color slightly for increased contrast
Signed-off-by: Christopher Ng <chrng8@gmail.com>
1 parent 24ffe32 commit 1c753c2

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
@@ -56,21 +56,21 @@
5656
--background-invert-if-bright: invert(100%);
5757
--background-image-invert-if-bright: no;
5858
--primary-invert-if-bright: no;
59-
--color-primary: #00639a;
59+
--color-primary: #006aa3;
6060
--color-primary-default: #0082c9;
6161
--color-primary-text: #ffffff;
62-
--color-primary-hover: #3282ae;
63-
--color-primary-light: #e5eff4;
64-
--color-primary-light-text: #00273d;
65-
--color-primary-light-hover: #dbe4e9;
62+
--color-primary-hover: #3287b5;
63+
--color-primary-light: #e5f0f5;
64+
--color-primary-light-text: #002a41;
65+
--color-primary-light-hover: #dbe5ea;
6666
--color-primary-text-dark: #ededed;
67-
--color-primary-element: #00639a;
67+
--color-primary-element: #006aa3;
6868
--color-primary-element-default-hover: #329bd3;
6969
--color-primary-element-text: #ffffff;
70-
--color-primary-element-hover: #3282ae;
71-
--color-primary-element-light: #e5eff4;
72-
--color-primary-element-light-text: #00273d;
73-
--color-primary-element-light-hover: #dbe4e9;
70+
--color-primary-element-hover: #3287b5;
71+
--color-primary-element-light: #e5f0f5;
72+
--color-primary-element-light-text: #002a41;
73+
--color-primary-element-light-hover: #dbe5ea;
7474
--color-primary-element-text-dark: #ededed;
7575
--gradient-primary-background: linear-gradient(40deg, var(--color-primary) 0%, var(--color-primary-hover) 100%);
7676
--image-background-default: url('/apps/theming/img/background/kamil-porembinski-clouds.jpg');

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 BACKGROUND_SHIPPED = 'shipped';
5252
public const BACKGROUND_CUSTOM = 'custom';

0 commit comments

Comments
 (0)