Skip to content

Commit 5f2789c

Browse files
committed
[IMP] web_theme_classic Add dark mode assets
web_dark_mode is not merged yet. #3324
1 parent a3e37ed commit 5f2789c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

web_theme_classic/__manifest__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@
1818
"web.assets_backend": [
1919
"/web_theme_classic/static/src/scss/web_theme_classic.scss",
2020
],
21+
"web.assets_web_dark": [
22+
(
23+
"before",
24+
"/web_theme_classic/static/src/scss/web_theme_classic.scss",
25+
"/web_theme_classic/static/src/scss/web_theme_classic.dark.scss",
26+
),
27+
],
2128
},
2229
"installable": True,
2330
"application": True,
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
$wtc-input-border-color-focus: rgba($o-action, 0.5) !default;
2+
$wtc-input-background-color-required: mix($o-action, transparent, 10) !default;

0 commit comments

Comments
 (0)