From c26dbc6db2debdd5bdd1f163e3b1430ba189140b Mon Sep 17 00:00:00 2001 From: ncoop57 Date: Tue, 24 Dec 2024 10:56:06 -0600 Subject: [PATCH] fixes #16 --- README.md | 3 +++ nbs/index.ipynb | 2 ++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 05efd9a..4df71ce 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,9 @@ code_theme = monokai # syntax highlighting theme code_lexer = python # default code lexer ``` +You can find all of the code theme and code lexer options here: +https://pygments.org/styles/ + ### Command Line Overrides Any configuration option can be overridden via command line arguments: diff --git a/nbs/index.ipynb b/nbs/index.ipynb index fef9cfc..a08a078 100644 --- a/nbs/index.ipynb +++ b/nbs/index.ipynb @@ -174,6 +174,8 @@ "code_lexer = python # default code lexer\n", "```\n", "\n", + "You can find all of the code theme and code lexer options here: https://pygments.org/styles/\n", + "\n", "### Command Line Overrides\n", "\n", "Any configuration option can be overridden via command line arguments:\n",