feedback
All checks were successful
/ test_checkout (push) Successful in 1m48s

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2025-10-28 23:18:23 +01:00
parent 1b461338b7
commit 6f7afe73a7
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
6 changed files with 3814 additions and 81 deletions

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 70 KiB

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 70 KiB

View file

@ -3,7 +3,7 @@
#import "../lib.typ": pb1-text, pb2-text, pb3-text
#import "icons.typ": arrow
#import "outlines.typ": theseus-outline
#import "outlines.typ": theseus-outline, dexhunter-outline, droidra-outline
#let pirat-color = (
black: rgb("#000000"),
@ -35,6 +35,14 @@ pirat-color.red,
)
}
#let apk-block = block.with(
//fill: green.lighten(50%),
stroke: black,
inset: 10pt,
radius: 12pt,
)
#let colortest = [
#for th in (
sns-polylux-template_sns-pirat,

View file

@ -152,7 +152,7 @@
box(
width: width,
height: height,
stroke: black,
//stroke: black,
{
place(
left+bottom,
@ -221,6 +221,13 @@
)
}
#let droidra-outline(
small_icon_size: 100pt,
big_icon_size: 200pt,
) = context {
text(fill: red, size: 40pt)[TODO]
}
#let theseus-outline(
small_icon_size: 60pt,
big_icon_size: 90pt,