반응형

https://docs.theme-park.dev/themes/gitea/#click-here-for-general-setup

 

Gitea ⚙️ - theme.park Docs

Gitea Custom Gitea CSS 🛠️ Installation Info Tested on Version: 1.15.4 If you want to add the theme with subfilter ect, click here: https://docs.theme-park.dev/setup/#methods The theme is built on top of the Gitea theme, so make sure that is selected i

docs.theme-park.dev

 

 

make file

gitea/templates/custom/body_outer_pre.tmpl

 

add

{{ if .IsSigned }}
  {{ if and (ne .SignedUser.Theme "gitea") (ne .SignedUser.Theme "arc-green") }}
    <link rel="stylesheet" href="https://theme-park.dev/css/base/gitea/{{.SignedUser.Theme}}.css">
  {{end}}
{{ else if and (ne DefaultTheme "gitea") (ne DefaultTheme "arc-green") }}
  <link rel="stylesheet" href="https://theme-park.dev/css/base/gitea/{{DefaultTheme}}.css">
{{end}}

 

edit file

gitea/conf/app.ini

 

[ui] 
THEMES = gitea,arc-green,plex,aquamarine,dark,dracula,hotline,organizr,space-gray,hotpink,onedark,overseerr,nord 
DEFAULT_THEME = gitea

 

 

 

 

 

 

반응형

'Etc.' 카테고리의 다른 글

apache samesite  (0) 2024.01.09
Sourcetree 외부 비교 도구 VisualCode  (0) 2022.11.09
니코틴 계산  (0) 2019.11.06
단축키 비교표 IntelliJ, Eclipse, Visual Studio  (0) 2019.09.26
VLC streaming  (0) 2017.08.03

+ Recent posts