summaryrefslogtreecommitdiff
path: root/theme.toml
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-11-19 01:08:29 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-11-19 01:08:29 +0530
commitd582a4e2c51a2f06a4ee6cf9de6ccbdfd7685b2d (patch)
tree0d5dd9a4c83505057d11e96d88d0ca0f30b4a2c7 /theme.toml
parentf69f853d89274cc0427c4fe38434a393dad684fd (diff)
added syntax.css
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
index b88c515..c4693ca 100644
--- a/theme.toml
+++ b/theme.toml
@@ -10,3 +10,17 @@ min_version = "0.116.1"
[author]
name = "Vidhu Kant Sharma"
homepage = "https://vidhukant.com"
+
+[markup]
+ [markup.highlight]
+ anchorLineNos = true
+ codeFences = true
+ guessSyntax = true
+ hl_Lines = ''
+ hl_inline = false
+ lineAnchors = ''
+ lineNoStart = 1
+ lineNos = true
+ lineNumbersInTable = false
+ noClasses = false
+ tabWidth = 4