From af38f7aa45c82f4075645a794f08142ca321e1a5 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 26 Apr 2023 23:47:50 +0300 Subject: [PATCH] Chore: cheat color scheme is now catppuccin-mocha --- 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 e192dce..49dee0d 100644 --- a/config/cheat/conf.yml +++ b/config/cheat/conf.yml @@ -8,7 +8,7 @@ colorize: true # Which 'chroma' colorscheme should be applied to the output? # Options are available here: # https://github.com/alecthomas/chroma/tree/master/styles -style: monokai +style: catppuccin-mocha # Which 'chroma' "formatter" should be applied? # One of: "terminal", "terminal256", "terminal16m"