diff --git a/cmd/cheat/str_config.go b/cmd/cheat/str_config.go index 02beccb..72a7649 100644 --- a/cmd/cheat/str_config.go +++ b/cmd/cheat/str_config.go @@ -17,11 +17,11 @@ colorize: false # Which 'chroma' colorscheme should be applied to the output? # Options are available here: # https://github.com/alecthomas/chroma/tree/master/styles -# style: monokai +style: monokai # Which 'chroma' "formatter" should be applied? # One of: "terminal", "terminal256", "terminal16m" -formatter: terminal +formatter: terminal256 # Through which pager should output be piped? # 'less -FRX' is recommended on Unix systems @@ -41,7 +41,6 @@ pager: PAGER_PATH # commands. So, if you want to view the 'tar' cheatsheet that is tagged as # 'community' rather than your own, you can use: cheat tar -t community cheatpaths: - # Paths that come earlier are considered to be the most "global", and will # thus be overridden by more local cheatsheets. That being the case, you # should probably list community cheatsheets first. diff --git a/configs/conf.yml b/configs/conf.yml index c18797d..4fb1d77 100644 --- a/configs/conf.yml +++ b/configs/conf.yml @@ -8,11 +8,11 @@ colorize: false # Which 'chroma' colorscheme should be applied to the output? # Options are available here: # https://github.com/alecthomas/chroma/tree/master/styles -# style: monokai +style: monokai # Which 'chroma' "formatter" should be applied? # One of: "terminal", "terminal256", "terminal16m" -formatter: terminal +formatter: terminal256 # Through which pager should output be piped? # 'less -FRX' is recommended on Unix systems @@ -32,7 +32,6 @@ pager: PAGER_PATH # commands. So, if you want to view the 'tar' cheatsheet that is tagged as # 'community' rather than your own, you can use: cheat tar -t community cheatpaths: - # Paths that come earlier are considered to be the most "global", and will # thus be overridden by more local cheatsheets. That being the case, you # should probably list community cheatsheets first.