diff --git a/projects/core/styles/theme/palette.less b/projects/core/styles/theme/palette.less index 22f3faba3d13..fc4b13462c01 100644 --- a/projects/core/styles/theme/palette.less +++ b/projects/core/styles/theme/palette.less @@ -1,4 +1,6 @@ [tuiTheme='dark'] { + color-scheme: dark; + // Backgrounds --tui-background-base: #222; --tui-background-base-alt: #333; @@ -45,6 +47,10 @@ --tui-text-negative-hover: #bb593a; } +[tuiTheme='light'] { + color-scheme: light; +} + &:root, [tuiTheme='light'] { // Backgrounds