Skip to content

Commit

Permalink
Update theme in gitea post
Browse files Browse the repository at this point in the history
  • Loading branch information
davegallant committed Apr 7, 2024
1 parent 9367f85 commit 2475d2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/blog/setting-up-gitea-actions-with-tailscale/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2475d2d

Please sign in to comment.