n

nordic

@preview

Nordic color theme.

v0.1.0
MIT

Package Information

Last Updated
Categories
components

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/nordic:0.1.0

2. Import in your Typst file

Add this to your .typ file:

#import "@preview/nordic:0.1.0": *

Version History

0.1.0
516ffc124cb3...

nordic

Test

The nordic color theme was majorly inspired by the
identically named Neovim colorscheme nordic.nvim.

Usage

To simply apply the colorscheme, use the default settings.

#import "@preview/nordic:0.1.0" as nordic
#show: nordic.default

It is also possible to use individual colors.
For a list of them, please refer directly to the main file
nordic.typ

#import "@preview/nordic:0.1.0" as nordic
#rect(fill: nordic.yellow-bright)[Hello World]

License

Download the MIT License