new colorscheme picking

This commit is contained in:
2022-04-13 17:09:20 +01:00
parent a8f04a0b18
commit ae9ce73739
6 changed files with 46 additions and 8 deletions

View File

@@ -3,3 +3,20 @@ in the css
@import url("https://styles.alv.cx/modules/colors/<colorscheme>.css");
and use the variables created in the file
the following colors will be available to use with all colorschemes (useful for
switching between colorschemes easily)
--orange
--red
--green
--yellow
--blue
--purple
--light
--dark
prefer to use `--fg` and `--bg` and be careful with using `--light` and `--dark`
as it may make light/dark mode switching a pain