aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/09_Themes.md
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-10-29 23:41:16 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-10-29 23:41:16 -0400
commit4945513b66637ad26071838f06e44075c7d098a5 (patch)
tree59413f0ac70999aa477528ca008245c8fe4d454b /doc/09_Themes.md
parent41115f01ea93abdb8567464197e66bb248d1f02b (diff)
More documentation updates.
Diffstat (limited to 'doc/09_Themes.md')
-rw-r--r--doc/09_Themes.md2
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][].