Use #000000 for terminal black color
This commit is contained in:
parent
888e6734b0
commit
4be0d6cafb
@ -13,7 +13,7 @@
|
||||
#define PALETTE_COLORS 256
|
||||
|
||||
uint32_t term_colors[PALETTE_COLORS] = {
|
||||
/* black */ 0x2e3436,
|
||||
/* black */ 0x000000,
|
||||
/* red */ 0xcc0000,
|
||||
/* green */ 0x3e9a06,
|
||||
/* brown */ 0xc4a000,
|
||||
|
Loading…
Reference in New Issue
Block a user