From 3fe57f87a80dda4c9d43192460bbdca61bc6c8ee Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 12 Aug 2021 23:06:46 +0200 Subject: Add colorscheme --- Xresources | 45 +++++++++++++++++++++++++++++++++++++++++++++ config.h | 6 ++++++ st | Bin 105632 -> 105632 bytes x.o | Bin 79768 -> 79656 bytes 4 files changed, 51 insertions(+) diff --git a/Xresources b/Xresources index e69de29..adf387d 100644 --- a/Xresources +++ b/Xresources @@ -0,0 +1,45 @@ +/* xterm*selectToClipboard: true */ +/* xterm*disallowedWindowOps: 20,21,SetXProp */ +/* *.font: Monospace:pixelsize=25:antialias=true:autohint=true; */ +/* *.fontalt0:Braille:pixelsize=24:antialias=true:autohint=true; */ +/* *.fontalt1:JoyPixels:pixelsize=24:antialias=true:autohint=true; */ + +! colors + +! special +*.foreground: #F5F5F5 +*.background: #0A0A0A +/* *.cursorColor: #D0D0D0 */ +*.revCursorColor: #151515 + +! black +*.color0: #0A0A0A +*.color8: #0A0A0A + +! red +*.color1: #AC4142 +*.color9: #AC4142 + +! green +*.color2: #A1B56C +*.color10: #A1B56C + +! yellow +*.color3: #F4BF75 +*.color11: #F4BF75 + +! blue +*.color4: #A5D6FF +*.color12: #A5D6FF + +! magenta +*.color5: #AA759F +*.color13: #AA759F + +! cyan +*.color6: #75B5AA +*.color14: #75B5AA + +! white +*.color7: #D0D0D0 +*.color15: #F5F5F5 diff --git a/config.h b/config.h index bfd6cb9..224c236 100644 --- a/config.h +++ b/config.h @@ -6,6 +6,12 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ static char *font = "Space Mono Nerd Font:pixelsize=11:antialias=true:autohint=true"; +/* Spare fonts */ +static char *font2[] = { +/* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */ +/* "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", */ +}; + static int borderpx = 2; /* diff --git a/st b/st index 3e7f270..56f2686 100755 Binary files a/st and b/st differ diff --git a/x.o b/x.o index 11cd689..4947bbd 100644 Binary files a/x.o and b/x.o differ -- cgit v1.2.3-70-g09d2