diff options
| author | Henry J. Webster <hwebs@hwebs.info> | 2026-07-30 14:30:53 -0500 |
|---|---|---|
| committer | Henry J. Webster <hwebs@hwebs.info> | 2026-07-30 14:30:53 -0500 |
| commit | 88cb8db873d3bea8a0e5d38aa71d2a66476d2088 (patch) | |
| tree | e33517201e856e79853a9d8596d918aae390090b /ghostty/README.md | |
| parent | 3ace77904c4a6e49e1c5651bf24827858bdbd172 (diff) | |
(ghostty) add entry
Diffstat (limited to 'ghostty/README.md')
| -rw-r--r-- | ghostty/README.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/ghostty/README.md b/ghostty/README.md new file mode 100644 index 0000000..720ee63 --- /dev/null +++ b/ghostty/README.md @@ -0,0 +1,24 @@ +# Ghostty Configuration + +## Contents + +- `.config/ghostty/config` - Main ghostty terminal configuration +- `.local/bin/ghostty-colors` - Script to display terminal color palette + +## ghostty-colors + +Prints a visual test of the terminal color palette including: +- Standard colors (0-7) +- Bright colors (8-15) +- Foreground text samples +- Named color positions +- True color gradient test + +Usage: +``` +ghostty-colors +``` + +## Reloading Config + +After editing the config, reload ghostty with `Ctrl+Shift+,`. |
