diff --git a/README.md b/README.md index 9182a4d..2237ca5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Monokai forever! :tada: Inspired by Sublime Text's interpretation of monokai, this colour is both gui- and cterm-supported. It works for all languages, and is particularly good for Javascript development :heart: -![](./images/exampleTop.png) +![](./images/example_main.png) ## :electric_plug: Installation @@ -55,7 +55,7 @@ let g:airline_theme='monokai_tasty' ## :tv: Screen shots -![](./images/example1.png) -![](./images/example2.png) -![](./images/example3.png) +![](./images/example_javascript.png) +![](./images/example_vim_and_markdown.png) +![](./images/example_ruby.png) diff --git a/images/example1.png b/images/example1.png deleted file mode 100644 index 40eaf30..0000000 Binary files a/images/example1.png and /dev/null differ diff --git a/images/example2.png b/images/example2.png deleted file mode 100644 index f14cbba..0000000 Binary files a/images/example2.png and /dev/null differ diff --git a/images/example3.png b/images/example3.png deleted file mode 100644 index ceffa45..0000000 Binary files a/images/example3.png and /dev/null differ diff --git a/images/example_javascript.png b/images/example_javascript.png new file mode 100644 index 0000000..d3bd027 Binary files /dev/null and b/images/example_javascript.png differ diff --git a/images/exampleTop.png b/images/example_main.png similarity index 100% rename from images/exampleTop.png rename to images/example_main.png diff --git a/images/example_ruby.png b/images/example_ruby.png new file mode 100644 index 0000000..348e23f Binary files /dev/null and b/images/example_ruby.png differ diff --git a/images/example_vim_and_markdown.png b/images/example_vim_and_markdown.png new file mode 100644 index 0000000..8aedef8 Binary files /dev/null and b/images/example_vim_and_markdown.png differ