Skip to content

Instantly share code, notes, and snippets.

@setanarut
Created December 9, 2023 17:14
Show Gist options
  • Save setanarut/0fbc933fcf8a2f1733ad4f5b09c3750e to your computer and use it in GitHub Desktop.
Save setanarut/0fbc933fcf8a2f1733ad4f5b09c3750e to your computer and use it in GitHub Desktop.
vscode - tema arka planını gri yap ("#1f1f1f")
"workbench.colorCustomizations": {
"[Dracula]": {
"titleBar.activeBackground": "#1f1f1f",
"editor.foreground": "#dadada",
"editor.background": "#1f1f1f",
"editorGroupHeader.tabsBackground": "#1f1f1f",
"tab.activeBackground": "#1f1f1f",
"tab.inactiveBackground": "#1f1f1f",
"panel.background": "#1f1f1f",
"breadcrumb.background": "#1f1f1f",
"editorGutter.background": "#1f1f1f",
"sideBar.background": "#1f1f1f",
"sideBar.border": "#414141",
"terminal.background": "#1f1f1f"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment