|
| 1 | +# Ghostty Kiosk Mode Configuration |
| 2 | +# Used for launching TUI applications as standalone "apps" |
| 3 | +# - All keybindings disabled (no tabs, splits, etc.) |
| 4 | +# - Window closes when the application exits |
| 5 | +# - Runs as separate instance from main ghostty |
| 6 | + |
| 7 | +# ---------------------------------------------------------------- |
| 8 | +# KIOSK MODE BEHAVIOR |
| 9 | +# ---------------------------------------------------------------- |
| 10 | + |
| 11 | +# Run as separate instance so app windows are independent |
| 12 | +gtk-single-instance = false |
| 13 | + |
| 14 | +# Close window immediately when command exits |
| 15 | +wait-after-command = false |
| 16 | + |
| 17 | +# Disable all default keybindings |
| 18 | +keybind = clear |
| 19 | + |
| 20 | +# ---------------------------------------------------------------- |
| 21 | +# APPEARANCE - Minimal chrome, matches main config |
| 22 | +# ---------------------------------------------------------------- |
| 23 | + |
| 24 | +window-theme = ghostty |
| 25 | +window-decoration = none |
| 26 | +gtk-titlebar = false |
| 27 | + |
| 28 | +# ---------------------------------------------------------------- |
| 29 | +# FONT CONFIGURATION |
| 30 | +# ---------------------------------------------------------------- |
| 31 | + |
| 32 | +font-family = JetBrains Mono |
| 33 | +font-size = 13 |
| 34 | + |
| 35 | +# ---------------------------------------------------------------- |
| 36 | +# TOKYO NIGHT MOON COLOR SCHEME |
| 37 | +# ---------------------------------------------------------------- |
| 38 | + |
| 39 | +background = #222436 |
| 40 | +foreground = #c8d3f5 |
| 41 | +cursor-color = #c8d3f5 |
| 42 | +cursor-text = #222436 |
| 43 | +selection-background = #2f334d |
| 44 | +selection-foreground = #c8d3f5 |
| 45 | + |
| 46 | +# Black |
| 47 | +palette = 0=#1e2030 |
| 48 | +palette = 8=#444a73 |
| 49 | + |
| 50 | +# Red |
| 51 | +palette = 1=#ff757f |
| 52 | +palette = 9=#ff757f |
| 53 | + |
| 54 | +# Green |
| 55 | +palette = 2=#c3e88d |
| 56 | +palette = 10=#c3e88d |
| 57 | + |
| 58 | +# Yellow |
| 59 | +palette = 3=#ffc777 |
| 60 | +palette = 11=#ffc777 |
| 61 | + |
| 62 | +# Blue |
| 63 | +palette = 4=#82aaff |
| 64 | +palette = 12=#65bcff |
| 65 | + |
| 66 | +# Magenta/Purple |
| 67 | +palette = 5=#c099ff |
| 68 | +palette = 13=#fca7ea |
| 69 | + |
| 70 | +# Cyan |
| 71 | +palette = 6=#86e1fc |
| 72 | +palette = 14=#86e1fc |
| 73 | + |
| 74 | +# White |
| 75 | +palette = 7=#c8d3f5 |
| 76 | +palette = 15=#c8d3f5 |
0 commit comments