I would like to create my own themes. Is there a way to do it? #225
Answered
by
davep
redterminal-org
asked this question in
Q&A
|
Hi @davep. I would like to create my own theme. Is there a way to do it? And if it is, where do I find the provided ones for examples? Thanks alot for your great work! |
Answered by
davep
Jul 26, 2026
Replies: 3 comments 2 replies
|
@redterminal-org There's no mechanism for creating/loading them at the moment, but I can't imagine why it shouldn't be possible. Rogallo is using Textual's theme system which has support for creating themes, so it'll just be a case of providing an interface for that. Probably the most work involved will be documenting it in a way that isn't just "go read the Textual docs". ;-) |
1 reply
Answer selected by
davep
|
@davep Besides looking up the Textual docs, there should be some directory, where to put your own themes, together with some example theme to begin with. Thanks again, |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@redterminal-org There's no mechanism for creating/loading them at the moment, but I can't imagine why it shouldn't be possible. Rogallo is using Textual's theme system which has support for creating themes, so it'll just be a case of providing an interface for that.
Probably the most work involved will be documenting it in a way that isn't just "go read the Textual docs". ;-)