-
Notifications
You must be signed in to change notification settings - Fork 118
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
Auto detect light/dark mode, changing the theme accordingly #380
base: master
Are you sure you want to change the base?
Conversation
Uhhh changes are good but please don't reformat the codebase 😭 |
impl Default for TerminalTheme { | ||
fn default() -> Self { | ||
Self::Light | ||
} | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think dark terminals are more popular so maybe setting this default to dark would be better?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
makes sense, I'll change that
sorry cargo fmt just kinda does that... |
Description
This adds the ability to detect terminal colors when
hyfetch
is invoked, thereby adapting its themeRelevant Links
This partially resolves my issue
Screenshots
Screen.Recording.2025-01-10.at.23.06.14.mov
My new config
If I have to write this in python, I'll scream (and then figure it out anyway)