summaryrefslogtreecommitdiff
path: root/themes
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 /themes
parentcc844e1931ba6f4c417ea8682f5cfa72ef5e4fec (diff)
3.0
Diffstat (limited to 'themes')
-rw-r--r--themes/blend39
-rw-r--r--themes/blue51
-rw-r--r--themes/default50
-rw-r--r--themes/dracula53
-rw-r--r--themes/green50
-rw-r--r--themes/liquid_blue44
-rw-r--r--themes/nord54
-rw-r--r--themes/purple51
-rw-r--r--themes/red50
9 files changed, 0 insertions, 442 deletions
diff --git a/themes/blend b/themes/blend
deleted file mode 100644
index 4dcaffe..0000000
--- a/themes/blend
+++ /dev/null
@@ -1,39 +0,0 @@
-/* Terminal colors (16 first used in escape sequence) */
-
-static const char col_cyan[] = "#672427";
-
-static const char col_gray1[] = "#07080c";
-static const char col_gray2[] = "#444444";
-static const char col_gray3[] = "#bbbbbb";
-static const char col_gray4[] = "#eeeeee";
-/* st config */
-
-float alpha = 0.6;
-static const char *colorname[] = {
-
- /* 8 normal colors */
- "#07080c", /* black */
- "#672427", /* red */
- "#576d39", /* green */
- "#A6B226", /* yellow */
- "#4c5768", /* blue */
- "#633b71", /* magenta */
- "#4c6862", /* cyan */
- "#d0bbba", /* white */
-
- /* 8 bright colors */
- "#D0BBBA", /* black */
- "#cc6666", /* red */
- "#b5bd68", /* green */
- "#f0c674", /* yellow */
- "#81a2be", /* blue */
- "#b294bb", /* magenta */
- "#8abeb7", /* cyan */
- "#d0bbba", /* white */
- [255] = 0,
- /* special colors */
- "#000000",
- "#c5c8c6",
- "#000000", /* background */
- "#c5c8c6", /* foreground */
-};
diff --git a/themes/blue b/themes/blue
deleted file mode 100644
index 648208b..0000000
--- a/themes/blue
+++ /dev/null
@@ -1,51 +0,0 @@
-/* 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";
-
-/* st config */
-
-float alpha = 0.6;
-
-
-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 */
-};
diff --git a/themes/default b/themes/default
deleted file mode 100644
index c7f07c9..0000000
--- a/themes/default
+++ /dev/null
@@ -1,50 +0,0 @@
-/* Sarc config file */
-
-/*
- * DWM CONFIGURATION
-*/
-
-/* primary color */
-
-static const char col_cyan[] = "#005577"; */
-
-/* Secondary color */
-
-static const char col_gray1[] = "#222222";
-static const char col_gray2[] = "#444444";
-static const char col_gray3[] = "#bbbbbb";
-static const char col_gray4[] = "#eeeeee";
-
-/* st config */
-
-float alpha = 0.6;
-
-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 */
-};
diff --git a/themes/dracula b/themes/dracula
deleted file mode 100644
index f7353de..0000000
--- a/themes/dracula
+++ /dev/null
@@ -1,53 +0,0 @@
-/* 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/themes/green b/themes/green
deleted file mode 100644
index 1c182f6..0000000
--- a/themes/green
+++ /dev/null
@@ -1,50 +0,0 @@
-/* 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";
-
-/* st config */
-
-float alpha = 0.6;
-
-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 */
-};
diff --git a/themes/liquid_blue b/themes/liquid_blue
deleted file mode 100644
index f4f6e47..0000000
--- a/themes/liquid_blue
+++ /dev/null
@@ -1,44 +0,0 @@
-/* Terminal colors (16 first used in escape sequence) */
-
-static const char col_cyan[] = "#015188";
-
-static const char col_gray1[] = "#080e0d";
-static const char col_gray2[] = "#444444";
-static const char col_gray3[] = "#bbbbbb";
-static const char col_gray4[] = "#eeeeee";
-/* st config */
-
-float alpha = 0.6;
-
-
-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/themes/nord b/themes/nord
deleted file mode 100644
index 92c2f16..0000000
--- a/themes/nord
+++ /dev/null
@@ -1,54 +0,0 @@
-/* Sarc config file */
-
-/*
- * DWM CONFIGURATION
-*/
-
-/* primary color */
-
-static const char col_cyan[] = "#5e81ac";
-
-/* secondary colors */
-
-static const char col_gray1[] = "#2e3440";
-static const char col_gray2[] = "#444444";
-static const char col_gray3[] = "#bbbbbb";
-static const char col_gray4[] = "#eeeeee";
-
-/* st config */
-
-float alpha = 4;
-
-static const char *colorname[] = {
-
- /* 8 normal colors */
-
- "#3b4252", /* black */
- "#bf616a", /* red */
- "#a3be8c", /* green */
- "#ebcb8b", /* yellow */
- "#81a1c1", /* blue */
- "#b48ead", /* magenta */
- "#88c0d0", /* cyan */
- "#e5e9f0", /* white */
-
- /* 8 bright colors */
-
- "#4c566a", /* black */
- "#bf616a", /* red */
- "#a3be8c", /* green */
- "#ebcb8b", /* yellow */
- "#81a1c1", /* blue */
- "#b48ead", /* magenta */
- "#8fbcbb", /* cyan */
- "#eceff4", /* white */
-
- [255] = 0,
-
- /* more colors can be added after 255 to use with DefaultXX */
-
- "#cccccc",
- "#555555",
- "#2e3440", /* background */
- "#d8dee9", /* foreground */
- };
diff --git a/themes/purple b/themes/purple
deleted file mode 100644
index c2e1c75..0000000
--- a/themes/purple
+++ /dev/null
@@ -1,51 +0,0 @@
-/* Sarc config file */
-
-/*
- * DWM CONFIGURATION
-*/
-
-/* primary color */
-
-static const char col_cyan[] = "#8c0180";
-
-/* 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";
-
-
-/* st config */
-
-float alpha = 0.6;
-
-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 */
-};
diff --git a/themes/red b/themes/red
deleted file mode 100644
index e46a25c..0000000
--- a/themes/red
+++ /dev/null
@@ -1,50 +0,0 @@
-/* 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";
-
-/* st config */
-
-float alpha = 0.6;
-
-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 */
-};