Configuration
You can configure the script and use the style that suits you best. Furthermore, you are free to create your own style.
By default, the script comes with several predefined styles:
simple_blackis a dark and understated design.simple_whiteis a light and understated design.heavyis a dark and original design.voidis a very simple design.lyreis a design with Lyre Scripts' colors. ⭐
The default applied style is heavy. To change the style, follow these steps:
Navigate to the path
lyre_textui/web/js.Open the file named
config.jsReplace this
changeTheme("heavy")withchangeTheme("your_theme")for example :changeTheme("lyre")