2022-04-13 00:14:21 +00:00
|
|
|
in the css
|
|
|
|
|
2022-04-13 16:55:16 +00:00
|
|
|
@import url("https://styles.alv.cx/colors/<colorscheme>.css");
|
2022-04-13 00:14:21 +00:00
|
|
|
|
|
|
|
and use the variables created in the file
|
2022-04-13 16:09:20 +00:00
|
|
|
|
|
|
|
the following colors will be available to use with all colorschemes (useful for
|
|
|
|
switching between colorschemes easily)
|
|
|
|
|
|
|
|
|
|
|
|
--orange
|
|
|
|
--red
|
|
|
|
--green
|
|
|
|
--yellow
|
|
|
|
--blue
|
|
|
|
--purple
|
|
|
|
|
2022-04-13 16:55:16 +00:00
|
|
|
--colorscheme-light
|
|
|
|
--colorscheme-dark
|
2022-04-13 16:09:20 +00:00
|
|
|
|
2022-04-13 16:55:16 +00:00
|
|
|
colorschemes also have their own custom colors inside, which can be used if
|
|
|
|
switching themes is not a concern.
|