mirror of
https://github.com/nextcloud/server.git
synced 2026-03-31 14:47:35 -04:00
Merge pull request #54789 from nextcloud/fix/dark-theme-assistant
fix(theming): adjust assistant icon color on dark theme
This commit is contained in:
commit
fb38f2fd19
1 changed files with 1 additions and 2 deletions
|
|
@ -94,14 +94,13 @@ class DarkTheme extends DefaultTheme implements ITheme {
|
|||
// Assistant colors (see default theme)
|
||||
'--color-background-assistant' => '#221D2B',
|
||||
'--color-border-assistant' => 'linear-gradient(125deg, #0C3A65 50%, #6204A5 125%)',
|
||||
'--color-element-assistant-icon' => 'linear-gradient(285deg, #CDACE7 15.28%, #008FDB 39.98%, #A180E0 82.05%)',
|
||||
|
||||
'--color-element-error' => $colorErrorElement,
|
||||
'--color-element-info' => $colorInfoElement,
|
||||
'--color-element-success' => $colorSuccessElement,
|
||||
'--color-element-warning' => $colorWarningElement,
|
||||
|
||||
|
||||
|
||||
'--color-error' => $colorError,
|
||||
'--color-error-hover' => $this->util->lighten($colorError, 10),
|
||||
'--color-error-text' => $colorErrorText,
|
||||
|
|
|
|||
Loading…
Reference in a new issue