mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-12-02 07:43:59 -06:00
Change flowchart color (#185)
* Change BG color to white * Fix flowcharts where graphics overlap with text * Increase border size * change arrow style * Allow standalone building of TikZ flowcharts Useful for reference or website etc.. * Prevent manual hyphenation in TikZ diagrams A Bit of a manual tweak.. but worth it to look nicer :D * Add missing file for flowcharts --------- Co-authored-by: Cedric <ced@awase.ostal>
This commit is contained in:
committed by
GitHub
parent
fad30fa1db
commit
a8dc6dc210
12
book/colors.tex
Normal file
12
book/colors.tex
Normal file
@@ -0,0 +1,12 @@
|
||||
\definecolor{codeblue}{RGB}{69, 161, 248}
|
||||
\definecolor{codeblack}{RGB}{40, 40, 40}
|
||||
|
||||
\definecolor{maingray}{HTML}{F8F8F8}
|
||||
|
||||
\definecolor{hlocre}{HTML}{E5B874}
|
||||
\definecolor{hlorange}{HTML}{EC7850}
|
||||
\definecolor{hlyellow}{HTML}{FAE69E}
|
||||
|
||||
\definecolor{pinkpic}{RGB}{246, 183, 194}
|
||||
\definecolor{redpic}{RGB}{232, 72, 71}
|
||||
\definecolor{yellowpic}{RGB}{246, 235, 51}
|
||||
Reference in New Issue
Block a user