How to change default dark/light theme colors? #2050
-
Is there a way to easilly change dafault dark/light theme colors globally. background color, foreground color, etc... |
Beta Was this translation helpful? Give feedback.
Answered by
ThePerfectComputer
Sep 20, 2022
Replies: 2 comments 3 replies
-
You can do |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
krivahtoo
-
Try Catppuccin/egui on Github. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can do
ctx.set_visuals(egui::Visuals::dark());