aboutsummaryrefslogtreecommitdiff
path: root/ghostty/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'ghostty/README.md')
-rw-r--r--ghostty/README.md24
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+,`.