From 692e95275aaa72cf9c4b62221af2e388f764be73 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 5 Aug 2012 15:14:02 -0400 Subject: Added images for ncurses and term theme. --- doc/02_Installation.md | 4 ++++ doc/08_Themes.md | 4 +++- doc/images/ncurses.png | Bin 0 -> 9773 bytes doc/images/termtheme.png | Bin 0 -> 22261 bytes 4 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 doc/images/ncurses.png create mode 100644 doc/images/termtheme.png diff --git a/doc/02_Installation.md b/doc/02_Installation.md index 95ab4003..89c224c3 100644 --- a/doc/02_Installation.md +++ b/doc/02_Installation.md @@ -174,8 +174,12 @@ in the original Textadept instance, regardless of how many instances are open. Single instance is not supported on the Windows and terminal versions of Textadept. + ![Linux](images/linux.png)    ![Mac OSX](images/macosx.png)    ![Win32](images/win32.png) +   +![ncurses](images/ncurses.png) + diff --git a/doc/08_Themes.md b/doc/08_Themes.md index 9ad71c3f..5a171c82 100644 --- a/doc/08_Themes.md +++ b/doc/08_Themes.md @@ -7,8 +7,10 @@ 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) -     +   ![Dark Theme](images/darktheme.png) +   +![Term Theme](images/termtheme.png) Themes apply to all buffers. You cannot assign a theme to a particular file or filetype. You can change things like tab and indent settings per filetype diff --git a/doc/images/ncurses.png b/doc/images/ncurses.png new file mode 100644 index 00000000..2350fe28 Binary files /dev/null and b/doc/images/ncurses.png differ diff --git a/doc/images/termtheme.png b/doc/images/termtheme.png new file mode 100644 index 00000000..00c43ac1 Binary files /dev/null and b/doc/images/termtheme.png differ -- cgit v1.2.3