From 37ee642e0bdf0260181712127c86b91265c51791 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Mon, 5 Nov 2018 09:09:19 +0000 Subject: [PATCH] removed some comments --- vim/colors/monotonous-dark.erb | 45 ---------------------------------- 1 file changed, 45 deletions(-) diff --git a/vim/colors/monotonous-dark.erb b/vim/colors/monotonous-dark.erb index d35f9ad..b396367 100644 --- a/vim/colors/monotonous-dark.erb +++ b/vim/colors/monotonous-dark.erb @@ -3,18 +3,6 @@ # Author: Romain Lafourcade (https://github.com/romainl) # Canonical URL: https://gist.github.com/romainl/5cd2f4ec222805f49eca - # This template is designed to help vimmers create their own colorschemes - # without much effort. - # - # You will need Ruby to generate your colorscheme but Ruby knowledge is - # not needed at all. - # - # The process is divided in four steps: - # 1. start by editing your colorscheme's information, - # 2. define your colors, - # 3. define your highlight groups and links, - # 4. and generate your colorscheme. - # Step 1: information # # Make sure the name of your colorscheme is unique and attractive. @@ -174,39 +162,6 @@ # Step 3: highlights - # - # You can define highlight groups like this: - # - # [ "Normal", name of the highlight group - # white, the color used for background color, or use "NONE", "fg" or "bg" - # darkgray, the color used for foreground color, or use "NONE", "fg" or "bg" - # "NONE" style, can be "bold", "underline", "reverse", "italic", - # "standout", "NONE" or "undercurl" - # ] - # - # The sample above tells Vim to render normal text in dark gray against a white - # background, without any styling. - # - # or link an highlight group to another: - # - # [ "Title", "Normal" ] - # - # In GUI Vim, there is an additional color for the undercurl used to - # highlight spelling mistakes: - # - # [ "SpellBad", name of the highlight group - # "NONE", the color used for background color, or use "NONE", "fg" or "bg" - # red, the color used for foreground color, or use "NONE", "fg" or "bg" - # "undercurl", style - # red color used for the undercurl - # ] - # - # The sample above tells Vim to render badly spelled words in red against the current - # background, with a red undercurl. - # - # You can add any custom highlight group to the standard list below but you shouldn't - # TODO example - # remove any if you want a working colorscheme. highlights = [ [ "Normal", bg, fg, "NONE" ],