From ce0ba5bc4849a9d6b77d18271c75bba112e7a4be Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 20 Jun 2012 13:59:12 -0400 Subject: Use `~/.textadept/theme_term` or default 'term' theme for ncurses; core/gui.lua --- doc/08_Themes.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc/08_Themes.md') 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. ![Light Theme](images/lighttheme.png)      -- cgit v1.2.3