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_black
is a dark and understated design.
simple_white
is a light and understated design.
heavy
is a dark and original design.
void
is a very simple design.
lyre
is 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.js
Replace this changeTheme("heavy")
with changeTheme("your_theme")
for example : changeTheme("lyre")