aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-08-05 15:14:02 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2012-08-05 15:14:02 -0400
commit692e95275aaa72cf9c4b62221af2e388f764be73 (patch)
treed599c74b06fea954244725ab50c681bea74de620
parent6b3b54d8fac94251f6bf53cbdfaca84c16a05a0f (diff)
downloadtextadept-692e95275aaa72cf9c4b62221af2e388f764be73.tar.gz
textadept-692e95275aaa72cf9c4b62221af2e388f764be73.zip
Added images for ncurses and term theme.
-rw-r--r--doc/02_Installation.md4
-rw-r--r--doc/08_Themes.md4
-rw-r--r--doc/images/ncurses.pngbin0 -> 9773 bytes
-rw-r--r--doc/images/termtheme.pngbin0 -> 22261 bytes
4 files changed, 7 insertions, 1 deletions
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.
+<span style="display: block; text-align: right; margin-left: -10em;">
![Linux](images/linux.png)
&nbsp;&nbsp;
![Mac OSX](images/macosx.png)
&nbsp;&nbsp;
![Win32](images/win32.png)
+&nbsp;&nbsp;
+![ncurses](images/ncurses.png)
+</span>
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)
-&nbsp;&nbsp;&nbsp;&nbsp;
+&nbsp;&nbsp;
![Dark Theme](images/darktheme.png)
+&nbsp;&nbsp;
+![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
--- /dev/null
+++ b/doc/images/ncurses.png
Binary files differ
diff --git a/doc/images/termtheme.png b/doc/images/termtheme.png
new file mode 100644
index 00000000..00c43ac1
--- /dev/null
+++ b/doc/images/termtheme.png
Binary files differ