Created
June 25, 2025 15:05
-
-
Save tyzbit/379de2c45d441ea9ccd5c9b467fb7154 to your computer and use it in GitHub Desktop.
Tabby color scheme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# MERGE this with your tabby config | |
terminal: | |
colorScheme: | |
name: Missile Command | |
foreground: '#65E572' | |
background: '#290046' | |
cursor: '#bbbbbb' | |
colors: | |
- '#000000' | |
- '#ff615a' | |
- '#b1e969' | |
- '#ebd99c' | |
- '#5da9f6' | |
- '#e86aff' | |
- '#82fff7' | |
- '#dedacf' | |
- '#313131' | |
- '#f58c80' | |
- '#ddf88f' | |
- '#eee5b2' | |
- '#a5c7ff' | |
- '#ddaaff' | |
- '#b7fff9' | |
- '#ffffff' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment