Separating color palette from Theme
#40
cylewitruk
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think it would be a nice user-friendly feature to be able to specify color palette(s) without having to override the
Theme
and custom-implement thebar_color()
andstate_symbol_color()
methods. This could be something like:Where the user could provide their own
ThemeColors
(stored in aLazy
next to theTheme
), and we use something like termbg to determine if thelight
ordark
palette should be used.Note that I've expanded on the terminology above -- I think the
submit
state is a little confusing, it's not really clear to a user what is "green", "cyan", etc., so I'm also suggesting revisiting the naming to more "conventional names" that are associated with certain colors.Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions