]> git.nbdom.net Git - nb.git/commitdiff
/opt/nb/lib/perl/NB/Color.pm
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Sat, 29 Apr 2023 08:38:43 +0000 (10:38 +0200)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Sat, 29 Apr 2023 08:38:43 +0000 (10:38 +0200)
lib/perl/NB/Color.pm

index 6d354af08574af9b3de5ef899203939cddc304bf..da799b38339a657b446ea8b136049a5c52caee41 100644 (file)
@@ -14,7 +14,8 @@ our %EXPORT_TAGS;
 $EXPORT_TAGS{all} = [@EXPORT_OK];
 
 our %FG = (
-       'black'        => 30,
+       'black'        => 0,
+       'darkgray'     => 30,
        'red'          => 31,
        'green'        => 32,
        'yellow'       => 33,
@@ -34,7 +35,8 @@ our %FG = (
 );
 
 our %BG = (
-       'black'        => 40, 
+       'black'        => 0, 
+       'darkgray'     => 40, 
        'red'          => 41, 
        'green'        => 42, 
        'yellow'       => 43,