commit 66650f17a6b339352c1ce156a19b0b10cfe386bf
Author: laingw <laingw36_AT_gmail.com>
Date: Tue Apr 22 20:26:22 2025 +0300
[st] Add patch gruber-darker.
This is an adapted version of the Gruber Darker
color theme with some changes for st.
diff --git a/st.suckless.org/patches/gruber-darker/.index.md.swp b/st.suckless.org/patches/gruber-darker/.index.md.swp
new file mode 100644
index 00000000..1a97ad99
Binary files /dev/null and b/st.suckless.org/patches/gruber-darker/.index.md.swp differ
diff --git a/st.suckless.org/patches/gruber-darker/index.md b/st.suckless.org/patches/gruber-darker/index.md
new file mode 100644
index 00000000..1671d08c
--- /dev/null
+++ b/st.suckless.org/patches/gruber-darker/index.md
_AT_@ -0,0 +1,18 @@
+Gruber Darker
+=============
+
+Description
+-----------
+This is an adapted version of the
+[Gruber Darker](
https://github.com/rexim/gruber-darker-theme)
+color theme with some changes for st.
+
+[](st-gruber-darker.png)
+
+Download
+--------
+* [st-gruber-darker-0.9.2.diff](st-gruber-darker-0.9.2.diff)
+
+Author
+------
+* [laingw](
https://github.com/laingw) - <laingw36_AT_gmail.com>
diff --git a/st.suckless.org/patches/gruber-darker/st-gruber-darker-0.9.2.diff b/st.suckless.org/patches/gruber-darker/st-gruber-darker-0.9.2.diff
new file mode 100644
index 00000000..e08e765f
--- /dev/null
+++ b/st.suckless.org/patches/gruber-darker/st-gruber-darker-0.9.2.diff
_AT_@ -0,0 +1,65 @@
+diff --git a/config.def.h b/config.def.h
+index 2cd740a..0d4fac3 100644
+--- a/config.def.h
++++ b/config.def.h
+_AT_@ -95,33 +95,33 @@ unsigned int tabspaces = 8;
+
+ /* Terminal colors (16 first used in escape sequence) */
+ 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",
+- "gray90", /* default foreground colour */
+- "black", /* default background colour */
++ /* 8 normal colors */
++ "#2e3436",
++ "#a40000",
++ "#4e9a06",
++ "#c4a000",
++ "#3465a4",
++ "#75507b",
++ "#34a0a4",
++ "#babdb9",
++
++ /* 8 bright colors */
++ "#555753",
++ "#ef2929",
++ "#8ae234",
++ "#fce94f",
++ "#729fcf",
++ "#ad7fa8",
++ "#72d9cf",
++ "#eeeeec",
++
++ [255] = 0,
++
++ /* more colors can be added after 255 to use with DefaultXX */
++ "#cccccc",
++ "#555555",
++ "#e4e4ef", /* default foreground colour */
++ "#181818", /* default background colour */
+ };
+
+
diff --git a/st.suckless.org/patches/gruber-darker/st-gruber-darker.png b/st.suckless.org/patches/gruber-darker/st-gruber-darker.png
new file mode 100644
index 00000000..97839c5b
Binary files /dev/null and b/st.suckless.org/patches/gruber-darker/st-gruber-darker.png differ
Received on Tue Apr 22 2025 - 19:34:20 CEST