diff options
author | 2012-08-05 09:29:17 -0400 | |
---|---|---|
committer | 2012-08-05 09:29:17 -0400 | |
commit | 6b3b54d8fac94251f6bf53cbdfaca84c16a05a0f (patch) | |
tree | ffd21e9d9dc372fcd593e3c26e4f93f42c43560f /doc/08_Themes.md | |
parent | e84d0b3660cad721400f68f485208f26d6bcb1d5 (diff) | |
download | textadept-6b3b54d8fac94251f6bf53cbdfaca84c16a05a0f.tar.gz textadept-6b3b54d8fac94251f6bf53cbdfaca84c16a05a0f.zip |
Added ncurses key commands to individual manual pages.
Diffstat (limited to 'doc/08_Themes.md')
-rw-r--r-- | doc/08_Themes.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/08_Themes.md b/doc/08_Themes.md index 64d721c5..9ad71c3f 100644 --- a/doc/08_Themes.md +++ b/doc/08_Themes.md @@ -2,7 +2,7 @@ Textadept's look and feel can be customized with themes. The themes that come with Textadept are `light`, `dark`, and `term`. By default the `light` theme is -used for GUI environments and `term` for terminal environments. To change the +used for the GUI version and `term` for the ncurses version. To change the theme, create a `~/.textadept/theme` and/or `~/.textadept/theme_term` whose first lines of text are the names of the themes you would like to use. @@ -61,12 +61,12 @@ See the [LuaDoc][] for documentation on the properties. ## Testing Themes -You can reload or switch between themes on the fly using `Ctrl+Shift+T` (⌘⇧T on -Mac OSX), but be aware that the Scintilla views do not reset themselves, so any -options set explicitly in the previous theme's `view.lua` file that are not set -explicitly in the new theme will carry over. The switch feature is intended -primarily for theme exploration and/or development and can be slow when many -buffers or views are open. +You can reload or switch between themes on the fly using `Ctrl+Shift+T` (`⌘⇧T` +on Mac OSX | none in ncurses), but be aware that the Scintilla views do not +reset themselves, so any options set explicitly in the previous theme's +`view.lua` file that are not set explicitly in the new theme will carry over. +The switch feature is intended primarily for theme exploration and/or +development and can be slow when many buffers or views are open. Any errors that occur in the theme are printed to `io.stderr`. |