summaryrefslogtreecommitdiff
path: root/dwm-6.2/colors.h
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2022-03-18 08:09:07 -0800
committerstkhan <personal@slickd.xyz>2022-03-18 08:09:07 -0800
commite20a439f0de08052fad50669fd005dee14d40cae (patch)
tree8ffed60a1dce40ae64fd8f336a4d1b5d103683f1 /dwm-6.2/colors.h
parenta33351c3345f7b8657e6415878a73b5fedb09d72 (diff)
Update dwm, added farbfeld, sent, and wmname plus more
Diffstat (limited to 'dwm-6.2/colors.h')
-rw-r--r--dwm-6.2/colors.h40
1 files changed, 0 insertions, 40 deletions
diff --git a/dwm-6.2/colors.h b/dwm-6.2/colors.h
deleted file mode 100644
index 8026ee1..0000000
--- a/dwm-6.2/colors.h
+++ /dev/null
@@ -1,40 +0,0 @@
-/* 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 */
-};