diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-03-31 18:36:04 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-03-31 18:36:04 +0100 |
| commit | 5e01177bb062701fb18e70d54869860f296e30c7 (patch) | |
| tree | 0627d9b94c13d704723e498bfab8124a6b6ed921 | |
| parent | cb6bf8ed83093055d4866e1198b9f5d15e7d654d (diff) | |
change colours
| -rw-r--r-- | config.h | 32 |
1 files changed, 16 insertions, 16 deletions
@@ -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 */ |
