From b48731917964d263175716a29a58d965cb726798 Mon Sep 17 00:00:00 2001 From: Aleks Kissinger Date: Mon, 13 Apr 2020 14:39:51 +0100 Subject: logo tikzstyles --- tex/logo.tikzstyles | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tex/logo.tikzstyles diff --git a/tex/logo.tikzstyles b/tex/logo.tikzstyles new file mode 100644 index 0000000..4e05673 --- /dev/null +++ b/tex/logo.tikzstyles @@ -0,0 +1,11 @@ +% TiKZ style file generated by TikZiT. You may edit this file manually, +% but some things (e.g. comments) may be overwritten. To be readable in +% TikZiT, the only non-comment lines must be of the form: +% \tikzstyle{NAME}=[PROPERTY LIST] + +% Node styles + +% Edge styles +\tikzstyle{bg}=[-, line width=0.5mm, fill={rgb,255: red,217; green,217; blue,217}] +\tikzstyle{fg}=[-, fill=black] +\tikzstyle{dir}=[->] -- cgit v1.2.3