Rucola comes with two style files by default, default_light and default_dark.
For creating your own file, it is suggested to simply modify one of these.
Internally, rucola uses 6 different ratatui-styles for 6 different categories of text.
The categories are
For all of these, you can specify
BOLD, ITALIC and UNDERLINED, which can be combined with | like BOLD | UNDERLINEDBlue, LightCyan, White) or hex codes (such as #e2e5ab).The files are serializations of ratatui::style::Style into the TOML format.
This format may change as we update the ratatui version in later releases.