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.

Dark mode support

See original GitHub issue

I realize this is super early and expected, but wanted to create an issue to track it.

GitHub is working on dark mode. I think you can enable it if you opt into beta features, but I got a toggle on the GitHub homepage. You can also enable it by adding the data-color-mode="dark" attribute to the root html element. This extension does not work properly with dark mode enabled:

image

Without the extension:

image

Some differences at first glance:

  • Folder icon
  • Line separator
  • Hover color
  • Code preview (when clicking on a file)

It looks like GitHub is using css variables for the colours:

image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
hugo-vrijswijkcommented, Dec 8, 2020

It looks great! Thanks for the quick action 💪! Looking at the code it was really similar to some of my local changes, but I missed a couple things

1reaction
brummcommented, Dec 8, 2020

let me know what you think!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Supporting Dark Mode in Your Interface - Apple Developer
The dark appearance, known as Dark Mode, implements an interface style that many apps already adopt. Users choose the aesthetic they prefer, and...
Read more >
Adapting Your App to Support Dark Mode - RayWenderlich.com
In this tutorial, you'll learn how to add support for Dark Mode in your app, making it look great in low-light environments.
Read more >
Dark Mode: Adding support to your app in Swift - SwiftLee
Dark Mode was introduced in iOS 13 and announced at WWDC 2019. It adds a darker theme to iOS and allows you to...
Read more >
Browse in Dark mode or Dark theme - Google Chrome Help
When you browse in Dark mode or Dark theme in Chrome, your homepage, toolbar, settings, and some other pages will be dark. Android...
Read more >
Dark Mode Email: Your Ultimate How-to Guide - Litmus
The following year, Dark Mode came to iOS Mail and other industry heavyweights, including Gmail, announced support for Dark 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