From 7d3210abc700d12581df58b1b34ff41517cdc1b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Iser?= Date: Sat, 25 Feb 2017 18:20:22 +0100 Subject: [PATCH] Updated Ruby class and screenshots --- README.md | 3 ++- colors/codedark.vim | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44c3ac8..b96ae8c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ ## Screenshots -![Screenshots](https://cloud.githubusercontent.com/assets/10374559/23332907/f524012a-fb81-11e6-8386-cda654d33ccd.png) +![Ruby and NERDTree](https://cloud.githubusercontent.com/assets/10374559/23333137/b86efaa0-fb86-11e6-8c06-813f81c1f9bb.png) +![Editing HTML](https://cloud.githubusercontent.com/assets/10374559/23333136/b86b472a-fb86-11e6-8147-da61bc29e8b5.png) ## Color Palette diff --git a/colors/codedark.vim b/colors/codedark.vim index 1ef3a05..2fdebfd 100644 --- a/colors/codedark.vim +++ b/colors/codedark.vim @@ -216,3 +216,6 @@ call hi('jsFuncArgs', s:cdLightBlue, {}, 'none', {}) call hi('jsRegexpString', s:cdLightRed, {}, 'none', {}) call hi('jsThis', s:cdBlue, {}, 'none', {}) +" Ruby: +call hi('rubyClassNameTag', s:cdBlueGreen, {}, 'none', {}) +