Gitea: Theme only applies when logged out?

Created on 4 Mar 2020  路  2Comments  路  Source: go-gitea/gitea

  • Gitea version (or commit ref): 1.12.0+dev-429-gafa1e1af1
  • Git version: 2.24.1
  • Operating system: Docker - gitea/gitea:latest
  • Database (use [x]):

    • [x] PostgreSQL

    • [ ] MySQL

    • [ ] MSSQL

    • [ ] SQLite

  • Can you reproduce the bug at https://try.gitea.io:

    • [ ] Yes (provide example URL)

    • [ ] No

    • [x] Not relevant

  • Log gist: ???

Description

When I change the theme in /data/gitea/conf/app.ini, so that it reads:

...

[repository.upload]
TEMP_PATH = /data/gitea/uploads

[ui]
DEFAULT_THEME = arc-green

[server]
APP_DATA_PATH    = /data/gitea
...

The theme will change on public facing pages, i.e., those before I've logged in... But as soon as I log in, everything returns to regular light/gitea theme.

Screenshots


2

1

kinquestion

All 2 comments

You need to change it in your account settings, e.g. https://try.gitea.io/user/settings/account.
Each user can change their preferred theme.

Holy chips that was fast. Thanks. :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jakimfett picture jakimfett  路  3Comments

internalfx picture internalfx  路  3Comments

jonasfranz picture jonasfranz  路  3Comments

cookiengineer picture cookiengineer  路  3Comments

jorise7 picture jorise7  路  3Comments