summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2025-07-23 18:34:11 -0500
committerstkhan <personal@slickd.xyz>2025-07-23 18:34:11 -0500
commit631750d87c2711d2c29c5522a0d8de7744080ac3 (patch)
treee67617483635b024e335af6354bb12311b1501c4 /theme
parent64bfb2df15e12a1afac5896937aaea23a4008cb9 (diff)
Add turtle theme
Diffstat (limited to 'theme')
-rw-r--r--theme/turtle/colors.h58
-rw-r--r--theme/turtle/turtle.pngbin0 -> 1008598 bytes
2 files changed, 58 insertions, 0 deletions
diff --git a/theme/turtle/colors.h b/theme/turtle/colors.h
new file mode 100644
index 0000000..da9a5f4
--- /dev/null
+++ b/theme/turtle/colors.h
@@ -0,0 +1,58 @@
+/* Sarc config file */
+
+/*
+ * DWM CONFIGURATION
+*/
+
+/* primary color */
+
+static const char col_cyan[] = "#003d8b";
+
+/* secondary colors */
+
+static const char col_gray1[] = "#0f1517";
+static const char col_gray2[] = "#778692";
+static const char col_gray3[] = "#bbbbbb";
+static const char col_gray4[] = "#ffffff";
+
+/* st config */
+
+float alpha = 0.7;
+
+static const char *colorname[] = {
+ /* 8 normal colors */
+ "black",
+ "red3",
+ "green3",
+ "yellow3",
+ "blue2",
+ "magenta3",
+ "cyan3",
+ "gray90",
+
+ /* 8 bright colors */
+ "gray50",
+ "red",
+ "green",
+ "yellow",
+ "#5c5cff",
+ "magenta",
+ "cyan",
+ "white",
+
+ [255] = 0,
+
+ /* more colors can be added after 255 to use with DefaultXX */
+ "#cccccc",
+ "#555555",
+ "#000000", /* 258 -> bg */
+ "#cfcfcf", /* 259 -> fg */
+};
+
+/*
+ * tabbed config
+*/
+static const char* normbgcolor = "#222222";
+static const char* normfgcolor = "#cccccc";
+static const char* selbgcolor = "#3c5d5f";
+static const char* selfgcolor = "#ffffff";
diff --git a/theme/turtle/turtle.png b/theme/turtle/turtle.png
new file mode 100644
index 0000000..5f87d2c
--- /dev/null
+++ b/theme/turtle/turtle.png
Binary files differ