changed theme to dark

This commit is contained in:
meml0rz
2024-11-01 02:17:04 +01:00
parent de25c4276f
commit 98b6b89b17
2 changed files with 10 additions and 10 deletions

View File

@ -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 int borderpx = 2;
static char *shell = "/usr/local/bin/bash"; static char *shell = "/usr/local/bin/bash";
@ -19,10 +19,10 @@ static double maxlatency = 33;
static unsigned int blinktimeout = 800; static unsigned int blinktimeout = 800;
static unsigned int cursorthickness = 2; static unsigned int cursorthickness = 2;
static int bellvolume = 0; static int bellvolume = 0;
char *termname = "xterm"; char *termname = "st-256color";
unsigned int tabspaces = 8; unsigned int tabspaces = 4;
static const char *colorname[] = { static const char *colorname[] = {
[0] = "#101010", /* hard contrast: #1d2021 / soft contrast: #32302f */ [0] = "#000000", /* hard contrast: #1d2021 / soft contrast: #32302f */
[1] = "#cc241d", /* red */ [1] = "#cc241d", /* red */
[2] = "#98971a", /* green */ [2] = "#98971a", /* green */
[3] = "#d79921", /* yellow */ [3] = "#d79921", /* yellow */

View File

@ -4,7 +4,7 @@ VERSION = 0.9.2
# Customize below to fit your system # Customize below to fit your system
# paths # paths
PREFIX = /usr/local PREFIX = /usr/X11R6
MANPREFIX = $(PREFIX)/share/man MANPREFIX = $(PREFIX)/share/man
X11INC = ${PREFIX}/include X11INC = ${PREFIX}/include
@ -26,11 +26,11 @@ STCFLAGS = $(INCS) $(STCPPFLAGS) $(CPPFLAGS) $(CFLAGS)
STLDFLAGS = $(LIBS) $(LDFLAGS) STLDFLAGS = $(LIBS) $(LDFLAGS)
# OpenBSD: # OpenBSD:
#CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 -D_BSD_SOURCE CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
#LIBS = -L$(X11LIB) -lm -lX11 -lutil -lXft \ LIBS = -L$(X11LIB) -lm -lX11 -lutil -lXft \
# `$(PKG_CONFIG) --libs fontconfig` \ `$(PKG_CONFIG) --libs fontconfig` \
# `$(PKG_CONFIG) --libs freetype2` `$(PKG_CONFIG) --libs freetype2`
#MANPREFIX = ${PREFIX}/man MANPREFIX = ${PREFIX}/man
# compiler and linker # compiler and linker
# CC = c99 # CC = c99