🏡 themes/attri/dark_fairy_pink.nim

This page uses the Attri Dark Fairy Pink theme!

Attri Dark Fairy Pink!

Attri Dark Fairy Pink

Attri Dark Fairy Pink

Attri Dark Fairy Pink

Attri Dark Fairy Pink
Attri Dark Fairy Pink...

Using the theme

The code used to enable this theme was:

nbInit(useAttriDarkFairyPink)

Although, you could do somthing like this instead:

nbInit
nb.useAttriDarkFairyPink()

Lists

  1. List Item 1
  2. List Item 2
  3. List Item 3
    • Nested Unordered List Item 3.1
    • Nested Unordered List Item 3.2
    • Nested Unordered List Item 3.2

Images

Here's a complementary, free image for you:

Random image from picsum.photos
Random image from picsum.photos

Code

Also, before I forget, here's some code:

(Beware however, this code may contain some secrets)

func decode(secret: openArray[int]): string =
  ## classified by NSA as <strong>TOP SECRET</strong>
  for c in secret:
    result.add char(c)
let msg = decode secret
echo msg
hello, world

Don't I look beautiful?

import std/strutils

import nimitheme
import nimib

import ../gendoc

nbInit(useAttriDarkFairyPink)

genThemeDoc(useAttriDarkFairyPink, "Attri Dark Fairy Pink")