Skip to content

Commit 8c71cf5

Browse files
chippisoncaddoo
andauthored
Core rebrand changes (#24441)
* adding new icons * Update logos to new logo * use old sizing * refresh top menu for rebranding * fix issue with login page moving out of center on larger screens * update screenshots * update test and css and submodules * update screenshots --------- Co-authored-by: Matt <1169490+caddoo@users.noreply.github.com>
1 parent e736d33 commit 8c71cf5

224 files changed

Lines changed: 487 additions & 604 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

core/Plugin/ThemeStyles.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class ThemeStyles
116116
/**
117117
* @var string|array<string>
118118
*/
119-
public $colorTextLighter = ['#666666', '#999'];
119+
public $colorTextLighter = ['#646464', '#999'];
120120

121121
/**
122122
* @var string|array<string>
@@ -161,12 +161,12 @@ class ThemeStyles
161161
/**
162162
* @var string|array<string>
163163
*/
164-
public $colorHeaderBackground = ['#3450A3', '#2b3138'];
164+
public $colorHeaderBackground;
165165

166166
/**
167167
* @var string|array<string>
168168
*/
169-
public $colorHeaderText = ['#fff', '#ccc'];
169+
public $colorHeaderText;
170170

171171
/**
172172
* @var string|array<string>
@@ -290,6 +290,8 @@ public function __construct(string $themeMode)
290290
$this->colorWidgetTitleBackground = $this->colorBackgroundContrast;
291291
$this->colorWidgetBackground = $this->colorBackgroundContrast;
292292
$this->colorWidgetBorder = $this->colorBackgroundTinyContrast;
293+
$this->colorHeaderBackground = $this->colorBackgroundContrast;
294+
$this->colorHeaderText = $this->colorTextLighter;
293295
}
294296

295297
/**
23 Bytes
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)