Night Mode for Frappe
See original GitHub issue
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:
- Created 5 years ago
- Reactions:11
- Comments:10 (9 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Introduced with this PR 🎉
Hi all. you can pretty much solve this by using https://darkreader.org/
Regards.