summaryrefslogtreecommitdiff
path: root/theme/purple_mountain
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/purple_mountain
parentcc844e1931ba6f4c417ea8682f5cfa72ef5e4fec (diff)
3.0
Diffstat (limited to 'theme/purple_mountain')
-rw-r--r--theme/purple_mountain/colors.h40
-rw-r--r--theme/purple_mountain/purple_mountain.pngbin0 -> 4401519 bytes
-rw-r--r--theme/purple_mountain/screenshot.pngbin0 -> 2603 bytes
3 files changed, 40 insertions, 0 deletions
diff --git a/theme/purple_mountain/colors.h b/theme/purple_mountain/colors.h
new file mode 100644
index 0000000..8026ee1
--- /dev/null
+++ b/theme/purple_mountain/colors.h
@@ -0,0 +1,40 @@
+/* dwm color configuration */
+static const char col_gray1[] = "#222222";
+static const char col_gray2[] = "#444444";
+static const char col_gray3[] = "#bbbbbb";
+static const char col_gray4[] = "#eeeeee";
+static const char col_cyan[] = "#4B4E74";
+
+/* st config */
+
+float alpha = 0.6; /* some themes may have this lighter or stronger then others */
+
+static const char *colorname[] = {
+ /* 8 normal colors */
+ "#050704", /* black */
+ "#d80e0e", /* red */
+ "#06f115", /* green */
+ "#d8ff00", /* yellow */
+ "#0050d2", /* blue */
+ "#802bee", /* magenta */
+ "#23f0f2", /* cyan */
+ "#cfcfcf", /* white */
+
+ /* 8 bright colors */
+ "#cfcfcf", /* black */
+ "#ff2857", /* red */
+ "#79fc6a", /* green */
+ "#d7ff62", /* yellow */
+ "#698eff", /* blue */
+ "#a461fb", /* magenta */
+ "#91fff5", /* cyan */
+ "#ffffff", /* white */
+
+ [255] = 0,
+
+ /* special colors */
+ "#cccccc",
+ "#555555",
+ "#000000", /* background */
+ "#cfcfcf", /* foreground */
+};
diff --git a/theme/purple_mountain/purple_mountain.png b/theme/purple_mountain/purple_mountain.png
new file mode 100644
index 0000000..21efd79
--- /dev/null
+++ b/theme/purple_mountain/purple_mountain.png
Binary files differ
diff --git a/theme/purple_mountain/screenshot.png b/theme/purple_mountain/screenshot.png
new file mode 100644
index 0000000..c377fc2
--- /dev/null
+++ b/theme/purple_mountain/screenshot.png
Binary files differ