/gitea-githubify

GitHub theme for Gitea/Gogs.

Primary LanguageCSSMIT LicenseMIT

gitea-githubify

GitHub Theme for Gitea (and for Gogs)

This repo contains patch files for Gitea to make Gitea looks like GitHub.

Note that, patch size is huge, because it still needs many fixes. Until it fixed and proper version released, I will decrease patch size.

I minified and decreased patch size. I will try to implement more minified version later.

Install

Upload patch.css and patch-ext.css files to public dir.

Open gogs.css for Gogs or index.css for Gitea. Put this two lines at to top:

@import url("patch.css");
@import url("patch-ext.css");

Save and close. Thats all. Do not forget to clear browser cache. (or CTRL+F5)

Extra patch:

Extra patch files is required for customized view. If you only upload patch.css file, it won't look better.

Screenshots:

1 2 3 4 5 6 7

Improved repo name (NEW)

9

Improved repository header (NEW)

13

Improved commit header (NEW)

14

Licensed under MIT License