From d8011728c765e0c91d72f03f80465a8c358b088b Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 29 Aug 2024 13:12:30 +0300 Subject: [PATCH] chore(config): no more cheat theme --- config/cheat/conf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cheat/conf.yml b/config/cheat/conf.yml index 34dcaa2..3e2f18c 100644 --- a/config/cheat/conf.yml +++ b/config/cheat/conf.yml @@ -7,7 +7,7 @@ colorize: false # Which 'chroma' colorscheme should be applied to the output? # Options are available here: # https://github.com/alecthomas/chroma/tree/master/styles -style: 'tokyonight' +# style: 'tokyonight-day' # Which 'chroma' "formatter" should be applied? # One of: "terminal", "terminal256", "terminal16m" formatter: terminal256