commit 36e4e9f0959c2656090691b6ed2ef8ddad3b0e08
Author: elbachir-one <[email protected]>
Date:   Tue Nov 19 20:17:46 2024 +0100

    [st][patch][windows_xp_colorscheme] added patch

diff --git a/st.suckless.org/patches/windows_xp_colorscheme/index.md 
b/st.suckless.org/patches/windows_xp_colorscheme/index.md
new file mode 100644
index 00000000..ea000f42
--- /dev/null
+++ b/st.suckless.org/patches/windows_xp_colorscheme/index.md
@@ -0,0 +1,22 @@
+windowns xp colorscheme
+=======================
+
+Description
+-----------
+
+The "Windowns XP colorscheme" is specific color palette that resembles the 
classic Windows XP theme
+
+Example
+-------
+
+[![Screenshot](screenshot.jpg)](screenshot.jpg)
+
+Download
+--------
+
+* 
[st-windows-xp-colorscheme-20241119-4801b01.diff](st-windows-xp-colorscheme-20241119-4801b01.diff)
+
+Author
+------
+
+* El Bachir - <[email protected]>
diff --git a/st.suckless.org/patches/windows_xp_colorscheme/screenshot.jpg 
b/st.suckless.org/patches/windows_xp_colorscheme/screenshot.jpg
new file mode 100644
index 00000000..7e763809
Binary files /dev/null and 
b/st.suckless.org/patches/windows_xp_colorscheme/screenshot.jpg differ
diff --git 
a/st.suckless.org/patches/windows_xp_colorscheme/st-windows-xp-colorscheme-20241119-4801b01.diff
 
b/st.suckless.org/patches/windows_xp_colorscheme/st-windows-xp-colorscheme-20241119-4801b01.diff
new file mode 100644
index 00000000..df6e40e3
--- /dev/null
+++ 
b/st.suckless.org/patches/windows_xp_colorscheme/st-windows-xp-colorscheme-20241119-4801b01.diff
@@ -0,0 +1,72 @@
+From 4801b01b171ba8d4bec667d6a6b83f3fbd6af5bd Mon Sep 17 00:00:00 2001
+From: elbachir-one <[email protected]>
+Date: Tue, 19 Nov 2024 18:23:59 +0100
+Subject: [PATCH] Windows XP color scheme
+
+---
+ config.def.h | 42 ++++++++++++++++++++----------------------
+ 1 file changed, 20 insertions(+), 22 deletions(-)
+
+diff --git a/config.def.h b/config.def.h
+index 2cd740a..a6d71f1 100644
+--- a/config.def.h
++++ b/config.def.h
+@@ -96,35 +96,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",
++      "#d3d7cf",
++      "#d3d7cf",
++      "#000000",
++      "#ffffff",
++      "#0000aa",
++      "#89dceb",
++      "#d9e0ee",
++      "#988ba2",
+ 
+       /* 8 bright colors */
+-      "gray50",
+-      "red",
+-      "green",
+-      "yellow",
+-      "#5c5cff",
+-      "magenta",
+-      "cyan",
+-      "white",
++      "#270e05",
++      "#6b290f",
++      "#bd4307",
++      "#ffba51",
++      "#96cdfb",
++      "#f5c2e7",
++      "#89dceb",
++      "#d9e0ee",
+ 
+       [255] = 0,
+ 
+       /* more colors can be added after 255 to use with DefaultXX */
+-      "#cccccc",
+-      "#555555",
+-      "gray90", /* default foreground colour */
+-      "black", /* default background colour */
++      "#ffffff", /* default foreground color */
++      "#000000", /* default background color */
++      "#d3d7cf", /* default cursor color */
++      "#0000aa", /* reverse cursor color */
+ };
+-
+-
+ /*
+  * Default colors (colorname index)
+  * foreground, background, cursor, reverse cursor
+-- 
+2.46.2
+


Reply via email to