/gogs-theme

A lightweight theme for gogs

Primary LanguageCSS

A Gogs style.

This is a super lightweight css styling for gogs.

Installation

1- Download and place the custom.css in $GOPATH/src/github.com/gogits/gogspublic/css/ 2- Add a link tag in $GOPATH/src/github.com/gogits/gogs/templates/ng/base/head.tmpl:

        <link rel="stylesheet" href="{{AppSubUrl}}/ng/fonts/octicons.css">
        <link rel="stylesheet" href="{{AppSubUrl}}/css/github.min.css">
        <!-- JUST AFTER ALL CSS IMPORTS -->
        <link rel="stylesheet" href="{{AppSubUrl}}/css/custom.css">

3- Enjoy

Screen shots

Contributing

I’d ❤️ to receive contributions to this project. It doesn’t matter if it’s just a typo, or if you’re proposing an overhaul of the entire project, I’ll gladly take a look at your changes. Fork at will! 😀.

License

Go nuts. See LICENSE (MIT).