From 3e0fa67011cface41d4898b8050f3cb40bc4e511 Mon Sep 17 00:00:00 2001 From: Romain Lafourcade Date: Fri, 7 Jun 2019 15:28:40 +0200 Subject: [PATCH] Added ToolbarLine and ToolbarButton --- colors/rnb.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/colors/rnb.erb b/colors/rnb.erb index 1ca81b1..c556274 100644 --- a/colors/rnb.erb +++ b/colors/rnb.erb @@ -164,7 +164,9 @@ [ "CursorColumn", white, darkgray, "NONE" ], [ "QuickFixLine", white, darkgray, "NONE" ], [ "Terminal", "Normal" ], - [ "Conceal", white, darkgray, "NONE"] + [ "Conceal", white, darkgray, "NONE" ], + [ "ToolbarLine", white, darkgray, "NONE" ], + [ "ToolbarButton", white, darkgray, "NONE" ] ] # Define the color palette used by :terminal when in GUI Vim