Created
April 19, 2025 12:16
-
-
Save ixahmedxi/a9b7a71dff9d47e0577204e00674a6bf to your computer and use it in GitHub Desktop.
Zen Github Dark Default
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
[ | |
// zen github dark default | |
"workbench.colorCustomizations": { | |
"[GitHub Dark Default]": { | |
"editor.background": "#111", | |
"sideBar.background": "#111", | |
"activityBar.activeBackground": "#111", | |
"activityBar.background": "#111", | |
"activityBar.border": "#111", | |
"titleBar.activeBackground": "#111", | |
"titleBar.activeForeground": "#111", | |
"statusBar.background": "#111", | |
"sideBar.border": "#111", | |
"statusBar.border": "#111", | |
"titleBar.border": "#111", | |
"terminal.background": "#111", | |
"panelTitle.border": "#111", | |
"panel.background": "#111", | |
"panel.border": "#111", | |
"editorGroupHeader.border": "#111", | |
"editorGroup.border": "#111", | |
"input.background": "#181818", | |
"input.border": "#313131", | |
"quickInput.background": "#111", | |
"tab.inactiveBackground": "#111", | |
"tab.border": "#111", | |
"tab.activeBackground": "#111", | |
"editorGroupHeader.tabsBackground": "#111", | |
"editorGroupHeader.tabsBorder": "#111", | |
"editorWidget.background": "#111", | |
"editorWidget.border": "#111", | |
"minimap.background": "#111", | |
"focusBorder": "#111", | |
"contrastBorder": "#111", | |
"dropdown.background": "#111", | |
"dropdown.listBackground": "#111", | |
"dropdown.border": "#111", | |
"list.hoverBackground": "#111", | |
"list.focusBackground": "#181818", | |
"list.activeSelectionBackground": "#181818", | |
"list.inactiveSelectionBackground": "#111", | |
"scrollbarSlider.background": "#111", | |
"scrollbarSlider.hoverBackground": "#111", | |
"scrollbarSlider.activeBackground": "#111", | |
"editorOverviewRuler.border": "#111", | |
"sideBarSectionHeader.border": "#111", | |
"tab.unfocusedActiveBackground": "#111", | |
"tab.unfocusedInactiveBackground": "#111", | |
"editorIndentGuide.activeBackground1": "#313131", | |
"editorIndentGuide.background1": "#191919" | |
} | |
}, | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment