From 806a695d6fbffce479f01b8918e089da0d011faf Mon Sep 17 00:00:00 2001 From: stkhan Date: Tue, 18 May 2021 19:41:15 -0500 Subject: Reworked everything --- themes/theme.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 themes/theme.h (limited to 'themes/theme.h') diff --git a/themes/theme.h b/themes/theme.h new file mode 100644 index 0000000..dfca57e --- /dev/null +++ b/themes/theme.h @@ -0,0 +1,16 @@ +/* Sarc config file */ + +/* + * DWM CONFIGURATION +*/ + +/* primary color */ + +static const char col_cyan[] = "#0a0063"; + +/* secondary colors */ + +static const char col_gray1[] = "#222222"; +static const char col_gray2[] = "#444444"; +static const char col_gray3[] = "#bbbbbb"; +static const char col_gray4[] = "#eeeeee"; -- cgit v1.2.3