YAML comments are now grey/brightblue

White was too shiny
This commit is contained in:
Barbz 2018-07-03 21:32:35 +02:00 committed by GitHub
parent 9acc62b0c1
commit 1d7e358a76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ color brightwhite "^\s+-"
color brightwhite ":(\s|\t|$)"
# Comments
color white "(^|[[:space:]])#.*$"
color brightblue "(^|[[:space:]])#.*$"