Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From f50646447a9c7e82023d5795cd130e1b078cfbec Mon Sep 17 00:00:00 2001 |From: Varun Iyer |Date: Mon, 28 Jan 2019 17:41:46 -0800 |Subject: [PATCH] Fixed patch application for solarized light/dark | |There were a few lines that had been changed; the patch now applies correctly to the most recent version of st. |--- | config.def.h | 72 +++++++++++++++++++++++++++++++--------------------- | st.h | 1 + | x.c | 28 +++++++++++++++----- | 3 files changed, 66 insertions(+), 35 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 0e01717..58b39b7 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 84. Hunk #2 succeeded at 129. Hunk #3 succeeded at 191. 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 38c61c4..941b5f8 100644 |--- a/st.h |+++ b/st.h -------------------------- Patching file st.h using Plan A... Hunk #1 succeeded at 117. 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 0422421..ad158cf 100644 |--- a/x.c |+++ b/x.c -------------------------- Patching file x.c using Plan A... Hunk #1 succeeded at 53. Hunk #2 succeeded at 241. Hunk #3 succeeded at 281. Hunk #4 succeeded at 713. Hunk #5 succeeded at 736. Hunk #6 succeeded at 753. Hunk #7 succeeded at 1098. Hmm... Ignoring the trailing garbage. done