| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- # Ghostty — tompot override. Host overrides replace the whole file, so this
- # duplicates dots/.config/ghostty/config with tompot's font, mirroring how
- # dots.tompot/.config/alacritty/alacritty.toml works.
- font-family = Ubuntu Mono derivative Powerline
- font-size = 13
- # Alacritty's built-in default scheme (base16 default dark).
- background = #181818
- foreground = #d8d8d8
- # normal
- palette = 0=#181818
- palette = 1=#ac4242
- palette = 2=#90a959
- palette = 3=#f4bf75
- palette = 4=#6a9fb5
- palette = 5=#aa759f
- palette = 6=#75b5aa
- palette = 7=#d8d8d8
- # bright
- palette = 8=#6b6b6b
- palette = 9=#c55555
- palette = 10=#aac474
- palette = 11=#feca88
- palette = 12=#82b8c8
- palette = 13=#c28cb8
- palette = 14=#93d3c3
- palette = 15=#f8f8f8
- window-decoration = none
- window-padding-x = 0
- window-padding-y = 0
- confirm-close-surface = false
- cursor-style = block
- cursor-style-blink = false
- keybind = shift+enter=text:\x1b\r
|