From 3b852e0f10892789210fd8e3fdd8415faf3cf2d8 Mon Sep 17 00:00:00 2001 From: stkhan Date: Sun, 17 Oct 2021 18:43:19 -0500 Subject: 3.0 --- themes/dracula | 53 ----------------------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 themes/dracula (limited to 'themes/dracula') diff --git a/themes/dracula b/themes/dracula deleted file mode 100644 index f7353de..0000000 --- a/themes/dracula +++ /dev/null @@ -1,53 +0,0 @@ -/* 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"; - -/* st config */ - -float alpha = 0.9; - - -static const char *colorname[] = { - /* 8 normal colors */ - "#000000", - "#ff5555", - "#50fa7b", - "#f1fa8c", - "#bd93f9", - "#ff79c6", - "#8be9fd", - "#bfbfbf", - - /* 8 bright colors */ - "#4d4d4d", - "#ff6e67", - "#5af78e", - "#f4f99d", - "#caa9fa", - "#ff92d0", - "#9aedfe", - "#e6e6e6", - - [255] = 0, - - /* more colors can be added after 255 to use with DefaultXX */ - "#cccccc", - "#555555", - "#282a36", /* 258 -> bg */ - "#f8f8f2", /* 259 -> fg */ -}; - - -- cgit v1.2.3