Use #000000 for terminal black color

This commit is contained in:
K. Lange 2018-08-20 21:44:39 +09:00
parent 888e6734b0
commit 4be0d6cafb

View File

@ -13,7 +13,7 @@
#define PALETTE_COLORS 256
uint32_t term_colors[PALETTE_COLORS] = {
/* black */ 0x2e3436,
/* black */ 0x000000,
/* red */ 0xcc0000,
/* green */ 0x3e9a06,
/* brown */ 0xc4a000,