diff options
author | Malfurious <m@lfurio.us> | 2020-06-27 00:23:44 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2024-08-12 13:12:21 -0400 |
commit | 4440b6fa36b0297850d26817e37309deed827fdb (patch) | |
tree | a3b7e44fa7d7be9400e8b83143d6e6bbae0e8d09 | |
parent | 75dd083b0657a595a4984a61ad98e82e55ad2ec2 (diff) | |
download | st-4440b6fa36b0297850d26817e37309deed827fdb.tar.gz st-4440b6fa36b0297850d26817e37309deed827fdb.zip |
config: Set terminal colors
-rw-r--r-- | config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index 7be4681..1e1e456 100644 --- 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", + "#ff0055", "green3", "yellow3", - "blue2", + "#00aaff", "magenta3", "cyan3", "gray90", |