diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-01-16 08:52:35 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-01-22 08:25:45 -0800 |
| commit | 70465c299fdcc97fd2e855f34b850bcf67e81fb1 (patch) | |
| tree | 6279c21dc5e043a7bd36e04c9fef4bce65382e03 /st/st-0.9.3 | |
| parent | 5a72413802e1994d7609e3323c7ed8f67ba04b2b (diff) | |
st: better blue color
Diffstat (limited to 'st/st-0.9.3')
| -rw-r--r-- | st/st-0.9.3/config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/st/st-0.9.3/config.def.h b/st/st-0.9.3/config.def.h index 5618865..5a1072f 100644 --- a/st/st-0.9.3/config.def.h +++ b/st/st-0.9.3/config.def.h @@ -100,7 +100,7 @@ static const char *colorname[] = { "red3", "green3", "yellow3", - "blue2", + "Skyblue1", "magenta3", "cyan3", "gray90", |
