Last active
February 28, 2026 21:16
-
-
Save geordee/75900d5997b48874d95d975d13f62c64 to your computer and use it in GitHub Desktop.
Catppuccin Macchiato
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
Show hidden characters
| { | |
| "extends": "Default.sublime-theme", | |
| "variables": | |
| { | |
| "base_hue": "hsl(234, 28%, 28%)", | |
| "base_tint": "white", | |
| "ui_bg": "#24273a", | |
| "text_fg": "#cad3f5", | |
| "link_fg": "#8aadf4", | |
| "button_bg": "#363a4f", | |
| "button_label_shadow": "transparent", | |
| "sidebar_bg": "#1e2030", | |
| "sidebar_row_selected": "#363a4f", | |
| "sidebar_heading": "#cad3f5", | |
| "sidebar_heading_shadow": "transparent", | |
| "sidebar_label": "#b8c0e0", | |
| "sidebar_label_selected": "#cad3f5", | |
| "sidebar_label_ignored": "#6e738d", | |
| "sidebar_scroll_bar_bg": "var(scroll_bar_dark_bg)", | |
| "sidebar_scroll_bar_puck_bg": "var(scroll_bar_puck_dark_bg)", | |
| "panel_bg": "#24273a", | |
| "progress_bar_fg": "#8aadf4", | |
| "dialog_button_bg": "#494d64", | |
| "icon_button_highlight": "#363a4f", | |
| "tool_tip_fg": "#cad3f5", | |
| "tabset_dark_tint_mod": "color(white a(0.20))", | |
| "tabset_dark_bg": "#181926", | |
| "tabset_medium_dark_tint_mod": "color(white a(0.15))", | |
| "tabset_medium_dark_bg": "#1e2030", | |
| "tabset_medium_tint_mod": "color(black a(0.25))", | |
| "tabset_medium_bg": "#24273a", | |
| "tabset_light_tint_mod": "color(black a(0.20))", | |
| "tabset_light_bg": "#24273a", | |
| "overlay_bg": "#1e2030", | |
| "quick_panel_label_color": "#b8c0e0", | |
| "quick_panel_path_label_color": "#a5adcb", | |
| "quick_panel_matched_label_color": "#cad3f5", | |
| "quick_panel_matched_path_label_color": "#b8c0e0", | |
| "quick_panel_selected_row_bg": "#363a4f", | |
| "quick_panel_selected_label_color": "#cad3f5", | |
| "quick_panel_selected_path_label_color": "#b8c0e0", | |
| "quick_panel_selected_matched_label_color": "#cad3f5", | |
| "quick_panel_selected_matched_path_label_color": "#b8c0e0", | |
| "status_bar_bg": "#181926", | |
| "status_bar_label_shadow": "transparent", | |
| "file_tab_angled_unselected_dark_tint": "color(white a(0.07))", | |
| "file_tab_angled_unselected_medium_dark_tint": "color(white a(0.07))", | |
| "file_tab_angled_unselected_medium_tint": "color(black a(0.13))", | |
| "file_tab_angled_unselected_light_tint": "color(black a(0.12))", | |
| "file_tab_angled_unselected_label_color": "#6e738d", | |
| "file_tab_angled_unselected_label_shadow": "transparent", | |
| "file_tab_angled_unselected_medium_label_color": "#8087a2", | |
| "file_tab_angled_unselected_medium_label_shadow": "transparent", | |
| "file_tab_angled_unselected_light_label_color": "#6e738d", | |
| "file_tab_angled_unselected_light_label_shadow": "transparent", | |
| "radio_back": "#24273a", | |
| "radio_selected": "#8aadf4", | |
| "radio_border-selected": "#8aadf4", | |
| "checkbox_back": "#24273a", | |
| "checkbox_selected": "#8aadf4", | |
| "checkbox_border-selected": "#8aadf4", | |
| }, | |
| "rules": | |
| [ | |
| { | |
| "class": "title_bar", | |
| "style": "dark" | |
| }, | |
| { | |
| "class": "dropdown_button_control", | |
| "layer0.tint": "#363a4f", | |
| "layer0.opacity": 1.0 | |
| }, | |
| { | |
| "class": "overlay_control", | |
| "layer0.tint": "#1e2030", | |
| "layer0.opacity": 1.0 | |
| }, | |
| { | |
| "class": "popup_control", | |
| "layer0.tint": "#1e2030", | |
| "layer0.opacity": 1.0 | |
| }, | |
| { | |
| "class": "auto_complete", | |
| "layer0.tint": "#1e2030", | |
| "layer0.opacity": 1.0 | |
| }, | |
| { | |
| "class": "auto_complete_item", | |
| "layer0.tint": "#1e2030", | |
| "layer0.opacity": 1.0 | |
| }, | |
| { | |
| "class": "tool_tip_control", | |
| "layer0.tint": "#363a4f", | |
| "layer0.opacity": 1.0 | |
| }, | |
| { | |
| "class": "scroll_bar_control", | |
| "layer0.tint": "#1e2030", | |
| "layer0.opacity": 1.0 | |
| }, | |
| { | |
| "class": "puck_control", | |
| "layer0.tint": "#494d64", | |
| "layer0.opacity": 1.0 | |
| }, | |
| { | |
| "class": "sidebar_label", | |
| "font.size": 14, | |
| "font.face": "Source Sans 3" | |
| }, | |
| { | |
| "class": "sidebar_heading", | |
| "font.size": 12, | |
| "font.face": "Source Sans 3" | |
| }, | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment