aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorsinanmohd <pcmsinan@gmail.com>2021-06-29 11:19:56 +0530
committersinanmohd <pcmsinan@gmail.com>2021-06-29 11:19:56 +0530
commitfe0a3d6bb9f8f1c0b1431aa268bcbb1e1ef40a80 (patch)
treeaf0437a09cfb091b97ae2f9ccedd06499ffcd637 /config.def.h
parente82bc2c613a94cf7d4e65c89ee2f0f6227dd7775 (diff)
font2
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index cd1ae8b..2891521 100644
--- a/config.def.h
+++ b/config.def.h
@@ -6,6 +6,12 @@
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "JetBrains Mono:pixelsize=12:antialias=true:autohint=true";
+/* Spare fonts */
+static char *font2[] = {
+ "JetBrainsMono Nerd Font Mono:pixelsize=12:antialias=true:autohint=true",
+/* "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", */
+};
+
static int borderpx = 2;
/*
@@ -113,7 +119,7 @@ static const char *colorname[] = {
"red",
"green",
"yellow",
- "#5c5cff",
+ "#6071a9",
"magenta",
"cyan",
"white",
@@ -123,7 +129,7 @@ static const char *colorname[] = {
/* more colors can be added after 255 to use with DefaultXX */
"#cccccc",
"#555555",
- "black",
+ "#22212f",
};
@@ -478,3 +484,4 @@ static char ascii_printable[] =
" !\"#$%&'()*+,-./0123456789:;<=>?"
"@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_"
"`abcdefghijklmnopqrstuvwxyz{|}~";
+