diff --git a/screenshots.md b/screenshots.md new file mode 100644 index 0000000..d5875bc --- /dev/null +++ b/screenshots.md @@ -0,0 +1,22 @@ +### dark theme with a regular font + +![img](screenshots/dark.png) + +### dark theme with powerline symbols + +![img](screenshots/dark-powerline.png) + +### simple theme + +![img](screenshots/simple.png) + +### light theme + +![img](screenshots/light.png) + +### badwolf theme with [bufferline][a] integration + +![img](screenshots/badwolf.png) + + +[a]: https://github.com/bling/vim-bufferline diff --git a/screenshots/badwolf.png b/screenshots/badwolf.png new file mode 100644 index 0000000..619de0e Binary files /dev/null and b/screenshots/badwolf.png differ diff --git a/screenshots/dark-powerline.png b/screenshots/dark-powerline.png new file mode 100644 index 0000000..a7371cc Binary files /dev/null and b/screenshots/dark-powerline.png differ diff --git a/screenshots/dark.png b/screenshots/dark.png new file mode 100644 index 0000000..d25db06 Binary files /dev/null and b/screenshots/dark.png differ diff --git a/screenshots/light.png b/screenshots/light.png new file mode 100644 index 0000000..d287f61 Binary files /dev/null and b/screenshots/light.png differ diff --git a/screenshots/simple.png b/screenshots/simple.png new file mode 100644 index 0000000..b65f875 Binary files /dev/null and b/screenshots/simple.png differ