A minimal yet vibrant Ghostty terminal theme inspired by the Vesper VSCode theme. It features a dark background with warm and cool highlights for a balanced and modern look.
Colors inspired by Vesper's syntax highlighting:
- Background:
#101010
- Foreground:
#ffffff
- Accent Colors: Orange (
#ffc799
), Aqua (#99ffe4
)
-
Download the theme:
git clone https://github.com/beingfranklin/vesper-ghostty.git cd vesper-ghostty
-
Move the theme to Ghostty's theme directory:
mkdir -p ~/.config/ghostty/themes cp Vesper.conf ~/.config/ghostty/themes/
-
Set the theme in Ghostty: Open
~/.config/ghostty/config
and add:theme = vesper
-
Restart Ghostty to apply the theme:
ghostty --reload
Color Name | Hex Code | Usage |
---|---|---|
Background | #101010 |
Terminal BG |
Foreground | #ffffff |
Main Text |
Cursor | #ffc799 |
Cursor |
Selection | #2a2a2a |
Selection BG |
Orange | #ffc799 |
Keywords, Numbers |
Aqua | #99ffe4 |
Strings, Functions |
Feel free to tweak the color scheme inside vesper.conf
to match your preferences.
This theme is licensed under the MIT License.
- Inspired by Vesper for VSCode
- Terminal adaptation for Ghostty by Franklin
This README is ready for GitHub with installation steps, a color palette table, and credits. Let me know if you need any tweaks! π
Enjoy using Vesper for Ghostty! π