Skip to content

Instantly share code, notes, and snippets.

View emhat098's full-sized avatar
๐Ÿ˜
Fall in love with programming

Em Ha Tuan emhat098

๐Ÿ˜
Fall in love with programming
View GitHub Profile
@emhat098
emhat098 / settings.json
Last active September 5, 2024 15:57
VSCode transparent with apc extension
{
"symbols.hidesExplorerArrows": true,
"workbench.activityBar.location": "bottom",
"workbench.colorTheme": "Catppuccin Macchiato",
"workbench.iconTheme": "symbols",
"workbench.productIconTheme": "macos-modern",
"window.titleBarStyle": "native",
"editor.cursorSmoothCaretAnimation": "on",
"editor.cursorStyle": "line-thin",
"editor.cursorWidth": 2,