File tree 2 files changed +28
-0
lines changed
2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 86
86
\definecolor {curiosityLINE}{HTML}{43a82e} % - 41b9e4
87
87
\definecolor {curiosityTitleBG}{HTML}{c0f5b5} % - beedfe
88
88
89
+ \definecolor {manualBG}{HTML}{aeb0b9}
90
+
89
91
\definecolor {codeCOMMENT}{HTML}{649541} % 98C379
90
92
\definecolor {codeSTRING}{HTML}{37864A} % 60A470
91
93
\definecolor {codeKEY}{HTML}{C678DD}
105
107
106
108
\newcommand {\boxdesc }[1]{\fontsize {6.5}{6.5}\selectfont\textcolor {white}{\textsc {#1}}}
107
109
\newcommand {\codetextstyle }{\ttfamily\linespread {1}\fontsize {10}{10}\selectfont }
110
+ \newcommand {\manlower }{\tcblower\fontsize {9}{9}\selectfont }
108
111
109
112
% Counters
110
113
\newcounter {examplecounter}
358
361
},
359
362
}
360
363
364
+ \newtcolorbox {codedefine}{
365
+ colback=codeBG!15,
366
+ colbacklower=manualBG,
367
+ colframe=codeBG!90,
368
+ enhanced,
369
+ breakable,
370
+ sidebyside,
371
+ bicolor,
372
+ righthand ratio=0.38,
373
+ rounded corners=all,
374
+ arc=1mm,
375
+ toprule=4mm,
376
+ enlarge top initially by=1mm,
377
+ enlarge bottom by=0.5mm,
378
+ skin first=enhanced,
379
+ skin middle=enhanced,
380
+ skin last=enhanced,
381
+ overlay={
382
+ \filldraw [OrangeRed] ([xshift=3mm, yshift=-2mm]frame.north west) circle (1mm);
383
+ \filldraw [Dandelion] ([xshift=6mm, yshift=-2mm]frame.north west) circle (1mm);
384
+ \filldraw [YellowGreen] ([xshift=9mm, yshift=-2mm]frame.north west) circle (1mm);
385
+ \node [anchor=north] at ([yshift=0.1mm]frame.north) {\fontsize {8}{8}\selectfont\textcolor {white}{\texttt {Code Manual }}};
386
+ },
387
+ }
388
+
361
389
362
390
% LSTListing Style
363
391
You can’t perform that action at this time.
0 commit comments