From 5e01177bb062701fb18e70d54869860f296e30c7 Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Mon, 31 Mar 2025 18:36:04 +0100 Subject: change colours --- config.h | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/config.h b/config.h index a989534..87880b5 100644 --- a/config.h +++ b/config.h @@ -119,22 +119,22 @@ float alphaUnfocus = 0; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { - "#282828", /* hard contrast: #1d2021 / soft contrast: #32302f */ - "#cc241d", - "#98971a", - "#d79921", - "#458588", - "#b16286", - "#689d6a", - "#a89984", - "#928374", - "#fb4934", - "#b8bb26", - "#fabd2f", - "#83a598", - "#d3869b", - "#8ec07c", - "#ebdbb2", + "#282a36", /* hard contrast: #1d2021 / soft contrast: #32302f */ + "#44475a", + "#f44747", + "#ff5555", + "#50fa7b", + "#69ff94", + "#f1fa8c", + "#f4f99d", + "#6272a4", + "#8be9fd", + "#ff79c6", + "#ff92d0", + "#8be9fd", + "#a4ffff", + "#f8f8f2", + "#ffffff", [255] = 0, /* more colors can be added after 255 to use with DefaultXX */ "#ffffff", /* 256 -> cursor */ -- cgit v1.2.3