fix themes

This commit is contained in:
Maddie H 2023-03-09 19:50:32 +00:00
parent 09f9e4b0df
commit 1001f193fd
No known key found for this signature in database
GPG Key ID: 64FAA9959751687D
2 changed files with 8 additions and 2 deletions

View File

@ -1,8 +1,8 @@
/* See LICENSE file for copyright and license details. */
/* appearance */
static const char font[] = "Iosevka:pixelsize=14:antialias=true:autohint=true";
#include "/home/spy/.config/cols/tabbed.h"
static const char font[] = "Iosevka Nerd Font:pixelsize=14:antialias=true:autohint=true";
#include "themes/mydark.h"
static const char before[] = "<";
static const char after[] = ">";
static const char titletrim[] = "...";

6
themes/mydark.h Normal file
View File

@ -0,0 +1,6 @@
static const char* normbgcolor = "#121317";
static const char* normfgcolor = "#D6DEEB";
static const char* selbgcolor = "#313439";
static const char* selfgcolor = "#D6DEEB";
static const char* urgbgcolor = "#1E222A";
static const char* urgfgcolor = "#D6DEEB";