Gitea CSS theme for visual similarity to the Gruvbox Vim theme.
Code-block syntax highlighting was adapted from daveyarwood/gruvbox-pygments.
See Usage for installation and configuration instructions and dreamerslegacy.xyz's Gitea instance for a demo.
Clone repository with git
.
git clone https://github.com/perpetualCreations/gruvbox-gitea.git
Alternatively, use the PROVIDENCE Git remote.
git clone https://dreamerslegacy.xyz/git/perpetualCreations/gruvbox-gitea.git
Copy CSS files into Gitea's customizations directory, see Gitea's documentation for more information.
cp theme-gitea-gruvbox.css $GITEA_CUSTOM/public/css/
Modify your Gitea configuration to use the theme.
nano $GITEA_CUSTOM/conf/app.ini
Specifically add gitea-gruvbox.css to the THEMES
field under section ui
.
Refer to Gitea's documentation for other relevant parameters you may wish to change, such as the default UI theme.