diff options
author | 2012-06-20 13:59:12 -0400 | |
---|---|---|
committer | 2012-06-20 13:59:12 -0400 | |
commit | ce0ba5bc4849a9d6b77d18271c75bba112e7a4be (patch) | |
tree | 2f641f1ce2d13bdbe07980b7221201fbbdec7e0e /doc/08_Themes.md | |
parent | 52690406faf59fd0a15652cb7997567228b9330a (diff) | |
download | textadept-ce0ba5bc4849a9d6b77d18271c75bba112e7a4be.tar.gz textadept-ce0ba5bc4849a9d6b77d18271c75bba112e7a4be.zip |
Use `~/.textadept/theme_term` or default 'term' theme for ncurses; core/gui.lua
Diffstat (limited to 'doc/08_Themes.md')
-rw-r--r-- | doc/08_Themes.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/08_Themes.md b/doc/08_Themes.md index 4fc1aea3..64d721c5 100644 --- a/doc/08_Themes.md +++ b/doc/08_Themes.md @@ -1,9 +1,10 @@ # Themes Textadept's look and feel can be customized with themes. The themes that come -with Textadept are `light` and `dark`'. By default the `light` theme is used. To -change the theme, create a `~/.textadept/theme` file whose first line of text is -the name of the theme you would like to use. +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 +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.  |