Skip to content

Repository for Marp Themes created with beauty and simplicity in mind.

License

Notifications You must be signed in to change notification settings

rcslight/marpstyle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MARP Themes - marpstyle

Marp themes repository, created with beauty and simplicity as first concerns. Last update: 14.nov.2022

This set of styles (themes) were designed bearing mainly simplicity and beauty in mind as first class requirements. As the first theme (plato.css) got ready I decided to share. I hope sincerely you enjoy it and it comes to be useful to as many users as possible. More styles are due to come in a fashionable time.

🔥🎀 Stay tuned for more Marpstyle Themes! 🔥🎀

What is Marp?

Available Themes

Here you´ll find examples of the available themes. Click on the picture to open a corresponding PDF example.

  • SOCRATES theme in honor of Σωκράτης (469–399 B.C.E.)

  • PLATO theme in honor of Πλάτων (429?–347 B.C.E.)

    Style: Plato

  • DESCARTES theme in honor of René Descartes (1596–1650)

    Style: Leibniz

  • LEIBNIZ theme in honor of Gottfried Wilhelm Leibniz (1646–1716)

    Style: Leibniz

  • KANT theme in honor of Immanuel Kant (1724–1804)

    Style: Kant

  • HEGEL theme in honor of Georg Wilhelm Friedrich Hegel (1770–1831)

    Style: Hegel

  • FREUD theme in honor of Sigmund Freud (Sigismund Schlomo Freud) (1856-1939)

    Style: Freud

  • HUSSERL theme in honor of Edmund Husserl (1859–1938)

    Style: Freud

  • HEIDEGGER theme in honor of Martin Heidegger (1889–1976)

    Style: Freud

  • JOBS theme in honor of Steven Paul Jobs (1955–2011)

    Style: Freud


Install

As a MARP´s prerequisite, remember to include the path to the theme files (CSS files) in your workspace.code-workspace in order to make them available to your slide deck.

It might look similar to:


{
	"folders": [
		{
			"path": "."
		}
	],
	"settings": {
		"markdown.marp.themes": [
			"./style/socrates.css"
			"./style/plato.css"
			"./style/descartes.css"
			"./style/leibniz.css"
			"./style/kant.css"
			"./style/hegel.css"
			"./style/freud.css"
			"./style/husserl.css"
			"./style/heidegger.css"
			"./style/jobs.css"
			"./style/schema.css"
			"./style/structure.css"
		]
	}
}

You might as well use my themes directly from github using the url, just like depicted below:

{
	"folders": [
		{
			"path": "."
		}
	],
	"settings": {
		"markdown.marp.themes": [
			"https://cunhapaulo.github.io/style/descartes.css"
			"https://cunhapaulo.github.io/style/freud.css"
			"https://cunhapaulo.github.io/style/hegel.css"
			"https://cunhapaulo.github.io/style/heidegger.css"
			"https://cunhapaulo.github.io/style/husserl.css"
			"https://cunhapaulo.github.io/style/kant.css"
			"https://cunhapaulo.github.io/style/leibniz.css"
			"https://cunhapaulo.github.io/style/orwell.css"
			"https://cunhapaulo.github.io/style/plato.css"
			"https://cunhapaulo.github.io/style/schema.css"
			"https://cunhapaulo.github.io/style/simple.css"
			"https://cunhapaulo.github.io/style/socrates.css"
			"https://cunhapaulo.github.io/style/structure.css"
		]
	}
}

Typefaces

Some of the fonts necessary to the available styles are listed below with its respective link for download:

Credits

About

Repository for Marp Themes created with beauty and simplicity in mind.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 100.0%