diff options
author | 2013-08-10 20:09:55 -0400 | |
---|---|---|
committer | 2013-08-10 20:09:55 -0400 | |
commit | e45c50b652a37f4fef0ed3fcdde5dcbba0f9e3ff (patch) | |
tree | c516fa6350f21421fca314a35ef785f37507d1fc /doc/09_Themes.md | |
parent | 3766039d04993f70c1045b1740c01e21530cd828 (diff) | |
download | textadept-e45c50b652a37f4fef0ed3fcdde5dcbba0f9e3ff.tar.gz textadept-e45c50b652a37f4fef0ed3fcdde5dcbba0f9e3ff.zip |
Updated some documentation.
Diffstat (limited to 'doc/09_Themes.md')
-rw-r--r-- | doc/09_Themes.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/09_Themes.md b/doc/09_Themes.md index 5777d896..70159710 100644 --- a/doc/09_Themes.md +++ b/doc/09_Themes.md @@ -12,9 +12,9 @@ terminal version uses "term".  -Each theme is a single Lua file. It contains color definitions and definitions -for how to highlight (or "style") syntactic elements like comments, strings, and -keywords in programming languages. These [definitions][] apply universally to +Each theme is a single Lua file. It contains color and style definitions for +displaying syntactic elements like comments, strings, and keywords in +programming language source files. These [definitions][] apply universally to all programming language elements, resulting in a single, unified theme. Themes also set view-related editor properties like caret and selection colors. |