summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h
index b7cdd6a..62c2499 100644
--- a/config.def.h
+++ b/config.def.h
@@ -5,9 +5,9 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "Nerd Font Inconsolata Mono:Style=Regular:pixelsize=14:antialias=true:autohint=true";
+static char *font = "Inconsolata Nerd Font Mono:Style=Bold:pixelsize=16:antialias=true:autohint=true";
/* Spare fonts */
-static char *font2[] = {
+static char *font2[] = {
"JoyPixels:pixelsize=16:antialias=true:autohint=true"
/* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */
/* "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", */
@@ -125,7 +125,7 @@ static const char *colorname[] = {
[13] = "#d3869b", /* magenta */
[14] = "#8ec07c", /* cyan */
[15] = "#ebdbb2", /* white */
-
+
[255] = 0,
/* more colors can be added after 255 to use with DefaultXX */
[256] = "#282828",