1
+ /* This Source Code Form is subject to the terms of the Mozilla Public
2
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
3
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
+
5
+ : root : not (: -moz-lwtheme ) {
6
+ color-scheme : light dark;
7
+
8
+ /* https://gnome.pages.gitlab.gnome.org/libadwaita/doc/1.4/named-colors.html */
9
+
10
+ --lwt-accent-color : light-dark (rgb (245 , 245 , 245 ), rgb (36 , 36 , 36 )) !important ;
11
+ --lwt-accent-color-inactive : light-dark (rgb (230 , 230 , 230 ), rgb (36 , 36 , 36 )) !important ;
12
+
13
+ --lwt-text-color : light-dark (rgba (0 , 0 , 0 , 0.8 ), rgba (255 , 255 , 255 , 1 )) !important ;
14
+
15
+ --toolbar-bgcolor : light-dark (rgb (255 , 255 , 255 ), rgb (48 , 48 , 48 )) !important ;
16
+ --toolbar-color : light-dark (rgba (0 , 0 , 0 , 0.8 ), rgba (255 , 255 , 255 , 1 )) !important ;
17
+
18
+ --chrome-content-separator-color : light-dark (rgb (220 , 220 , 220 ), rgb (4 , 4 , 4 )) !important ;
19
+
20
+ --toolbar-field-background-color : light-dark (rgba (0 , 0 , 0 , 0.08 ), rgba (255 , 255 , 255 , 0.1 )) !important ;
21
+ }
0 commit comments