Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 9bfbafa1e98c13c039bea4790941e51b3a8054b4 Mon Sep 17 00:00:00 2001 |From: Max Schillinger |Date: Thu, 23 Jun 2022 21:58:37 +0200 |Subject: [PATCH] Add multiple color schemes and key bindings to change them | |This commits adds these color schemes: | |- the default (dark) st color scheme |- the default (dark) alacritty color scheme |- One Half (dark & light) |- Solarized (dark & light) |- Gruvbox (dark & light) | |Select one with Alt+1..8. |Select the next one with Alt+0. |Select the previous one with Ctrl+Alt+0. |--- | config.def.h | 118 +++++++++++++++++++++++++++++++++++++-------------- | st.c | 22 ++++++++++ | st.h | 2 + | x.c | 52 ++++++++++++++++++++++- | 4 files changed, 160 insertions(+), 34 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 91ab8ca..38777fe 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 93. Hunk #2 succeeded at 242. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/st.c b/st.c |index 51049ba..3ffe333 100644 |--- a/st.c |+++ b/st.c -------------------------- Patching file st.c using Plan A... Hunk #1 succeeded at 2196. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/st.h b/st.h |index 519b9bd..2700de5 100644 |--- a/st.h |+++ b/st.h -------------------------- Patching file st.h using Plan A... Hunk #1 succeeded at 90. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/x.c b/x.c |index 8a16faa..bc0a48c 100644 |--- a/x.c |+++ b/x.c -------------------------- Patching file x.c using Plan A... Hunk #1 succeeded at 59. Hunk #2 succeeded at 187. Hunk #3 succeeded at 788. Hunk #4 succeeded at 2011. Hunk #5 succeeded at 2104. Hmm... Ignoring the trailing garbage. done