Set a default theme if theme property is not set

This means that the terminal is no longer blank if no theme has been
set.
This commit is contained in:
Leroy Hopson 2020-11-29 15:22:34 +07:00 committed by Leroy Hopson
parent 8b25be74c0
commit 3e177b781e
8 changed files with 109 additions and 41 deletions

View file

@ -9,8 +9,8 @@ Terminal emulator.
<img align="right" src="./docs/important_properties.png"/>
- If you are not seeing anything in the terminal check that a theme has been set. If there is no theme, everything will be drawn in black by default. A default theme can be found in the [themes directory](../../themes).
- If the terminal isn't responding to keyboard or mouse input check that `focus_mode` is set to `All`, otherwise `_gui_input()` won't be called so no input will be processed.
- If you want to customize the colors and font of the terminal, be sure to set the theme property. A default theme that can be found in the [themes directory](../../themes) and can be used as a template for creating a custom theme.
## Description