aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--latex/colors.tex3
-rw-r--r--latex/tikzcards.tex2
2 files changed, 4 insertions, 1 deletions
diff --git a/latex/colors.tex b/latex/colors.tex
index 5166dda9..fd3cf46f 100644
--- a/latex/colors.tex
+++ b/latex/colors.tex
@@ -13,6 +13,9 @@
% Farbe des "Fähnchens" zur Angabe des Preises der Karten
\definecolor{pricebg}{RGB}{230,180,0}
+% Farbe des "Fähnchens" zur Angabe der Spielkosten der Karten
+\definecolor{playbg}{RGB}{128,128,128}
+
% Hintergrundfarbe für den Textbereich
%\definecolor{content}{RGB}{250,250,245}
\definecolor{contentbg}{RGB}{255,255,255}
diff --git a/latex/tikzcards.tex b/latex/tikzcards.tex
index 7f1fccc2..2c92bfc0 100644
--- a/latex/tikzcards.tex
+++ b/latex/tikzcards.tex
@@ -167,7 +167,7 @@
\newcommand{\cardplaycost}[1]{
\begin{scope}[even odd rule]
\clip[cardcorners] \shapeCard;
- \fill[strip,pricebg] \shapeRightStripShortLow;
+ \fill[strip,playbg] \shapeRightStripShortLow;
\end{scope}
\node at (\cardwidth-0.5*\stripwidth-\strippadding,\strippadding+\strippadding) {\color{black}#1};
}