From eda7873fe2b23693085d73bcd736c2df9d8591a7 Mon Sep 17 00:00:00 2001 From: Rikuoh Date: Sun, 3 Dec 2023 15:37:35 +0900 Subject: [PATCH] fix --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index d74e822..270b53f 100644 --- a/config.toml +++ b/config.toml @@ -69,8 +69,8 @@ post = "/:year/:month/:day/:15:04:05/" guessSyntax = true hl_Lines = "" lineNoStart = 1 - lineNos = true + lineNos = false lineNumbersInTable = false noClasses = true - style = "dracula" + style = "onedark" tabWidth = 2