diff options
Diffstat (limited to 'sd/themes')
| -rw-r--r-- | sd/themes/blue | 51 | ||||
| -rw-r--r-- | sd/themes/default | 50 | ||||
| -rw-r--r-- | sd/themes/dracula | 53 | ||||
| -rw-r--r-- | sd/themes/green | 50 | ||||
| -rw-r--r-- | sd/themes/nord | 54 | ||||
| -rw-r--r-- | sd/themes/purple | 51 | ||||
| -rw-r--r-- | sd/themes/red | 50 |
7 files changed, 0 insertions, 359 deletions
diff --git a/sd/themes/blue b/sd/themes/blue deleted file mode 100644 index 648208b..0000000 --- a/sd/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/sd/themes/default b/sd/themes/default deleted file mode 100644 index b81f7bd..0000000 --- a/sd/themes/default +++ /dev/null @@ -1,50 +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[] = "#005577"; - -/* 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/sd/themes/dracula b/sd/themes/dracula deleted file mode 100644 index f7353de..0000000 --- a/sd/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/sd/themes/green b/sd/themes/green deleted file mode 100644 index 1c182f6..0000000 --- a/sd/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/sd/themes/nord b/sd/themes/nord deleted file mode 100644 index 2bf7407..0000000 --- a/sd/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 = 1; - -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/sd/themes/purple b/sd/themes/purple deleted file mode 100644 index c2e1c75..0000000 --- a/sd/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/sd/themes/red b/sd/themes/red deleted file mode 100644 index e46a25c..0000000 --- a/sd/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 */ -}; |