summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/gitfile-info/gitfile-info.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/gitfile-info/gitfile-info.sty')
-rw-r--r--Master/texmf-dist/tex/latex/gitfile-info/gitfile-info.sty7
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/gitfile-info/gitfile-info.sty b/Master/texmf-dist/tex/latex/gitfile-info/gitfile-info.sty
index 4a8a6e5173c..690db98e5c8 100644
--- a/Master/texmf-dist/tex/latex/gitfile-info/gitfile-info.sty
+++ b/Master/texmf-dist/tex/latex/gitfile-info/gitfile-info.sty
@@ -7,7 +7,7 @@
%% gitfile-info.dtx (with options: `gitfile-info.sty,package')
%%
%% gitfile-info.dtx
-%% Copyright 2016-07-14:14:15:32 -- Version 0.3 André Hilbig, mail@andrehilbig.de
+%% Copyright 2019-04-09:19:53:54 -- Version 0.4 André Hilbig, mail@andrehilbig.de
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
@@ -74,6 +74,7 @@
\renewcommand{\gfiGetCommit}{#1}
\renewcommand{\gfiGetCommitAbr}{#2}
}
+\colorlet{colback}{yellow!20!black}
\newtcolorbox{gfiInfoBox}{%
every box on layer 2/.style={reset},%
breakable,%
@@ -93,8 +94,8 @@ colback=yellow!50,%
colframe=yellow!20!black,%
sharp corners,rounded corners=southeast,arc is angular,arc=3mm,%
underlay={%
-\path[fill=tcbcol@back!80!black] ([yshift=3mm]interior.south east)--++(-0.4,-0.1)--++(0.1,-0.2);
-\path[draw=tcbcol@frame,shorten <=-0.05mm,shorten >=-0.05mm] ([yshift=3mm]interior.south east)--++(-0.4,-0.1)--++(0.1,-0.2);
+\path[fill=colback!80!black] ([yshift=3mm]interior.south east)--++(-0.4,-0.1)--++(0.1,-0.2);
+\path[draw=black!75!white,shorten <=-0.05mm,shorten >=-0.05mm] ([yshift=3mm]interior.south east)--++(-0.4,-0.1)--++(0.1,-0.2);
\path[fill=yellow!50!black,draw=none] (interior.south west) rectangle node[white,rotate=90]{\footnotesize\bfseries git} ([xshift=4mm]interior.north west);
},%
drop fuzzy shadow,%