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:

  1. simple_black is a dark and understated design.

  2. simple_white is a light and understated design.

  3. heavy is a dark and original design.

  4. void is a very simple design.

  5. lyre is a design with Lyre Scripts' colors.

The default applied style is heavy. To change the style, follow these steps:

  1. Navigate to the path lyre_textui/web/js.

  2. Open the file named config.js

  3. Replace this changeTheme("heavy") with changeTheme("your_theme") for example : changeTheme("lyre")