remove mention of beetroot for theme
This commit is contained in:
parent
35276dc6f3
commit
fb7a97d4a0
1 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@ gitea_arch: 'linux-amd64'
|
|||
# - name: 'beetroot' #add name of the theme
|
||||
# repo: 'https://git.disroot.org/Disroot-themes/forgejo-beetroot.git' #add git repository of the theme
|
||||
# img: 'true' #set it to true if there is an img folder
|
||||
# Don't forget to also add those themes' names in the following THEMES var.
|
||||
|
||||
#[CONFIG]
|
||||
# App.ini file variables
|
||||
|
@ -29,7 +30,7 @@ gitea_oauth2_config:
|
|||
- 'JWT_SECRET = ' #41 random chars
|
||||
|
||||
gitea_ui_config:
|
||||
- 'THEMES = auto,arc-green,gitea,beetroot-auto,beetroot-light,beetroot-dark,'
|
||||
- 'THEMES = auto,arc-green,gitea,forgejo-auto,forgejo-light,forgejo-dark'
|
||||
- 'DEFAULT_THEME = arc-green'
|
||||
|
||||
gitea_security_config:
|
||||
|
|
Loading…
Reference in a new issue