Skip to content

Instantly share code, notes, and snippets.

@jolheiser
Created October 28, 2022 14:52
Show Gist options
  • Save jolheiser/2721bac5a1452cc5724b924346bdc5aa to your computer and use it in GitHub Desktop.
Save jolheiser/2721bac5a1452cc5724b924346bdc5aa to your computer and use it in GitHub Desktop.
Catppuccin themes for vhs tapes
# Latte
Set Theme { "black": "#5c5f77", "red": "#d20f39", "green": "#40a02b", "yellow": "#df8e1d", "blue": "#1e66f5", "purple": "#ea76cb", "cyan": "#179299", "white": "#acb0be", "brightBlack": "#6c6f85", "brightRed": "#d20f39", "brightGreen": "#40a02b", "brightYellow": "#df8e1d", "brightBlue": "#1e66f5", "brightPurple": "#ea76cb", "brightCyan": "#179299", "brightWhite": "#bcc0cc", "background": "#eff1f5", "foreground": "#4c4f69", "selectionBackground": "#acb0be", "cursorColor": "#dc8a78" }
# Frappe
Set Theme { "black": "#51576d", "red": "#e78284", "green": "#a6d189", "yellow": "#e5c890", "blue": "#8caaee", "purple": "#f4b8e4", "cyan": "#81c8be", "white": "#b5bfe2", "brightBlack": "#626880", "brightRed": "#e78284", "brightGreen": "#a6d189", "brightYellow": "#e5c890", "brightBlue": "#8caaee", "brightPurple": "#f4b8e4", "brightCyan": "#81c8be", "brightWhite": "#a5adce", "background": "#303446", "foreground": "#c6d0f5", "selectionBackground": "#626880", "cursorColor": "#f2d5cf" }
# Macchiato
Set Theme { "black": "#494d64", "red": "#ed8796", "green": "#a6da95", "yellow": "#eed49f", "blue": "#8aadf4", "purple": "#f5bde6", "cyan": "#8bd5ca", "white": "#b8c0e0", "brightBlack": "#5b6078", "brightRed": "#ed8796", "brightGreen": "#a6da95", "brightYellow": "#eed49f", "brightBlue": "#8aadf4", "brightPurple": "#f5bde6", "brightCyan": "#8bd5ca", "brightWhite": "#b8c0e0", "background": "#24273a", "foreground": "#cad3f5", "selectionBackground": "#5b6078", "cursorColor": "#f4dbd6" }
# Mocha
Set Theme { "black": "#45475a", "red": "#f38ba8", "green": "#a6e3a1", "yellow": "#f9e2af", "blue": "#89b4fa", "purple": "#f5c2e7", "cyan": "#94e2d5", "white": "#bac2de", "brightBlack": "#585b70", "brightRed": "#f38ba8", "brightGreen": "#a6e3a1", "brightYellow": "#f9e2af", "brightBlue": "#89b4fa", "brightPurple": "#f5c2e7", "brightCyan": "#94e2d5", "brightWhite": "#a6adc8", "background": "#1e1e2e", "foreground": "#cdd6f4", "selectionBackground": "#585b70", "cursorColor": "#f5e0dc" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment