summaryrefslogtreecommitdiff
path: root/tex
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2020-04-19 18:15:26 +0100
committerAleks Kissinger <aleks0@gmail.com>2020-04-19 18:15:26 +0100
commit8f3f804990387607b7e52b5550ebce52e36aa619 (patch)
treec4b652c1bc7f075b3021a4355516cba3c42ec74b /tex
parent05361085127d9849ee02b59b115a516c1bd05106 (diff)
add path as background
Diffstat (limited to 'tex')
-rw-r--r--tex/logo.tikzstyles5
1 files changed, 4 insertions, 1 deletions
diff --git a/tex/logo.tikzstyles b/tex/logo.tikzstyles
index 3419ee3..1103b0b 100644
--- a/tex/logo.tikzstyles
+++ b/tex/logo.tikzstyles
@@ -4,9 +4,12 @@
% \tikzstyle{NAME}=[PROPERTY LIST]
% Node styles
-\tikzstyle{test}=[fill=none, draw=black, shape=circle]
+\tikzstyle{white dot}=[fill=white, draw=black, shape=circle]
% Edge styles
\tikzstyle{bg}=[-, line width=0.5mm, fill={rgb,255: red,217; green,217; blue,217}]
\tikzstyle{fg}=[-, fill=black]
\tikzstyle{dir}=[->]
+\tikzstyle{region A}=[-, draw=none, fill={rgb,255: red,255; green,160; blue,162}, opacity=0.8]
+\tikzstyle{region B}=[-, draw=none, fill={rgb,255: red,190; green,185; blue,255}, opacity=0.8]
+\tikzstyle{region C}=[-, fill={rgb,255: red,179; green,255; blue,192}, draw=none, opacity=0.8]