-
Notifications
You must be signed in to change notification settings - Fork 471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dark mode for Lepton #355
Dark mode for Lepton #355
Conversation
This simplifies the color tuning between light mode and dark mode.
I'm a new user, I placed the file
But when I start Lepton, the dark mode doesn't appear to take effect. I'm using 1.8.0 |
Hi @WrongGuy , you might want to put this file in your home directory. https://gist.github.com/hackjutsu/1ad7e4968eb64d881ec9dedd6c0f400b
|
Hi there, I downloaded the .leptonrc file and put it in Linux Home directory. When I change the theme and default_private keyword, it doesn't make a difference. How should I activate those new features? |
@hackjutsu Also, I set the default indent as 4, but when I hit tab, it seems only give 2, how to fix it? |
@zlyin Would you mind creating a new issue? Thanks. |
我是Mac OS的用户,我看到你并没有说明Mac如何切换至Dark主题,经过查找,发现你在Template for .leptonrc(https://gist.github.com/hackjutsu/1ad7e4968eb64d881ec9dedd6c0f400b)只说明来Liunx和windows上的教程,并没有Mac OS |
I am a Mac OS user, I saw that you did not explain how the Mac switched to the Dark theme. After searching, you found that you are only in the Template for .leptonrc (https://gist.github.com/hackjutsu/1ad7e4968eb64d881ec9dedd6c0f400b) to Liunx. |
you can refrence linux setting |
The implementation is based on @DNLHC 's theme manager. #206
Add a new config field
theme
in~/.leptonrc
. Two supported values, "light" and "dark". "light" is the default value.