question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Night Mode for Frappe

See original GitHub issue

screenshot screenshot-1 screenshot-2

Not sure if this is the right approch to acheive this, below is the css

body {
/* Invert eveything */
    filter: invert(100%);
/* make the background dark */
    background-color: #000000;
}
/* invert all elements which needs to retain color */
button, span, img, .app-icon {
    filter: invert(100%);
}

can the UI/UX folks evaluate?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:11
  • Comments:10 (9 by maintainers)

github_iconTop GitHub Comments

4reactions
surajshetty3416commented, Feb 23, 2021

Introduced with this PR 🎉

1reaction
wojosccommented, May 13, 2020

Hi all. you can pretty much solve this by using https://darkreader.org/

Regards.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Dark Theme Option - ERPNext Forum
The ERPNext Website shows shows a dark theme page as well. However, i can't seem to find option to turn on dark theme...
Read more >
Dark theme - Revision: 3aa81cc75c - Frappe Framework
+Frappe Framework has a first class support of dark theme. To switch the theme, click on your avatar on top right of the...
Read more >
Frappe Charts, Darkmode.js, Eva Design System - YouTube
O dpw 23 traz Frappe Charts, solução open source moderna para gráficos SVG; Darkmode.js, para adicionar dark mode no seu site/app em ...
Read more >
Frappe Redesign 2020
Within 2 months, close to a 100 issues were reported and we started the job of polishing the UI. Redesign Issues in Dark...
Read more >
Customer Reviews: Mr. Coffee Frappe Single-Serve Iced and ...
Best Buy has honest and unbiased customer reviews for Mr. Coffee Frappe ... Two insulated cups + reusable straws Blender / Frozen Mode...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found