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.gitAlternatively, use the PROVIDENCE Git remote.
git clone https://dreamerslegacy.xyz/git/perpetualCreations/gruvbox-gitea.gitCopy 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.iniSpecifically 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.