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