move colorschemes out of modules folder, symlink into modules folder for compatibility
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
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
|
Reference in New Issue
Block a user