Skip to content

Commit

Permalink
Merge pull request #3 from m-haug/xkcd
Browse files Browse the repository at this point in the history
Add palette of the XKCD color survey
  • Loading branch information
kaarmu authored Jul 1, 2024
2 parents 8233e4c + b984e07 commit 1f96d38
Show file tree
Hide file tree
Showing 4 changed files with 963 additions and 0 deletions.
Binary file modified doc/main.pdf
Binary file not shown.
11 changes: 11 additions & 0 deletions doc/main.typ
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,17 @@ package his work for ease-of-use in Typst.
palettes.okabe-ito,
)


// XKCD

#section(
cols: 3,
description: "These colors were named in the XKCD Color Survey.", // TODO link
title: "XKCD Color Survey",
name: "xkcd_rgb",
palettes.xkcd_rgb,
)

== Seaborn

The following section shows qualitative palettes created by the seaborn project.
Expand Down
1 change: 1 addition & 0 deletions src/palettes.typ
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
#import "palettes/tol.typ": *
#import "palettes/typst-highlighting.typ": *
#import "palettes/xcolor.typ": *
#import "palettes/xkcd.typ": *
#import "palettes/okabe-ito.typ": *
Loading

0 comments on commit 1f96d38

Please sign in to comment.