summaryrefslogtreecommitdiff
path: root/theme/dracula
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2021-10-17 18:43:19 -0500
committerstkhan <personal@slickd.xyz>2021-10-17 18:43:19 -0500
commit3b852e0f10892789210fd8e3fdd8415faf3cf2d8 (patch)
tree9ff20de62f5e354926a5aed15b3f99c0dbd5cd63 /theme/dracula
parentcc844e1931ba6f4c417ea8682f5cfa72ef5e4fec (diff)
3.0
Diffstat (limited to 'theme/dracula')
-rw-r--r--theme/dracula/colors.h53
-rw-r--r--theme/dracula/dracula.pngbin0 -> 348137 bytes
2 files changed, 53 insertions, 0 deletions
diff --git a/theme/dracula/colors.h b/theme/dracula/colors.h
new file mode 100644
index 0000000..f7353de
--- /dev/null
+++ b/theme/dracula/colors.h
@@ -0,0 +1,53 @@
+/* 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 */
+};
+
+
diff --git a/theme/dracula/dracula.png b/theme/dracula/dracula.png
new file mode 100644
index 0000000..19bf67e
--- /dev/null
+++ b/theme/dracula/dracula.png
Binary files differ