aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/css
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2022-09-23 15:29:47 +0200
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-09-23 15:48:45 +0200
commit7a43559197ba77af68b9326e8e2c46d9cb211ac6 (patch)
treeea324da06c0e50c4b952aae20aeb0820a81026f5 /apps/theming/css
parent0b23ad925600adef279895c14f0006ae7d081e83 (diff)
downloadnextcloud-server-7a43559197ba77af68b9326e8e2c46d9cb211ac6.tar.gz
nextcloud-server-7a43559197ba77af68b9326e8e2c46d9cb211ac6.zip
Refactor primary computation and fix a few missing theme parity variables
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/theming/css')
-rw-r--r--apps/theming/css/default.css30
1 files changed, 15 insertions, 15 deletions
diff --git a/apps/theming/css/default.css b/apps/theming/css/default.css
index 887281ab504..559aedd6614 100644
--- a/apps/theming/css/default.css
+++ b/apps/theming/css/default.css
@@ -10,21 +10,6 @@
--color-background-darker: #dbdbdb;
--color-placeholder-light: #e6e6e6;
--color-placeholder-dark: #cccccc;
- --color-primary: #0082c9;
- --color-primary-text: #ffffff;
- --color-primary-hover: #329bd3;
- --color-primary-light: #e5f2f9;
- --color-primary-light-text: #0082c9;
- --color-primary-light-hover: #dbe7ee;
- --color-primary-text-dark: #ededed;
- --color-primary-element: #0082c9;
- --color-primary-element-text: #ffffff;
- --color-primary-element-hover: #329bd3;
- --color-primary-element-light: #e5f2f9;
- --color-primary-element-light-text: #0082c9;
- --color-primary-element-light-hover: #dbe7ee;
- --color-primary-element-text-dark: #ededed;
- --gradient-primary-background: linear-gradient(40deg, var(--color-primary) 0%, var(--color-primary-hover) 100%);
--color-main-text: #222222;
--color-text-maxcontrast: #767676;
--color-text-light: #222222;
@@ -68,4 +53,19 @@
--background-invert-if-dark: no;
--background-invert-if-bright: invert(100%);
--image-main-background: url('/core/img/app-background.jpg');
+ --color-primary: #0082c9;
+ --color-primary-text: #ffffff;
+ --color-primary-hover: #329bd3;
+ --color-primary-light: #e5f2f9;
+ --color-primary-light-text: #0082c9;
+ --color-primary-light-hover: #dbe7ee;
+ --color-primary-text-dark: #ededed;
+ --color-primary-element: #0082c9;
+ --color-primary-element-text: #ffffff;
+ --color-primary-element-hover: #329bd3;
+ --color-primary-element-light: #e5f2f9;
+ --color-primary-element-light-text: #0082c9;
+ --color-primary-element-light-hover: #dbe7ee;
+ --color-primary-element-text-dark: #ededed;
+ --gradient-primary-background: linear-gradient(40deg, var(--color-primary) 0%, var(--color-primary-hover) 100%);
}