st

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit fcbfffdfce1b7fd630c33024445c3cac69c9b2a0
parent aad2016c6938b22f0413a43dd36a38a1c0168287
Author: AndrewLockVI <andrew@laack.co>
Date:   Mon, 17 Feb 2025 16:33:26 -0600

Updated themeing to fit with orange

Diffstat:
Mconfig.def.h | 4++--
Mconfig.h | 34+++++++++++++++++-----------------
2 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -97,10 +97,10 @@ unsigned int tabspaces = 8; static const char *colorname[] = { /* 8 normal colors */ "black", - "red3", + "blue2", "green3", "yellow3", - "blue2", + "red3", "magenta3", "cyan3", "gray90", diff --git a/config.h b/config.h @@ -96,31 +96,31 @@ unsigned int tabspaces = 8; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { /* 8 normal colors */ - "black", - "red3", - "green3", - "yellow3", - "blue2", - "magenta3", - "cyan3", - "gray90", + "#1d2021", + "#fb4934", + "#b8bb26", + "#d79921", + "#83a598", + "#d3869b", + "#258588", + "#3c3836", /* 8 bright colors */ - "gray50", - "red", - "green", - "yellow", - "#5c5cff", - "magenta", - "cyan", - "white", + "#a89984", + "#fe8019", + "#fb4934", + "#fabd2f", + "#d65d0e", + "#d3869b", + "#83a598", + "#ebdbb2", [255] = 0, /* more colors can be added after 255 to use with DefaultXX */ "#cccccc", "#555555", - "gray90", /* default foreground colour */ + "#fbf1c7", /* default foreground colour */ "black", /* default background colour */ };