diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-12-16 01:47:29 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-12-16 01:47:29 +0100 |
| commit | b168e596898ab0fbfb50468d21514e037c55288d (patch) | |
| tree | 5a4523b25d938960d3a42944c41548107b1371cd /config.h.rej | |
| parent | 9dee0bda79290d920d1727a592ffb8bfab2f1582 (diff) | |
added alpha focus patch
Diffstat (limited to 'config.h.rej')
| -rw-r--r-- | config.h.rej | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config.h.rej b/config.h.rej new file mode 100644 index 0000000..df5f094 --- /dev/null +++ b/config.h.rej @@ -0,0 +1,10 @@ +--- config.def.h ++++ config.def.h +@@ -114,6 +117,7 @@ static const char *colorname[] = { + /* more colors can be added after 255 to use with DefaultXX */ + "#cccccc", + "#555555", ++ "black", + }; + + |
