From 6916e9552018ece34e16d0bc39dececb87408c8c Mon Sep 17 00:00:00 2001 From: Rikuoh Date: Sun, 3 Dec 2023 14:22:18 +0900 Subject: [PATCH] lighttheme --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index dbeec4a..648ddd5 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 = false + lineNos = true lineNumbersInTable = false noClasses = true - style = "dracula" + style = "catppuccin-latte" tabWidth = 2