| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 6ba51643aa4ba93b74cade02df7eada8acee494f |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Thu Jan 27 04:42:57 2022 +0200 |
4 | |
5 | Update. |
6 | --- |
7 | config.h | 34 ++++++++++++++++++---------------- |
8 | st | Bin 120984 -> 120984 bytes |
9 | x.o | Bin 88472 -> 88504 bytes |
10 | 3 files changed, 18 insertions(+), 16 deletions(-) |
11 | |
12 | diff --git a/config.h b/config.h |
13 | index 6a65c13..e18567d 100644 |
14 | --- a/config.h |
15 | +++ b/config.h |
16 | @@ -6,7 +6,9 @@ |
17 | * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html |
18 | */ |
19 | |
20 | -static char *font = "Mononoki Nerd Font:pixelsize=18:antialias=true:autohint=true"; |
21 | +//static char *font = "Mononoki Nerd Font:pixelsize=18:antialias=true:autohint=true"; |
22 | +//static char *font2[] = { "JoyPixels:pixelsize=10:antialias=true:autohint=true" }; |
23 | +static char *font = "mono:pixelsize=16:antialias=true:autohint=true"; |
24 | static char *font2[] = { "JoyPixels:pixelsize=10:antialias=true:autohint=true" }; |
25 | //static char *font = "mono:pixelsize=12:antialias=true:autohint=true"; |
26 | |
27 | @@ -116,22 +118,22 @@ float alphaUnfocus; |
28 | |
29 | /* Terminal colors (16 first used in escape sequence) */ |
30 | static const char *colorname[] = { |
31 | - "#040303", |
32 | - "#E3B036", |
33 | - "#EEDC5E", |
34 | - "#B8118C", |
35 | - "#45A59A", |
36 | + "#000000", |
37 | + "#000000", |
38 | + "#130C0B", |
39 | + "#171515", |
40 | + "#250E1A", |
41 | + "#2B2A2A", |
42 | "#67D0A8", |
43 | - "#97E4B0", |
44 | - "#CBD9A4", |
45 | - "#666666", |
46 | - "#E3B036", |
47 | - "#EEDC5E", |
48 | - "#B8118C", |
49 | - "#45A59A", |
50 | - "#67D0A8", |
51 | - "#97E4B0", |
52 | - "#CBD9A4", |
53 | + "#F7110B", |
54 | + "#FC5814", |
55 | + "#DC4352", |
56 | + "#F4C52F", |
57 | + "#4951DA", |
58 | + "#F015A0", |
59 | + "#9E29FB", |
60 | + "#33D0F6", |
61 | + "#F111FF", |
62 | [255] = 0, |
63 | /* more colors can be added after 255 to use with DefaultXX */ |
64 | "#add8e6", /* 256 -> cursor */ |
65 | diff --git a/st b/st |
66 | index c0f0c79..9c43a2d 100755 |
67 | Binary files a/st and b/st differ |
68 | diff --git a/x.o b/x.o |
69 | index 0f8fba5..0c298b3 100644 |
70 | Binary files a/x.o and b/x.o differ |