diff options
| author | Malfurious <m@lfurio.us> | 2020-06-27 00:23:44 -0400 |
|---|---|---|
| committer | Matt Hunter <m@lfurio.us> | 2026-02-06 00:28:41 -0500 |
| commit | 7eb715b09aea72c1dfeb537fd294680a943a9590 (patch) | |
| tree | d7a5f608b985568fae8f9e481ab43eaca7f87624 /config.def.h | |
| parent | 2383a05f547a9dedd99e914f325819706b82c51c (diff) | |
| download | st-7eb715b09aea72c1dfeb537fd294680a943a9590.tar.gz st-7eb715b09aea72c1dfeb537fd294680a943a9590.zip | |
config: Set terminal colors
Diffstat (limited to 'config.def.h')
| -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", |
