From 2475d2d67eec51f1f5fe0c4c524ec085e6ff6e72 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sun, 7 Apr 2024 18:54:55 -0400 Subject: [PATCH] Update theme in gitea post --- content/blog/setting-up-gitea-actions-with-tailscale/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/setting-up-gitea-actions-with-tailscale/index.md b/content/blog/setting-up-gitea-actions-with-tailscale/index.md index 5174d918..5fc080d3 100644 --- a/content/blog/setting-up-gitea-actions-with-tailscale/index.md +++ b/content/blog/setting-up-gitea-actions-with-tailscale/index.md @@ -104,9 +104,9 @@ Something to consider is whether or not you want to use ssh with git. One method ## Theming -I discovered some themes for gitea [here](https://git.sainnhe.dev/sainnhe/gitea-themes) and decided to try out gruvbox. +I discovered some themes for gitea [here](https://git.sainnhe.dev/sainnhe/gitea-themes). -I added the theme by cloning [theme-gruvbox-auto.css](https://git.sainnhe.dev/sainnhe/gitea-themes/raw/branch/master/dist/theme-gruvbox-auto.css) into `./data/gitea/public/assets/css`. I then added the following to `environment` in `docker-compose.yml`: +I added the theme by copying [theme-palenight.css](https://git.sainnhe.dev/sainnhe/gitea-themes/raw/branch/master/dist/theme-palenight.css) into `./data/gitea/public/assets/css`. I then added the following to `environment` in `docker-compose.yml`: ```yaml - GITEA__ui__DEFAULT_THEME=palenight