From cb40be2023b0dbb3f0fe4b9f952c2417e88eeabd Mon Sep 17 00:00:00 2001 From: stkhan Date: Sat, 22 May 2021 22:15:27 +0000 Subject: added Dracula theme --- themes/theme.h | 4 ++-- themes/themes/dracula | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 themes/themes/dracula (limited to 'themes') diff --git a/themes/theme.h b/themes/theme.h index ae77542..f4ad3e3 100644 --- a/themes/theme.h +++ b/themes/theme.h @@ -6,11 +6,11 @@ /* primary color */ -static const char col_cyan[] = "#5e81ac"; +static const char col_cyan[] = "#6272a4"; /* secondary colors */ -static const char col_gray1[] = "#2e3440"; +static const char col_gray1[] = "#282a36"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb"; static const char col_gray4[] = "#eeeeee"; diff --git a/themes/themes/dracula b/themes/themes/dracula new file mode 100644 index 0000000..f4ad3e3 --- /dev/null +++ b/themes/themes/dracula @@ -0,0 +1,16 @@ +/* Sarc config file */ + +/* + * DWM CONFIGURATION +*/ + +/* primary color */ + +static const char col_cyan[] = "#6272a4"; + +/* secondary colors */ + +static const char col_gray1[] = "#282a36"; +static const char col_gray2[] = "#444444"; +static const char col_gray3[] = "#bbbbbb"; +static const char col_gray4[] = "#eeeeee"; -- cgit v1.2.3