In this video we’ll create a Night Mode for our text editor.

Night mode, or Dark Mode, is just a basic way to change the colors of your app to be darker than the default.

To do this, we’ll basically just .config(bg=”black”) a bunch of different widgets. We’ll create a new Options menu that allows us to toggle dark mode off and on. It’s sort of a hacky way to do it, but it should work out ok.

John Elder

John is the CEO of Codemy.com where he teaches over 100,000 students how to code! He founded one of the Internet's earliest advertising networks and sold it to a publicly company at the height of the first dot com boom. After that he developed the award-winning Submission-Spider search engine submission software that's been used by over 3 million individuals, businesses, and governments in over 42 countries. He's written several Amazon #1 best selling books on coding, and runs a popular Youtube coding channel.

View all posts

Add comment

Your email address will not be published. Required fields are marked *

John Elder

John is the CEO of Codemy.com where he teaches over 100,000 students how to code! He founded one of the Internet's earliest advertising networks and sold it to a publicly company at the height of...