dotfiles

regexghost dotfiles and scripts
git clone https://git.regexghost.com/dotfiles.git
Log | Files | Refs | README

commit 21efe7b49c0794343732d2b4a941ce772250c8fa
parent 544ca10483c80d6ac809e422a839f2d2f130d05a
Author: regexghost <dev@regexghost.com>
Date:   Sun, 12 Jul 2026 22:39:20 +0100

css update/revert

Diffstat:
Mhelpers/colours/make.sh | 4+++-
Mhelpers/colours/templates/Template-style.css | 2+-
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/helpers/colours/make.sh b/helpers/colours/make.sh @@ -5,7 +5,6 @@ mkdir output scheme="$1" . schemes/"$scheme.sh" -cp schemes/"$scheme".sh "$XDG_CONFIG_HOME/regexghost/current-theme.sh" loadColours () { template="$1" @@ -36,9 +35,12 @@ loadColours () { if [ "$2" = "website" ]; then loadColours templates/Template-style.css output/style.css cp output/style.css ~/Programs/websites/personal-website/static/style.css + rm -rf output/ exit fi +cp schemes/"$scheme".sh "$XDG_CONFIG_HOME/regexghost/current-theme.sh" + for template in templates/*; do outputFilename="$(echo "$template" | sed "s|Template|Colourscheme-Substitution-$scheme|g" | sed 's/templates/output/g')" loadColours "$template" "$outputFilename" diff --git a/helpers/colours/templates/Template-style.css b/helpers/colours/templates/Template-style.css @@ -6,7 +6,7 @@ body { } a { - color: #BLUE; + color: #CYAN; } div.sidebar a {