summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2021-05-18 19:41:15 -0500
committerstkhan <personal@slickd.xyz>2021-05-18 19:41:15 -0500
commit806a695d6fbffce479f01b8918e089da0d011faf (patch)
treedca57078417b3de85156aa7b427fb3ab697d3c2a /themes
parent9fe978216eb61407feb3bc53b2486ef238f250d9 (diff)
Reworked everything
Diffstat (limited to 'themes')
-rw-r--r--themes/theme.h16
-rw-r--r--themes/themes/blue16
-rw-r--r--themes/themes/default16
-rw-r--r--themes/themes/green16
-rw-r--r--themes/themes/red16
5 files changed, 80 insertions, 0 deletions
diff --git a/themes/theme.h b/themes/theme.h
new file mode 100644
index 0000000..dfca57e
--- /dev/null
+++ b/themes/theme.h
@@ -0,0 +1,16 @@
+/* Sarc config file */
+
+/*
+ * DWM CONFIGURATION
+*/
+
+/* primary color */
+
+static const char col_cyan[] = "#0a0063";
+
+/* secondary colors */
+
+static const char col_gray1[] = "#222222";
+static const char col_gray2[] = "#444444";
+static const char col_gray3[] = "#bbbbbb";
+static const char col_gray4[] = "#eeeeee";
diff --git a/themes/themes/blue b/themes/themes/blue
new file mode 100644
index 0000000..dfca57e
--- /dev/null
+++ b/themes/themes/blue
@@ -0,0 +1,16 @@
+/* Sarc config file */
+
+/*
+ * DWM CONFIGURATION
+*/
+
+/* primary color */
+
+static const char col_cyan[] = "#0a0063";
+
+/* secondary colors */
+
+static const char col_gray1[] = "#222222";
+static const char col_gray2[] = "#444444";
+static const char col_gray3[] = "#bbbbbb";
+static const char col_gray4[] = "#eeeeee";
diff --git a/themes/themes/default b/themes/themes/default
new file mode 100644
index 0000000..641ce27
--- /dev/null
+++ b/themes/themes/default
@@ -0,0 +1,16 @@
+/* Sarc config file */
+
+/*
+ * DWM CONFIGURATION
+*/
+
+/* primary color */
+
+static const char col_cyan[] = "#0a0063";
+
+/* secondary colors */
+
+static const char col_gray1[] = "#222222";
+static const char col_gray2[] = "#444444";
+static const char col_gray3[] = "#bbbbbb";
+static const char col_gray4[] = "#005577";
diff --git a/themes/themes/green b/themes/themes/green
new file mode 100644
index 0000000..b2df992
--- /dev/null
+++ b/themes/themes/green
@@ -0,0 +1,16 @@
+/* Sarc config file */
+
+/*
+ * DWM CONFIGURATION
+*/
+
+/* primary color */
+
+static const char col_cyan[] = "#00731f";
+
+/* secondary colors */
+
+static const char col_gray1[] = "#222222";
+static const char col_gray2[] = "#444444";
+static const char col_gray3[] = "#bbbbbb";
+static const char col_gray4[] = "#eeeeee";
diff --git a/themes/themes/red b/themes/themes/red
new file mode 100644
index 0000000..6a861e5
--- /dev/null
+++ b/themes/themes/red
@@ -0,0 +1,16 @@
+/* Sarc config file */
+
+/*
+ * DWM CONFIGURATION
+*/
+
+/* primary color */
+
+static const char col_cyan[] = "#bf0d00";
+
+/* secondary colors */
+
+static const char col_gray1[] = "#222222";
+static const char col_gray2[] = "#444444";
+static const char col_gray3[] = "#bbbbbb";
+static const char col_gray4[] = "#eeeeee";