changed theme to dark
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
static char *font = "FantasqueSansMono:pixelsize=18:antialias=true:autohint=true";
|
||||
static char *font = "Terminus:pixelsize=18:antialias=true:autohint=true";
|
||||
static int borderpx = 2;
|
||||
|
||||
static char *shell = "/usr/local/bin/bash";
|
||||
@ -19,10 +19,10 @@ static double maxlatency = 33;
|
||||
static unsigned int blinktimeout = 800;
|
||||
static unsigned int cursorthickness = 2;
|
||||
static int bellvolume = 0;
|
||||
char *termname = "xterm";
|
||||
unsigned int tabspaces = 8;
|
||||
char *termname = "st-256color";
|
||||
unsigned int tabspaces = 4;
|
||||
static const char *colorname[] = {
|
||||
[0] = "#101010", /* hard contrast: #1d2021 / soft contrast: #32302f */
|
||||
[0] = "#000000", /* hard contrast: #1d2021 / soft contrast: #32302f */
|
||||
[1] = "#cc241d", /* red */
|
||||
[2] = "#98971a", /* green */
|
||||
[3] = "#d79921", /* yellow */
|
||||
|
12
config.mk
12
config.mk
@ -4,7 +4,7 @@ VERSION = 0.9.2
|
||||
# Customize below to fit your system
|
||||
|
||||
# paths
|
||||
PREFIX = /usr/local
|
||||
PREFIX = /usr/X11R6
|
||||
MANPREFIX = $(PREFIX)/share/man
|
||||
|
||||
X11INC = ${PREFIX}/include
|
||||
@ -26,11 +26,11 @@ STCFLAGS = $(INCS) $(STCPPFLAGS) $(CPPFLAGS) $(CFLAGS)
|
||||
STLDFLAGS = $(LIBS) $(LDFLAGS)
|
||||
|
||||
# OpenBSD:
|
||||
#CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
|
||||
#LIBS = -L$(X11LIB) -lm -lX11 -lutil -lXft \
|
||||
# `$(PKG_CONFIG) --libs fontconfig` \
|
||||
# `$(PKG_CONFIG) --libs freetype2`
|
||||
#MANPREFIX = ${PREFIX}/man
|
||||
CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
|
||||
LIBS = -L$(X11LIB) -lm -lX11 -lutil -lXft \
|
||||
`$(PKG_CONFIG) --libs fontconfig` \
|
||||
`$(PKG_CONFIG) --libs freetype2`
|
||||
MANPREFIX = ${PREFIX}/man
|
||||
|
||||
# compiler and linker
|
||||
# CC = c99
|
||||
|
Reference in New Issue
Block a user