Created
January 19, 2025 15:17
-
-
Save tusharsnx/8ea928a717c948b72a618479731d8dd5 to your computer and use it in GitHub Desktop.
poimandres colorscheme mods
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
{ | |
"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