fix themes
This commit is contained in:
parent
09f9e4b0df
commit
1001f193fd
4
config.h
4
config.h
@ -1,8 +1,8 @@
|
|||||||
/* See LICENSE file for copyright and license details. */
|
/* See LICENSE file for copyright and license details. */
|
||||||
|
|
||||||
/* appearance */
|
/* appearance */
|
||||||
static const char font[] = "Iosevka:pixelsize=14:antialias=true:autohint=true";
|
static const char font[] = "Iosevka Nerd Font:pixelsize=14:antialias=true:autohint=true";
|
||||||
#include "/home/spy/.config/cols/tabbed.h"
|
#include "themes/mydark.h"
|
||||||
static const char before[] = "<";
|
static const char before[] = "<";
|
||||||
static const char after[] = ">";
|
static const char after[] = ">";
|
||||||
static const char titletrim[] = "...";
|
static const char titletrim[] = "...";
|
||||||
|
6
themes/mydark.h
Normal file
6
themes/mydark.h
Normal 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";
|
Loading…
Reference in New Issue
Block a user