diff options
Diffstat (limited to 'doc/09_Themes.md')
-rw-r--r-- | doc/09_Themes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/09_Themes.md b/doc/09_Themes.md index 6c245a34..95611798 100644 --- a/doc/09_Themes.md +++ b/doc/09_Themes.md @@ -30,7 +30,7 @@ display these standard colors. Override the default theme in your [*~/.textadept/init.lua*][] using the [`ui.set_theme()`][] function. For example: - ui.set_theme('dark') + ui.set_theme(not CURSES and 'dark' or 'custom_term') Either restart Textadept for changes to take effect or type [`reset()`][] in the [command entry][]. |