diff --git a/README.markdown b/README.markdown index 896d52b..a1f8446 100644 --- a/README.markdown +++ b/README.markdown @@ -2,6 +2,8 @@ > Conveniently manage Vim’s appearance to suit your task and environment +![demo](screenshots/thematic-console.gif) + * Groups global settings (like colorscheme) into ‘themes’ * Stays out of your way, except where you want it * No predefined key mappings to interfere with your other mappings @@ -38,7 +40,7 @@ May require a recent version of Vim. ## Installation Install using Pathogen, Vundle, Neobundle, or your favorite Vim package -manager. +manager. ## Configuration diff --git a/screenshots/thematic-console.gif b/screenshots/thematic-console.gif new file mode 100644 index 0000000..7a026d8 Binary files /dev/null and b/screenshots/thematic-console.gif differ diff --git a/screenshots/thematic-console.txt b/screenshots/thematic-console.txt new file mode 100644 index 0000000..1901254 --- /dev/null +++ b/screenshots/thematic-console.txt @@ -0,0 +1,6 @@ +Captured with Quicktime. + +Processed with: + +$ ffmpeg -i in.mov -s 600x313 -pix_fmt rgb24 -r 10 -f gif - | \ + gifsicle --optimize=3 --delay=3 > out.gif