From b5ea1f6e089b7208c7fa87e2b628f379ab273973 Mon Sep 17 00:00:00 2001 From: Alejandro Ventura Contreras Date: Thu, 1 Oct 2020 13:03:46 -0500 Subject: [PATCH 1/2] Add screenshot images. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cd92bda..7a18410 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ Molokai is a Vim port of the monokai theme for TextMate originally created by Wi By default, it has a dark gray background based on the version created by Hamish Stuart Macpherson for the E editor. -![Gray Background](http://www.winterdom.com/weblog/content/binary/WindowsLiveWriter/MolokaiforVim_8602/molokai_normal_small_3.png) +![Gray Background](https://user-images.githubusercontent.com/13169164/94844241-91973f00-03e3-11eb-8610-425c0da15395.png) -![Molokai Original](http://www.winterdom.com/weblog/content/binary/WindowsLiveWriter/MolokaiforVim_8602/molokai_original_small_3.png) +![Molokai Original](https://user-images.githubusercontent.com/13169164/94845684-a674d200-03e5-11eb-9d1d-3a35ff949b3b.png) 256-Color terminals are also supported, though there are some differences with the Gui version. Only the dark gray background style is supported on terminal vim at this time. @@ -14,13 +14,13 @@ By default, it has a dark gray background based on the version created by Hamish Copy the file on your .vim/colors folder. -If you prefer the scheme to match the original monokai background color, put this in your .vimrc file: -``` +If you prefer the scheme to match the original monokai background color, put this in your .vimrc file: +```sh let g:molokai_original = 1 ``` There is also an alternative scheme under development for color terminals which attempts to bring the 256 color version as close as possible to the the default (dark) GUI version. To access, add this to your .vimrc: -``` +```sh let g:rehash256 = 1 ``` From f0099a51ce31376f130e19015408e15592d3fbb0 Mon Sep 17 00:00:00 2001 From: Alejandro Ventura Contreras Date: Thu, 1 Oct 2020 13:15:50 -0500 Subject: [PATCH 2/2] Fix the light grey screenshot url. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a18410..f95c174 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ By default, it has a dark gray background based on the version created by Hamish ![Gray Background](https://user-images.githubusercontent.com/13169164/94844241-91973f00-03e3-11eb-8610-425c0da15395.png) -![Molokai Original](https://user-images.githubusercontent.com/13169164/94845684-a674d200-03e5-11eb-9d1d-3a35ff949b3b.png) +![Molokai Original](https://user-images.githubusercontent.com/13169164/94847242-f0f74e00-03e7-11eb-947f-b98df70c77f6.png) 256-Color terminals are also supported, though there are some differences with the Gui version. Only the dark gray background style is supported on terminal vim at this time.