From 39ee8c120e62331c2d31846a18086efd059f5709 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 17 Oct 2012 13:07:18 -0400 Subject: Updated manual. --- doc/09_Themes.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'doc/09_Themes.md') diff --git a/doc/09_Themes.md b/doc/09_Themes.md index 37f5379e..89a77389 100644 --- a/doc/09_Themes.md +++ b/doc/09_Themes.md @@ -2,7 +2,7 @@ Textadept's look and feel is customized with themes. The themes that come with Textadept are `light`, `dark`, and `term`. By default the `light` theme is used -for the GUI version and `term` for the ncurses version. +for the GUI version and `term` for the terminal version. @@ -28,6 +28,12 @@ comments, strings, and keywords in programming languages. [Styles][] are composed of fonts and colors and apply universally to all programming language elements, resulting in a single, unified theme. +In the terminal version of Textadept, colors are determined by your terminal +emulator's settings. The only colors recognized by Textadept are the standard +black, red, green, yellow, blue, magenta, cyan, white, and bold variants of +those colors. How your terminal chooses to display these colors is up to you. +However, you can still customize which colors are used for particular styles. + [Styles]: api/lexer.html#Styling.Tokens ### Buffer -- cgit v1.2.3