Skip to content

Instantly share code, notes, and snippets.

@langf00rd
Created July 30, 2024 10:49
Show Gist options
  • Select an option

  • Save langf00rd/77feb4524d92aaff9d5c7ba55d6ac922 to your computer and use it in GitHub Desktop.

Select an option

Save langf00rd/77feb4524d92aaff9d5c7ba55d6ac922 to your computer and use it in GitHub Desktop.
{
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
"name": "Z Carbon",
"author": "langf00rd",
"themes": [
{
"name": "Z Carbon Dark",
"appearance": "dark",
"style": {
"editor.background": "#000",
"editor.line_number": "#222",
"editor.active_line.background": "#111",
"editor.active_line_number": "#aaa",
"panel.background": "#000",
"editor.gutter.background": "#000",
"border": "#000",
"syntax": {
"variable": {
"color": "#d19a66"
},
"comment": {
"color": "#666"
},
"string": {
"color": "#98c379"
},
"boolean": {
"color": "#56B6C2"
},
"function.method": {
"color": "#E06C75"
},
"property": {
"color": "#E06C75"
},
"type": {
"color": "#4EC9B0"
},
"keyword": {
"color": "#c678dd"
},
"function": {
"color": "#74ADE9"
}
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment