-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dc4b6ee
commit 9f70ae2
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# CLI Config | ||
|
||
CLI Config (`cli-config.json`) is an optional file | ||
which can be used to modify the UI aspects of the Pakku CLI. | ||
|
||
The `cli-config.json` must be located in the [Pakku directory (`.pakku`)](Pakku-Directory.md). | ||
The relative path from the `.minecraft` directory should be: `.pakku/cli-config.json`. | ||
|
||
## Properties | ||
|
||
`theme` | ||
: Can be `default` or `ascii`. (Defaults to `default` 😜.) | ||
: - The `default` theme uses [UTF-8](https://en.wikipedia.org/wiki/UTF-8) symbols | ||
which may not be properly rendered in some terminals. | ||
: - The `ascii` theme limits the characters to [ASCII](https://en.wikipedia.org/wiki/ASCII) only. | ||
|
||
`ansi_level` | ||
: Can be `none`, `ansi16`, `ansi256` or `truecolor`. | ||
(By default it is automatically detected based on your terminal/CMD.) |