From 1d7e358a76e92bdb64882f64ab9d536f9532dc2c Mon Sep 17 00:00:00 2001 From: Barbz Date: Tue, 3 Jul 2018 21:32:35 +0200 Subject: [PATCH] YAML comments are now grey/brightblue White was too shiny --- yaml.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaml.nanorc b/yaml.nanorc index b51b70e..b079c72 100644 --- a/yaml.nanorc +++ b/yaml.nanorc @@ -18,4 +18,4 @@ color brightwhite "^\s+-" color brightwhite ":(\s|\t|$)" # Comments -color white "(^|[[:space:]])#.*$" +color brightblue "(^|[[:space:]])#.*$"