feat(themes): add pinkie theme, fix editor inside neogothic theme, add .idea to gitignore

This commit is contained in:
h
2025-11-25 23:57:36 +01:00
parent 804fddcc9c
commit 41ce6895c6
4 changed files with 360 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
<input type="hidden" name="_csrf" value="{{.CsrfToken}}">
<select name="theme" id="footer-theme-select" class="ui dropdown">
<option value="neogothic" {{if eq .SignedUser.Theme "neogothic"}}selected{{end}}>neogothic</option>
<option value="pinkie" {{if eq .SignedUser.Theme "pinkie"}}selected{{end}}>pinkie</option>
<option value="gitea-dark" {{if eq .SignedUser.Theme "gitea-dark"}}selected{{end}}>gitea-dark</option>
<option value="gitea-light" {{if eq .SignedUser.Theme "gitea-light"}}selected{{end}}>gitea-light</option>
</select>