Home

Awesome

sthlmNord BeamerTheme

<p align="center"> <a href="https://github.com/mholson/sthlmNordBeamerTheme/raw/main/sthlmNordDarkDemo.pdf"> <img src="https://img.shields.io/badge/DownloadDarkTheme-pdf-red.svg"/> </a> <a href="https://github.com/mholson/sthlmNordBeamerTheme/raw/main/sthlmNordLightDemo.pdf"> <img src="https://img.shields.io/badge/DownloadLightTheme-pdf-red.svg"/> </a> <img src="https://img.shields.io/badge/Compiler-XeLaTeX-blue.svg"/> <img src="https://img.shields.io/badge/WIP-WorkInProgress-orange.svg"/> </p> <p align="center"> <img src="images/dark/Page 02.png" width="800" max-width="90%" alt="Background" /> </p>

Other Nord Beamer themes

Maybe you were looking for another Nord Beamer theme?

Light and Dark Mode Available

<p align="center"> <img src="images/dark/Page 01.png" width="45%" max-width="90%" alt="Background" /> <img src="images/light/Page 01.png" width="45%" max-width="90%" alt="Background" /> </p>

By default, theme will be displayed using dark mode; however, this can easily be toggled to the light version of the theme by providing an option to the \usetheme{sthlmnord} command,

% > > > Choose Theme
\usetheme[mode=light]{sthlmnord}
%\usetheme{sthlmnord}

Major Features

<p align="center"> <img src="images/dark/Page 06.png" width="45%" max-width="90%" alt="Background" /> <img src="images/light/Page 06.png" width="45%" max-width="90%" alt="Background" /> </p>

Nord Color Palette

<p align="center"> <img src="images/dark/Page 13.png" width="45%" max-width="90%" alt="Background" /> <img src="images/light/Page 13.png" width="45%" max-width="90%" alt="Background" /> </p> <p align="center"> <img src="images/dark/Page 14.png" width="45%" max-width="90%" alt="Background" /> <img src="images/light/Page 14.png" width="45%" max-width="90%" alt="Background" /> </p> <p align="center"> <img src="images/dark/Page 15.png" width="45%" max-width="90%" alt="Background" /> <img src="images/light/Page 15.png" width="45%" max-width="90%" alt="Background" /> </p> <p align="center"> <img src="images/dark/Page 17.png" width="45%" max-width="90%" alt="Background" /> <img src="images/light/Page 17.png" width="45%" max-width="90%" alt="Background" /> </p>

Block Environments

<p align="center"> <img src="images/dark/Page 19.png" width="45%" max-width="90%" alt="Background" /> <img src="images/light/Page 19.png" width="45%" max-width="90%" alt="Background" /> </p>

Lists

<p align="center"> <img src="images/dark/Page 20.png" width="45%" max-width="90%" alt="Background" /> <img src="images/light/Page 20.png" width="45%" max-width="90%" alt="Background" /> </p> <p align="center"> <img src="images/dark/Page 21.png" width="45%" max-width="90%" alt="Background" /> <img src="images/light/Page 21.png" width="45%" max-width="90%" alt="Background" /> </p> <p align="center"> <img src="images/dark/Page 22.png" width="45%" max-width="90%" alt="Background" /> <img src="images/light/Page 22.png" width="45%" max-width="90%" alt="Background" /> </p>

Source Code Syntax Highlighting powered by Listings (default) and Minted

By default, source code printing is done using the listings package. The reason is that it will be easier to style the code using Overleaf.com in the future.

However, if you would like to use the minted package styled with nord, then just pass the codeminted option to the documentclass command. While minted should work out of the box, this theme includes the custom nord color palette https://github.com/sbrisard/nord_pygments, that needs to be installed (see github repository for instructions).

If you do not want to install the pygements nord color theme, you can choose one of the installed themes by changing the beamerthemesthlmnord.sty file

\RequirePackage{minted}
% > > > Nord style Requires custom install: https://github.com/sbrisard/nord_pygments
\usemintedstyle{nord}  <====== Change to a default style 

Libertinus fonts compiled with XeLaTeX

<p align="center"> <img src="images/dark/Page 28.png" width="45%" max-width="90%" alt="Background" /> <img src="images/light/Page 28.png" width="45%" max-width="90%" alt="Background" /> </p>

Mathematics

<p align="center"> <img src="images/dark/Page 30.png" width="45%" max-width="90%" alt="Background" /> <img src="images/light/Page 30.png" width="45%" max-width="90%" alt="Background" /> </p> <p align="center"> <img src="images/dark/Page 31.png" width="45%" max-width="90%" alt="Background" /> <img src="images/light/Page 31.png" width="45%" max-width="90%" alt="Background" /> </p> <p align="center"> <img src="images/dark/Page 32.png" width="45%" max-width="90%" alt="Background" /> <img src="images/light/Page 32.png" width="45%" max-width="90%" alt="Background" /> </p> <p align="center"> <img src="images/dark/Page 33.png" width="45%" max-width="90%" alt="Background" /> <img src="images/light/Page 33.png" width="45%" max-width="90%" alt="Background" /> </p>

Release Notes

Version round(pi,5)

Version round(pi,4)

Version round(pi,3)

Version round(pi,2)

Version 3.1

Version 3.0