| Hash | Commit message | Author | Date | Files | + | - |
1 | commit f9c25ef02c4d156c54704055da4919156759a72a |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Fri Mar 18 12:44:03 2022 +0200 |
4 | |
5 | Update. |
6 | --- |
7 | config.h | 40 ++++++++++++++++++++-------------------- |
8 | 1 file changed, 20 insertions(+), 20 deletions(-) |
9 | |
10 | diff --git a/config.h b/config.h |
11 | index 4c20e4a..45f1579 100644 |
12 | --- a/config.h |
13 | +++ b/config.h |
14 | @@ -7,8 +7,8 @@ |
15 | */ |
16 | |
17 | // static char *font = "mono:pixelsize=16:antialias=true:autohint=true"; |
18 | -// static char *font = "Mononoki Nerd Font:pixelsize=18:antialias=true:autohint=true"; |
19 | -static char *font = "Anonymice Nerd Font Mono:pixelsize=18:antialias=true:autohint=true"; |
20 | +//static char *font = "Anonymice Nerd Font Mono: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 | |
24 | static int borderpx = 5; |
25 | @@ -117,28 +117,28 @@ float alphaUnfocus; |
26 | |
27 | /* Terminal colors (16 first used in escape sequence) */ |
28 | static const char *colorname[] = { |
29 | - "#000000", |
30 | - "#000000", |
31 | - "#130C0B", |
32 | - "#171515", |
33 | - "#250E1A", |
34 | - "#2B2A2A", |
35 | - "#67D0A8", |
36 | - "#F7110B", |
37 | - "#FC5814", |
38 | - "#DC4352", |
39 | - "#F4C52F", |
40 | - "#4951DA", |
41 | - "#F015A0", |
42 | - "#9E29FB", |
43 | - "#33D0F6", |
44 | - "#F111FF", |
45 | + "#040303", |
46 | + "#0F0B0A", |
47 | + "#2C0706", |
48 | + "#1B1C20", |
49 | + "#541314", |
50 | + "#513F4E", |
51 | + "#55747B", |
52 | + "#E2611B", |
53 | + "#AD3F42", |
54 | + "#E3B036", |
55 | + "#EEDC5E", |
56 | + "#B8118C", |
57 | + "#45A59A", |
58 | + "#67D0A8", |
59 | + "#97E4B0", |
60 | + "#CBD9A4", |
61 | [255] = 0, |
62 | /* more colors can be added after 255 to use with DefaultXX */ |
63 | "#add8e6", /* 256 -> cursor */ |
64 | "#555555", /* 257 -> rev cursor*/ |
65 | - "#1C1A1A", |
66 | - "#67D0A8", |
67 | + "#1C1A1A",[41m |
68 | + "#67D0A8", |
69 | }; |
70 | |
71 | |