[wiki] [sites] Add solarized colour scheme patches for dmenu. || Harsh Parekh

From: <git_AT_suckless.org>
Date: Tue, 22 Sep 2020 02:24:21 +0200

commit a08cc8bd679c2ab145310ea8b49cf725464ab2ff
Author: Harsh Parekh <harsh_parekh_AT_outlook.com>
Date: Mon Sep 21 20:18:43 2020 -0400

    Add solarized colour scheme patches for dmenu.
    
    Adds:
    * solarized light
    * solarized dark

diff --git a/tools.suckless.org/dmenu/patches/solarized/dmenu-solarized-dark-5.0.diff b/tools.suckless.org/dmenu/patches/solarized/dmenu-solarized-dark-5.0.diff
new file mode 100644
index 00000000..b13b6527
--- /dev/null
+++ b/tools.suckless.org/dmenu/patches/solarized/dmenu-solarized-dark-5.0.diff
_AT_@ -0,0 +1,27 @@
+From 3e7637b1b02e58d0fe09bf00c4e834f081d3ea16 Mon Sep 17 00:00:00 2001
+From: Harsh Parekh <harsh_parekh_AT_outlook.com>
+Date: Mon, 21 Sep 2020 19:26:44 -0400
+Subject: [PATCH] Apply solarized dark colour scheme to dmenu.
+
+---
+ config.def.h | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/config.def.h b/config.def.h
+index 1edb647..2cd3e44 100644
+--- a/config.def.h
++++ b/config.def.h
+_AT_@ -9,8 +9,8 @@ static const char *fonts[] = {
+ static const char *prompt = NULL; /* -p option; prompt to the left of input field */
+ static const char *colors[SchemeLast][2] = {
+ /* fg bg */
+- [SchemeNorm] = { "#bbbbbb", "#222222" },
+- [SchemeSel] = { "#eeeeee", "#005577" },
++ [SchemeNorm] = { "#839496", "#002b36" },
++ [SchemeSel] = { "#839496", "#073642"},
+ [SchemeOut] = { "#000000", "#00ffff" },
+ };
+ /* -l option; if nonzero, dmenu uses vertical list with given number of lines */
+--
+2.28.0
+
diff --git a/tools.suckless.org/dmenu/patches/solarized/dmenu-solarized-light-5.0.diff b/tools.suckless.org/dmenu/patches/solarized/dmenu-solarized-light-5.0.diff
new file mode 100644
index 00000000..1f46dd05
--- /dev/null
+++ b/tools.suckless.org/dmenu/patches/solarized/dmenu-solarized-light-5.0.diff
_AT_@ -0,0 +1,27 @@
+From 056331da9c6a72b90b32766840eb69e17f33cce8 Mon Sep 17 00:00:00 2001
+From: Harsh Parekh <harsh_parekh_AT_outlook.com>
+Date: Mon, 21 Sep 2020 19:59:56 -0400
+Subject: [PATCH] Apply solarized light colour scheme to dmenu.
+
+---
+ config.def.h | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/config.def.h b/config.def.h
+index 1edb647..7645e7f 100644
+--- a/config.def.h
++++ b/config.def.h
+_AT_@ -9,8 +9,8 @@ static const char *fonts[] = {
+ static const char *prompt = NULL; /* -p option; prompt to the left of input field */
+ static const char *colors[SchemeLast][2] = {
+ /* fg bg */
+- [SchemeNorm] = { "#bbbbbb", "#222222" },
+- [SchemeSel] = { "#eeeeee", "#005577" },
++ [SchemeNorm] = { "#657b83", "#fdf6e3" },
++ [SchemeSel] = { "#657b83", "#eee8d5"},
+ [SchemeOut] = { "#000000", "#00ffff" },
+ };
+ /* -l option; if nonzero, dmenu uses vertical list with given number of lines */
+--
+2.28.0
+
diff --git a/tools.suckless.org/dmenu/patches/solarized/index.md b/tools.suckless.org/dmenu/patches/solarized/index.md
new file mode 100644
index 00000000..980f45d2
--- /dev/null
+++ b/tools.suckless.org/dmenu/patches/solarized/index.md
_AT_@ -0,0 +1,16 @@
+solarized
+=========
+
+Description
+-----------
+
+This provides patches to apply either light or dark version of the [solarized colour scheme](https://ethanschoonover.com/solarized/) to dmenu.
+
+Download
+--------
+* [dmenu-solarized-light-5.0.diff](dmenu-solarized-light-5.0.diff)
+* [dmenu-solarized-dark-5.0.diff](dmenu-solarized-dark-5.0.diff)
+
+Author
+------
+* [Harsh Parekh](https://harsh.parekh.page) (hXtreme)<harsh_parekh_AT_outlook.com>
Received on Tue Sep 22 2020 - 02:24:21 CEST

This archive was generated by hypermail 2.3.0 : Tue Sep 22 2020 - 02:24:44 CEST