summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2019-04-13 16:07:10 +0200
committerTiziano Müller <dev-zero@gentoo.org>2019-04-13 16:08:18 +0200
commit94686e9c582faa576804c20a0e2e037f701f8f5b (patch)
treee6813e8809685cb8dcf9ed20e7f0903ee710bff9 /dev-util/source-highlight/files
parentdev-util/debugedit: amd64 stable wrt bug #683222 (diff)
downloadgentoo-94686e9c582faa576804c20a0e2e037f701f8f5b.tar.gz
gentoo-94686e9c582faa576804c20a0e2e037f701f8f5b.tar.bz2
gentoo-94686e9c582faa576804c20a0e2e037f701f8f5b.zip
dev-util/source-highlight: fix dark colors in GDB
rev.bump to import patch from Fedora (and bump EAPI) to make functions names readable in syntax colored GDB output when using a dark background, see https://bugzilla.redhat.com/show_bug.cgi?id=1688372 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Tiziano Müller <dev-zero@gentoo.org>
Diffstat (limited to 'dev-util/source-highlight/files')
-rw-r--r--dev-util/source-highlight/files/source-highlight-3.1.8-no-black.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-util/source-highlight/files/source-highlight-3.1.8-no-black.patch b/dev-util/source-highlight/files/source-highlight-3.1.8-no-black.patch
new file mode 100644
index 000000000000..b673c2f79221
--- /dev/null
+++ b/dev-util/source-highlight/files/source-highlight-3.1.8-no-black.patch
@@ -0,0 +1,12 @@
+diff -up source-highlight-3.1.8/src/esc.style.no-black source-highlight-3.1.8/src/esc.style
+--- source-highlight-3.1.8/src/esc.style.no-black 2019-03-20 16:52:33.053965325 +0000
++++ source-highlight-3.1.8/src/esc.style 2019-03-20 16:52:42.502965289 +0000
+@@ -7,7 +7,7 @@ comment cyan i ;
+ number purple ;
+ preproc darkblue b ;
+ symbol darkred ;
+-function black b;
++function b;
+ cbracket red;
+ variable darkgreen ;
+