aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/term/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cmd/term/config.h')
-rw-r--r--sys/cmd/term/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/cmd/term/config.h b/sys/cmd/term/config.h
index 40bc759..a740ecf 100644
--- a/sys/cmd/term/config.h
+++ b/sys/cmd/term/config.h
@@ -6,7 +6,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "consolas:pixelsize=16:antialias=true";
+static char *font = "consolas:size=16";
static int borderpx = 2;
/*
@@ -154,8 +154,8 @@ static uint rows = 24;
* Default colour and shape of the mouse cursor
*/
static uint mouseshape = XC_left_ptr;
-static uint mousefg = 7;
-static uint mousebg = 0;
+static uint mousefg = 0;
+static uint mousebg = 7;
/*
* Color used to display font attributes when fontconfig selected a font which