From 6682f3eee9f6de1cb15964eafa272605121f0fbb Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Mon, 11 Nov 2024 19:23:50 -0500 Subject: [PATCH] Update to zenwritten --- config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.h b/config.h index 3363637..ac3654e 100644 --- a/config.h +++ b/config.h @@ -100,22 +100,22 @@ float alpha = 0.9; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { - "#1C1917", + "#191919", "#DE6E7C", "#819B69", "#B77E64", "#6099C0", "#B279A7", "#66A5AD", - "#B4BDC3", - "#403833", + "#BBBBBB", + "#3d3839", "#E8838F", "#8BAE68", "#D68C67", "#61ABDA", "#CF86C1", "#65B8C1", - "#888F94", + "#8e8e8e", [255] = 0, /* more colors can be added after 255 to use with DefaultXX */