catppuccin / gitea

🍵 Soothing pastel theme for Gitea
https://gitea.catppuccin.com/
MIT License
211 stars 14 forks source link

fix header bg bar variable #15

Closed pabl-o-ce closed 11 months ago

pabl-o-ce commented 11 months ago

Hi love your work.

send the PR issue #11

nekowinston commented 11 months ago

Hey, thanks for the PR, the color-header-bar variable got deprecated in 1.20:

https://github.com/go-gitea/gitea/commit/b6bcb79987ae3c9095fe2b2c7c0a3e4b42cdebba#diff-bf3a284bc2ea51adf0333a1ece388b60b4aff10e3ec715a889c6fed44450f2d3L226

So I followed that change: https://github.com/catppuccin/gitea/commit/fdd8b8578006071c7bcba516469842884aba5cfd#diff-40373cf5cc75ecfb6a5f3c995698062f4d5b4d0af9d33dd29f666f37feae54c7L207

I'm not really sure if we should keep deprecated CSS variables in the latest release branch, as 0.4 is currently only supporting Gitea >1.20

pabl-o-ce commented 11 months ago

oh! That is something I don't was aware!

I'm using Gitea rootless:latest docker image and change only my specific needs. I saw the issue and said why not help with the PR.

I think my latest image tag is not latest at all (is 4 months old). Sorry don't be aware of the version supported.

Keep the good work :)