Skip to content

Instantly share code, notes, and snippets.

View dorutuu's full-sized avatar
💥
grinding

dorutu dorutuu

💥
grinding
View GitHub Profile
@luciascarlet
luciascarlet / t3-dark-color-theme.json
Created March 22, 2025 15:08
T3 Chat syntax themes (VS Code, unthemed UI)
{
"name": "T3 Dark",
"colors": {
"editor.background": "#1d1921",
"foreground": "#d2c7e1",
"editor.foreground": "#d2c7e1",
"editorGutter.background": "#1a1419",
"editorLineNumber.foreground": "#b55487"
},
"semanticHighlighting": false,