mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Add .less files for theme modes
This commit is contained in:
parent
39fbc43860
commit
c64e9888a2
5
public/css/modes/dark.less
Normal file
5
public/css/modes/dark.less
Normal file
@ -0,0 +1,5 @@
|
||||
/* Icinga Web 2 | (c) 2021 Icinga GmbH | GPLv2+ */
|
||||
|
||||
@enable-color-preference: 999999px;
|
||||
@prefer-light-color-scheme: 999999px;
|
||||
@prefer-dark-color-scheme: 0px;
|
5
public/css/modes/light.less
Normal file
5
public/css/modes/light.less
Normal file
@ -0,0 +1,5 @@
|
||||
/* Icinga Web 2 | (c) 2021 Icinga GmbH | GPLv2+ */
|
||||
|
||||
@enable-color-preference: 999999px;
|
||||
@prefer-light-color-scheme: 0px;
|
||||
@prefer-dark-color-scheme: 999999px;
|
5
public/css/modes/none.less
Normal file
5
public/css/modes/none.less
Normal file
@ -0,0 +1,5 @@
|
||||
/* Icinga Web 2 | (c) 2021 Icinga GmbH | GPLv2+ */
|
||||
|
||||
@enable-color-preference: 999999px;
|
||||
@prefer-light-color-scheme: 999999px;
|
||||
@prefer-dark-color-scheme: 999999px;
|
5
public/css/modes/system.less
Normal file
5
public/css/modes/system.less
Normal file
@ -0,0 +1,5 @@
|
||||
/* Icinga Web 2 | (c) 2021 Icinga GmbH | GPLv2+ */
|
||||
|
||||
@enable-color-preference: 0px;
|
||||
@prefer-light-color-scheme: 999999px;
|
||||
@prefer-dark-color-scheme: 999999px;
|
Loading…
x
Reference in New Issue
Block a user