summaryrefslogtreecommitdiff
path: root/sd/themes/dracula
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2021-06-19 10:42:51 -0500
committerstkhan <personal@slickd.xyz>2021-06-19 10:42:51 -0500
commit120b0999b4d996f4e9a0d78975f7ef4923b95e7e (patch)
tree8cf3fa8dc6069b1f4cfe6a874be428cb38cb744b /sd/themes/dracula
parente2dbb81b9144fd8be2eb89617db38fd361079fed (diff)
Remove tmp dir
Former-commit-id: f9a9e87a5573b8c6549d802405fa53c78ec419b9
Diffstat (limited to 'sd/themes/dracula')
-rw-r--r--sd/themes/dracula53
1 files changed, 0 insertions, 53 deletions
diff --git a/sd/themes/dracula b/sd/themes/dracula
deleted file mode 100644
index f7353de..0000000
--- a/sd/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 */
-};
-
-