From 4945513b66637ad26071838f06e44075c7d098a5 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 29 Oct 2013 23:41:16 -0400 Subject: More documentation updates. --- doc/09_Themes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/09_Themes.md') 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][]. -- cgit v1.2.3