From c4264eb36253fac4b518b2444af7dba8fbbef215 Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Wed, 13 Apr 2022 17:28:29 +0100 Subject: [PATCH] move colorschemes out of modules folder, symlink into modules folder for compatibility --- modules/readmes/colors.txt => colors.txt | 2 +- {modules/colors => colors}/base16-default.css | 0 {modules/colors => colors}/gruvbox.css | 0 modules/colors | 1 + readme.txt | 4 ++-- 5 files changed, 4 insertions(+), 3 deletions(-) rename modules/readmes/colors.txt => colors.txt (84%) rename {modules/colors => colors}/base16-default.css (100%) rename {modules/colors => colors}/gruvbox.css (100%) create mode 120000 modules/colors diff --git a/modules/readmes/colors.txt b/colors.txt similarity index 84% rename from modules/readmes/colors.txt rename to colors.txt index c32395a..67d429a 100644 --- a/modules/readmes/colors.txt +++ b/colors.txt @@ -1,6 +1,6 @@ in the css -@import url("https://styles.alv.cx/modules/colors/.css"); +@import url("https://styles.alv.cx/colors/.css"); and use the variables created in the file diff --git a/modules/colors/base16-default.css b/colors/base16-default.css similarity index 100% rename from modules/colors/base16-default.css rename to colors/base16-default.css diff --git a/modules/colors/gruvbox.css b/colors/gruvbox.css similarity index 100% rename from modules/colors/gruvbox.css rename to colors/gruvbox.css diff --git a/modules/colors b/modules/colors new file mode 120000 index 0000000..142c179 --- /dev/null +++ b/modules/colors @@ -0,0 +1 @@ +../colors/ \ No newline at end of file diff --git a/readme.txt b/readme.txt index d8ae6fe..b423b5f 100644 --- a/readme.txt +++ b/readme.txt @@ -8,11 +8,11 @@ to style a site: 1. put this at the top of a css file somewhere: - @import url("https://styles.alv.cx/modules/colors/.css"); + @import url("https://styles.alv.cx/colors/.css"); @import url("https://styles.alv.cx/base.css"); replacing with one of the options available at - https://styles.alv.cx/modules/colors/ + readme/ 2. add any of the optional modules you want. 3. a list of actively hosted modules can be seen in this repo in the modules folder and at