Skip to content

fix debug log color

Simon Ser requested to merge github/fork/acrisci/fix-debug-log-color into master

Created by: acrisci

According to this, \x1B[1;30m is a black color. My vim uses this color for the background. Change it to \x1B[1;37m which is light gray according to the thing.

Merge request reports