Created
August 8, 2026 17:35
-
-
Save anirudhsama/65ad35dba93474b86b1009107a2479f1 to your computer and use it in GitHub Desktop.
Catppuccin Latte + Macchiato theme for T3 Code
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
| { | |
| "version": 1, | |
| "id": "catppuccin-latte-t3-macchiato", | |
| "name": "Catppuccin Latte T3 · Macchiato", | |
| "appearance": "light", | |
| "colors": { | |
| "canvas": "#eff1f5", | |
| "chrome": "#eff1f5", | |
| "toolbar": "#eff1f5", | |
| "toolbarForeground": "#241523", | |
| "toolbarBorder": "#e1d7f4", | |
| "toolbarControl": "#e7e2f5", | |
| "toolbarControlForeground": "#241523", | |
| "toolbarControlHover": "#e1d7f4", | |
| "surface": "#eff1f5", | |
| "surfaceRaised": "#e8e9ee", | |
| "surfaceOverlay": "#e3e4e8", | |
| "text": "#241523", | |
| "textMuted": "#716873", | |
| "border": "#d1cadf", | |
| "input": "#c8bed9", | |
| "focus": "#8839ef", | |
| "accent": "#8839ef", | |
| "accentForeground": "#fffaff", | |
| "secondary": "#e7e2f5", | |
| "secondaryForeground": "#241523", | |
| "muted": "#e9e6f5", | |
| "mutedForeground": "#716873", | |
| "placeholder": "#716873", | |
| "secondaryLabel": "#716873", | |
| "iconMuted": "#716873", | |
| "error": "#fb2c36", | |
| "errorForeground": "#c10007", | |
| "errorSurface": "#f0e1e6", | |
| "warning": "#fe9a00", | |
| "warningForeground": "#a84f21", | |
| "warningSurface": "#f0eae1", | |
| "update": "#8839ef", | |
| "updateForeground": "#58259b", | |
| "updateSurface": "#dfd4f4", | |
| "accentSurface": "#e1d7f4", | |
| "accentSurfaceForeground": "#241523", | |
| "messageSurface": "#dcd0f4", | |
| "messageForeground": "#241523", | |
| "messageAction": "#ea76cb", | |
| "messageActionForeground": "#241523", | |
| "messageActionHover": "#ed86d1", | |
| "codeBackground": "#eaecf0", | |
| "codeForeground": "#241523", | |
| "sidebar": "#e7e2f5", | |
| "sidebarForeground": "#241523", | |
| "sidebarMutedForeground": "#6b606f", | |
| "sidebarControlSurface": "#d7d2e4", | |
| "sidebarRowHover": "#dbcef4", | |
| "sidebarRowActive": "#d4c0f3", | |
| "sidebarRowSelected": "#d0baf3", | |
| "sidebarBorder": "#cfcadb", | |
| "terminalBackground": "#eff1f5", | |
| "terminalForeground": "#241523", | |
| "terminalCursor": "#8839ef", | |
| "terminalSelection": "#dcd0f4", | |
| "terminalScrollbar": "#c2c1c7", | |
| "terminalScrollbarHover": "#aeabb2" | |
| }, | |
| "variants": { | |
| "dark": { | |
| "canvas": "#24273a", | |
| "chrome": "#24273a", | |
| "toolbar": "#24273a", | |
| "toolbarForeground": "#cad3f5", | |
| "toolbarBorder": "#363a4f", | |
| "toolbarControl": "#363a4f", | |
| "toolbarControlForeground": "#cad3f5", | |
| "toolbarControlHover": "#494d64", | |
| "surface": "#1e2030", | |
| "surfaceRaised": "#363a4f", | |
| "surfaceOverlay": "#24273a", | |
| "text": "#cad3f5", | |
| "textMuted": "#b8c0e0", | |
| "border": "#363a4f", | |
| "input": "#363a4f", | |
| "focus": "#b7bdf8", | |
| "accent": "#c6a0f6", | |
| "accentForeground": "#24273a", | |
| "secondary": "#363a4f", | |
| "secondaryForeground": "#cad3f5", | |
| "muted": "#363a4f", | |
| "mutedForeground": "#b8c0e0", | |
| "placeholder": "#8087a2", | |
| "secondaryLabel": "#b8c0e0", | |
| "iconMuted": "#8087a2", | |
| "error": "#ed8796", | |
| "errorForeground": "#ed8796", | |
| "errorSurface": "#ed879626", | |
| "warning": "#eed49f", | |
| "warningForeground": "#eed49f", | |
| "warningSurface": "#eed49f26", | |
| "update": "#8bd5ca", | |
| "updateForeground": "#8bd5ca", | |
| "updateSurface": "#8bd5ca26", | |
| "accentSurface": "#363a4f", | |
| "accentSurfaceForeground": "#cad3f5", | |
| "messageSurface": "#363a4f", | |
| "messageForeground": "#cad3f5", | |
| "messageAction": "#c6a0f6", | |
| "messageActionForeground": "#24273a", | |
| "messageActionHover": "#c6a0f6e6", | |
| "codeBackground": "#1e2030", | |
| "codeForeground": "#cad3f5", | |
| "sidebar": "#1e2030", | |
| "sidebarForeground": "#cad3f5", | |
| "sidebarMutedForeground": "#b8c0e0", | |
| "sidebarControlSurface": "#363a4f", | |
| "sidebarRowHover": "#363a4f", | |
| "sidebarRowActive": "#494d64", | |
| "sidebarRowSelected": "#5b6078", | |
| "sidebarBorder": "#363a4f", | |
| "terminalBackground": "#24273a", | |
| "terminalForeground": "#cad3f5", | |
| "terminalCursor": "#f4dbd6", | |
| "terminalSelection": "#939ab740", | |
| "terminalScrollbar": "#6e738d66", | |
| "terminalScrollbarHover": "#8087a299" | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment