GithubHelp home page GithubHelp logo

lucas-labs / gitea-lugit-theme Goto Github PK

View Code? Open in Web Editor NEW
17.0 1.0 0.0 1.55 MB

๐ŸŽจ lucaslabs โ€บ Gitea theme

License: MIT License

SCSS 63.34% JavaScript 36.66%
gitea gitea-theme scss

gitea-lugit-theme's Issues

Issue in gitea docker

Installing in gitea docker always throw:

2024/07/17 08:55:04 ...ates/htmlrenderer.go:140:wrapTmplErrMsg() [F] Gitea can't run with template errors: template error: custom:repo/home:62 : function "Safe" not defined
----------------------------------------------------------------------
                                                {{ctx.Locale.Tr "repo.archive.title_date" (DateTime "long" .Repository.ArchivedUnix) | Safe}}
                                                                                                                                       ^^^^
                                                                                                                                     

Auto switch between dark and light theme

Hello.

First of all, thank you for your work. I think your theme is really beautiful

Second, I've been looking for how to automatically change the theme from light to dark, and I think I've found something interesting.

Although I could make a pull request on this, I'd like to let you know first.

I found the code of the auto theme
And I tried to apply the same.

So i create a theme-auto-lugit.css (in public/assets/css) with:

@import "./theme-light.css" (prefers-color-scheme: light);
@import "./theme-dark.css" (prefers-color-scheme: dark);

And at least it works for me.

I think it would be cool if you could add this as well

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.