Skip to content

Instantly share code, notes, and snippets.

View marcothms's full-sized avatar
💤
despite everything, it's still you!

Marco Thomas marcothms

💤
despite everything, it's still you!
  • genua GmbH
  • Munich, Germany
  • 11:10 (UTC +02:00)
View GitHub Profile
@marcothms
marcothms / touying-marcothms.typ
Last active July 18, 2025 15:11
My touying presentation template, based on the Metropolis theme.
#import "@preview/touying:0.6.1": *
#import themes.metropolis: *
#let bg = rgb("#fafafa")
#let accent = rgb("#7d37f0")
#let greytext = rgb("999999")
#show: metropolis-theme.with(
aspect-ratio: "16-9",
config-common(show-notes-on-second-screen: right),
@marcothms
marcothms / touying-metropolis-everforest.typ
Last active May 21, 2025 12:30
Modified Metropolis Theme for touying-typ/touying with Everforest Colors
#import "@preview/touying:0.5.3": *
#import themes.metropolis: *
#show: metropolis-theme.with(
aspect-ratio: "16-9",
header: self => [
#let sectiontitle = utils.display-current-heading(level: 1)
#let slidetitle = utils.display-current-heading(level: 2)
#text(weight: "regular", [#sectiontitle: #slidetitle])
],