Last active
May 15, 2025 00:58
-
-
Save tyzbit/381d965b9c2caaccf9d495f0eb5be1a6 to your computer and use it in GitHub Desktop.
Revolt Vaporwave Theme
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": "#d6008f", | |
"background": "#220c32", | |
"foreground": "#00d0ff", | |
"block": "#35114f", | |
"message-box": "#0d203f", | |
"mention": "rgba(2, 175, 233, 0.5)", | |
"success": "#65E572", | |
"warning": "#FAA352", | |
"tooltip": "#000000", | |
"error": "#ED4245", | |
"hover": "rgba(72, 19, 120, 0.5)", | |
"scrollbar-thumb": "#02bbe4", | |
"scrollbar-track": "#d50091", | |
"primary-background": "#13081c", | |
"primary-header": "#35114f", | |
"secondary-background": "#1f0c2c", | |
"secondary-foreground": "#bf2ba9", | |
"secondary-header": "#5a8fdc", | |
"tertiary-background": "#31104a", | |
"tertiary-foreground": "#5a1d85", | |
"status-online": "#3ABF7E", | |
"status-away": "#F39F00", | |
"status-focus": "#4799F0", | |
"status-busy": "#F84848", | |
"status-streaming": "#977EFF", | |
"status-invisible": "#A5A5A5", | |
"light": false, | |
"css": "div[data-style=\"unread\"] {\n background: var(--secondary-foreground);\n}\ncircle[fill=\"white\"] {\n fill: var(--secondary-foreground);\n}", | |
"font": "Poppins", | |
"monospaceFont": "Space Mono" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment