An improved gogs dark theme

Jerry Liao 79649e1bcf tweak follower style пре 2 година
LICENSE 909ba15978 Initial commit пре 2 година
README.md 851967c28e add markdown editor dark theme пре 2 година
codemirror-material-darker.css 10b38de228 update styles and readme пре 2 година
dark-theme.css 79649e1bcf tweak follower style пре 2 година
gogs-hero-light.png f3a26f2b22 Add gogs-hero-light.png пре 2 година
simplemde-dark.css 118e0c1e69 unify markdown editor style пре 2 година

README.md

gogs-dark-theme

An improved gogs dark theme, original from Stylish, CodeMirror theme from here, SimpleMDE theme from here

Instructions

  • Put dark-theme.css, simplemde-dark.css and codemirror-material-darker.css under /your/gogs/path/custom/public/themes foler
  • Add following HTML code in /your/gogs/path/custom/templates/inject/head.tmpl

    <link rel="stylesheet" href="/css/themes/dark-theme.css" />
    <link rel="stylesheet" href="/css/themes/simplemde-darker.css" />
    <link rel="stylesheet" href="/css/themes/codemirror-material-darker.css" />
    
  • If you're using Nginx to proxy Gogs, upload gogs-hero-light.png to the site folder and add the following lines in your site config

    location =/img/gogs-hero.png {
        alias /var/www/yoursite/gogs-hero-light.png;
    }
    
  • Restart Nginx and Gogs

Todo

  • CodeMirror themes
  • CodeMirror Markdown theme