Skip to content

Instantly share code, notes, and snippets.

@tusharsnx
Created January 19, 2025 15:17
Show Gist options
  • Save tusharsnx/8ea928a717c948b72a618479731d8dd5 to your computer and use it in GitHub Desktop.
Save tusharsnx/8ea928a717c948b72a618479731d8dd5 to your computer and use it in GitHub Desktop.
poimandres colorscheme mods
{
"workbench.colorCustomizations": {
"[poimandres]": {
"editor.background": "#181a1e",
"sideBar.background": "#181a1e",
"sideBar.border": "#ffffff15",
"statusBar.background": "#181a1e",
"statusBarItem.remoteBackground": "#181a1e",
"quickInput.background": "#1b1e28",
"statusBarItem.remoteForeground": "#676b80",
"statusBar.foreground": "#676b80",
"titleBar.activeBackground": "#181a1e",
"tab.activeBackground": "#181a1e",
"tab.selectedBackground": "#181a1e",
"editorGutter.background": "#181a1e",
"activityBar.background": "#181a1e",
"sideBarSectionHeader.background": "#181a1e",
"editorGroupHeader.noTabsBackground": "#181a1e",
"editorGroup.emptyBackground": "#181a1e",
"editorGroup.border": "#ffffff15",
"menu.background": "#23252b",
"menu.selectionForeground": "#9cc6ea",
"menu.separatorBackground": "#ffffff15",
"panel.background": "#181a1e",
"editorHoverWidget.background": "#202228",
"editorWidget.background": "#202228",
"selection.background": "#ffffff15",
"input.background": "#26272e",
"button.secondaryBackground": "#7c819a",
"button.secondaryHoverBackground": "#9ba1c1",
}
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment