mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: updated y-combinator wallpaper
This commit is contained in:
parent
ee879c9985
commit
fc85fcb9b1
2 changed files with 14 additions and 12 deletions
|
|
@ -1,13 +1,15 @@
|
|||
#import "@preview/stonewall:0.1.0": lesbian as gae
|
||||
#import "@preview/weave:0.2.0": compose_ as c_
|
||||
|
||||
#set page(width: 3840pt, height: 2160pt, fill: black)
|
||||
#set text(size: 2160pt / 16)
|
||||
#set align(horizon + center)
|
||||
|
||||
#import "@preview/stonewall:0.1.0": lesbian
|
||||
#let y_combinator = $lambda f. space
|
||||
#c_((
|
||||
align.with(horizon + center),
|
||||
text.with(
|
||||
size: 2160pt / 16,
|
||||
fill: gradient.linear(..gae),
|
||||
),
|
||||
))[$lambda f. space
|
||||
(lambda x. space f space (x space x)) space
|
||||
(lambda x. space f space (x space x))$
|
||||
(lambda x. space f space (x space x))$]
|
||||
|
||||
#text(
|
||||
fill: gradient.linear(..lesbian),
|
||||
y_combinator,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue