Files to customize gitea for envs.net
Go to file
login 90f9df635b Updated 'public/envs.css' with a new .code-view .active colour
The new colour was chosen by a more suitable procedure. I went to https://www.w3schools.com/colors/colors_converter.asp and entered the colour of the links on the current gitea theme on envs.net (which is #87ab63). Then, I copied the HSL version (hsl(90, 30%, 53%)) and pasted it. Then, I adjusted the lightness (L) portion from 53% to 4%, and got the colour value in hex #0a1400. This preserves the exact hue and saturation of the theme, while only decreasing the lightness. The previous colour was pure green, which doesn't match the theme perfectly.
2020-03-27 11:07:04 -04:00
public Updated 'public/envs.css' with a new .code-view .active colour 2020-03-27 11:07:04 -04:00
templates/custom add own envs.css for custom things 2020-03-27 13:23:19 +00:00
.gitignore init 2018-06-08 09:41:01 -04:00
LICENSE add LICENSE and README 2018-06-08 09:53:18 -04:00
README.md changes for envs 2020-03-24 12:20:44 +01:00
robots.txt add current css 2018-08-11 17:49:05 -04:00

README.md

gitea-custom

this repository tracks the customizations for https://git.envs.net.

feel free to use any or all parts of this.

installing

if you want all of it, simply clone this in to your gitea root. otherwise, copy other files as needed!

example: gitea root is /var/lib/gitea:

cd /var/lib/gitea
git clone https://tildegit.org/envs/gitea-custom.git custom

make sure that you restart gitea afterwards.