aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-03-31 18:36:04 +0100
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-03-31 18:36:04 +0100
commit5e01177bb062701fb18e70d54869860f296e30c7 (patch)
tree0627d9b94c13d704723e498bfab8124a6b6ed921
parentcb6bf8ed83093055d4866e1198b9f5d15e7d654d (diff)
change colours
-rw-r--r--config.h32
1 files 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 */