Implement automatic dark mode, reduce user interface styling
Repository details (talkie)
- Project page
- talkie
- Project log category
- talkie (708 entries)
- Repository
- @joelpurra/talkie
- Owner
- @joelpurra
- Issues
- Issues on Github
- Contributors
- Contributors on Github
- Project status
- ⏲️ This project has had recent commits.
- 📂 This project is open.
- 🌠 This project is popular.
- Repository activity period
- 🗓—
- Commits
- 751 commits
- Stars
- 71 stars
Commit details (e763426d)
- Author
- Joel Purra
- Authored at
- Committer
- Joel Purra
- Committed at
Commit message
Implement automatic dark mode, reduce user interface styling
- Instead of an always bright white background in Talkie's popup and options page, a dark mode has been implemented.
- Dark mode is automatically selected, based on the user's browser and system preferences.
- Dark mode is implemented as a simple variation of the light mode; both use browser-mandated default colors (such as background, text, links, visited links). Variations of translucent gray is for minor variations (backgrounds, borders, etcetera).
- Use of colors, icons, and additional styling has been reduced to simplify the dark mode implementation.
Raw text
Implement automatic dark mode, reduce user interface styling - Instead of an always bright white background in Talkie's popup and options page, a dark mode has been implemented. - Dark mode is automatically selected, based on the user's browser and system preferences. - Dark mode is implemented as a simple variation of the light mode; both use browser-mandated default colors (such as background, text, links, visited links). Variations of translucent gray is for minor variations (backgrounds, borders, etcetera). - Use of colors, icons, and additional styling has been reduced to simplify the dark mode implementation.