Created
May 2, 2025 18:49
-
-
Save tyzbit/7f02ad872b5d9656c5d2d59c1349863d to your computer and use it in GitHub Desktop.
Revolt Retro Cyberpink terminal
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
{ | |
"accent": "#28b4b4", | |
"background": "#000000", | |
"foreground": "#ff28b4", | |
"block": "#14001e", | |
"message-box": "#21252b", | |
"mention": "#28003c", | |
"success": "#00b450", | |
"warning": "#b4f001", | |
"tooltip": "#000000", | |
"error": "#b40000", | |
"hover": "rgba(255, 255, 255, 0.05)", | |
"scrollbar-thumb": "#00b400", | |
"scrollbar-track": "#1B1F23", | |
"primary-background": "#000000", | |
"primary-header": "#0f131a", | |
"secondary-background": "#0f1114", | |
"secondary-foreground": "#00b400", | |
"secondary-header": "#280050", | |
"tertiary-background": "#181A1F", | |
"tertiary-foreground": "#005000", | |
"status-online": "#00b450", | |
"status-away": "#b4b400", | |
"status-focus": "#6C63FF", | |
"status-busy": "#b40000", | |
"status-streaming": "#500050", | |
"status-invisible": "#505050", | |
"light": false, | |
"font": "Poppins", | |
"monospaceFont": "Space Mono" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment