Created
May 6, 2022 02:25
-
-
Save jolheiser/3de1f6d988eae8fee5dff459ab313be1 to your computer and use it in GitHub Desktop.
Catppuccin Chroma Style
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
{ | |
"name": "catppuccin", | |
"style": { | |
"text_whitespace": { | |
"color": "#302D41" | |
}, | |
"comment": { | |
"color": "#6E6C7E", | |
"accent": ["italic"] | |
}, | |
"comment_preproc": { | |
"color": "#96CDFB" | |
}, | |
"keyword": { | |
"color": "#DDB6F2" | |
}, | |
"keyword_pseudo": { | |
"color": "#DDB6F2", | |
"accent": ["bold"] | |
}, | |
"keyword_type": { | |
"color": "#F2CDCD" | |
}, | |
"keyword_constant": { | |
"color": "#DDB6F2", | |
"accent": ["italic"] | |
}, | |
"operator": { | |
"color": "#89DCEB" | |
}, | |
"operator_word": { | |
"color": "#89DCEB", | |
"accent": ["bold"] | |
}, | |
"name": { | |
"color": "#C9CBFF" | |
}, | |
"name_builtin": { | |
"color": "#D9E0EE", | |
"accent": ["italic"] | |
}, | |
"name_function": { | |
"color": "#89DCEB" | |
}, | |
"name_class": { | |
"color": "#FAE3B0" | |
}, | |
"name_namespace": { | |
"color": "#FAE3B0" | |
}, | |
"name_exception": { | |
"color": "#E8A2AF" | |
}, | |
"name_variable": { | |
"color": "#F8BD96" | |
}, | |
"name_constant": { | |
"color": "#FAE3B0" | |
}, | |
"name_label": { | |
"color": "#FAE3B0" | |
}, | |
"name_entity": { | |
"color": "#F5C2E7" | |
}, | |
"name_attribute": { | |
"color": "#FAE3B0" | |
}, | |
"name_tag": { | |
"color": "#DDB6F2" | |
}, | |
"name_decorator": { | |
"color": "#F5C2E7" | |
}, | |
"name_other": { | |
"color": "#F8BD96" | |
}, | |
"punctuation": { | |
"color": "#D9E0EE" | |
}, | |
"string": { | |
"color": "#ABE9B3" | |
}, | |
"string_doc": { | |
"color": "#ABE9B3" | |
}, | |
"string_interpol": { | |
"color": "#ABE9B3" | |
}, | |
"string_escape": { | |
"color": "#96CDFB" | |
}, | |
"string_regex": { | |
"color": "#96CDFB" | |
}, | |
"string_symbol": { | |
"color": "#ABE9B3" | |
}, | |
"string_other": { | |
"color": "#ABE9B3" | |
}, | |
"number": { | |
"color": "#B5E8E0" | |
}, | |
"generic_heading": { | |
"color": "#89DCEB", | |
"accent": ["bold"] | |
}, | |
"generic_subheading": { | |
"color": "#89DCEB", | |
"accent": ["bold"] | |
}, | |
"generic_deleted": { | |
"color": "#E8A2AF" | |
}, | |
"generic_inserted": { | |
"color": "#ABE9B3" | |
}, | |
"generic_error": { | |
"color": "#E8A2AF" | |
}, | |
"generic_emph": { | |
"accent": ["italic"] | |
}, | |
"generic_strong": { | |
"accent": ["bold"] | |
}, | |
"generic_prompt": { | |
"color": "#988BA2", | |
"accent": ["bold"] | |
}, | |
"generic_output": { | |
"color": "#F8BD96" | |
}, | |
"generic_traceback": { | |
"color": "#E8A2AF" | |
}, | |
"error": { | |
"color": "#F28FAD" | |
}, | |
"background": { | |
"color": "#F8BD96", | |
"background": "#1E1E2E" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment