From 3ea221ccf98fd524140e398d54ad561f02022a89 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Tue, 23 Jul 2024 03:43:48 +0300 Subject: [PATCH] chore(config): tweak cheat config --- config/cheat/conf.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/cheat/conf.yml b/config/cheat/conf.yml index 4bfeb8a..34dcaa2 100644 --- a/config/cheat/conf.yml +++ b/config/cheat/conf.yml @@ -3,11 +3,11 @@ # editor: $EDITOR # Should 'cheat' always colorize output? -colorize: true +colorize: false # Which 'chroma' colorscheme should be applied to the output? # Options are available here: # https://github.com/alecthomas/chroma/tree/master/styles -style: 'catppuccin' +style: 'tokyonight' # Which 'chroma' "formatter" should be applied? # One of: "terminal", "terminal256", "terminal16m" formatter: terminal256