From 58e1d2b46d09b79ad9c43ae177057c8578294649 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 11 Aug 2013 08:45:48 -0400 Subject: Fixed some documentation typos. --- doc/09_Themes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/09_Themes.md') diff --git a/doc/09_Themes.md b/doc/09_Themes.md index 70159710..eda6e47a 100644 --- a/doc/09_Themes.md +++ b/doc/09_Themes.md @@ -64,7 +64,7 @@ parameters, or create an abbreviated *~/.textadept/themes/light.lua* using Lua's -- File *~/.textadept/themes/light.lua* dofile(_HOME..'/themes/light.lua') buffer.property['font'] = 'Monospace' - buffer.property['fontsize'] = size + buffer.property['fontsize'] = 12 Either one loads Textadept's "light" theme, but applies your font preferences. The same techniques work for tweaking individual theme colors and/or styles, but -- cgit v1.2.3