mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
update config section
This commit is contained in:
@ -98,10 +98,11 @@ palette = 7=#a89984
|
|||||||
palette = 15=#fbf1c7
|
palette = 15=#fbf1c7
|
||||||
```
|
```
|
||||||
|
|
||||||
The available keys and valid values are not easily documented yet, but they
|
While the set of config keys and values are not yet documented, they are
|
||||||
are easily visible if you're mildly comfortable with Zig. The available keys
|
easily discoverable in the [Config structure](https://github.com/mitchellh/ghostty/blob/main/src/config/Config.zig).
|
||||||
are just the keys (verbatim) in the [Config structure](https://github.com/mitchellh/ghostty/blob/main/src/config/Config.zig).
|
The available keys are simply the keys verbatim, and their possible values
|
||||||
The keys are documented there, too.
|
are often documented in the comments. You also can search for the [public config files](https://github.com/search?q=path%3Aghostty%2Fconfig&type=code)
|
||||||
|
of many ghostty users for examples and inspiration.
|
||||||
|
|
||||||
#### Configuration Errors
|
#### Configuration Errors
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user