Skip to content

Instantly share code, notes, and snippets.

@LucasPlacentino
Created January 24, 2023 18:40
Show Gist options
  • Save LucasPlacentino/f571bf66359cd12efb41e0030bc3a076 to your computer and use it in GitHub Desktop.
Save LucasPlacentino/f571bf66359cd12efb41e0030bc3a076 to your computer and use it in GitHub Desktop.
Theme (Italic) color customization VS Code
"workbench.colorCustomizations": {
"[Theme (Italic)]": {
"editor.background": "#131210",
"selection.background": "#3d3833fe",
"tab.activeBackground": "#131210",
"activityBar.background": "#0d0c0bfe",
"sideBar.background": "#0d0c0bfe",
"sideBarSectionHeader.background": "#f0a0000e",
"sideBarSectionHeader.border": "#0d0c0bfe",
"sideBar.border": "#0d0c0bfe",
"sideBarSectionHeader.foreground": "#f0a000",
"editorLineNumber.foreground": "#3d3833fe",
"editorLineNumber.activeForeground": "#aa8e57",
"editor.lineHighlightBackground": "#2b2824",
"banner.background": "#131210",
"menu.background": "#131210",
"terminal.background": "#0d0c0bfe",
"statusBar.background": "#0d0c0bfe",
"panel.background": "#0d0c0bfe",
"badge.background": "#131210",
"input.background": "#131210",
"dropdown.background": "#131210",
"welcomePage.background": "#131210",
"button.background": "#272521",
"button.border": "#f0a000",
"minimap.background": "#0d0c0b2a",
"checkbox.background": "#131210",
"tab.inactiveBackground": "#131210c2",
"titleBar.inactiveBackground": "#131210",
"titleBar.activeBackground": "#0d0c0bfe",
"tab.activeBorderTop": "#f0a000",
"activityBar.activeBorder": "#f0a000",
"activityBarBadge.background": "#f0a000",
"activityBar.inactiveForeground": "#959595",
"activityBar.foreground": "#f0a000",
"statusBarItem.activeBackground": "#f0a000",
"statusBarItem.remoteBackground": "#f0a000",
"notifications.background": "#131210",
"editorInfo.background": "#131210",
"window.activeBorder": "#131210",
"window.inactiveBorder": "#1d1b18fe",
"progressBar.background": "#916000",
"list.activeSelectionBackground": "#f0a00033",
"list.inactiveSelectionBackground": "#f0a00018",
"list.activeSelectionForeground": "#f0a000",
"list.inactiveSelectionForeground": "#f0a000",
"list.hoverForeground": "#f0a000",
"list.hoverBackground": "#131210", //"#f0a0000c",
"editorGroupHeader.tabsBackground": "#0d0c0bfe",
"editorGroup.dropBackground": "#f0a00033",
"tab.hoverForeground": "#f0a000",
"tab.inactiveForeground": "#959595",
"tab.activeForeground": "#f0a000",
"tab.hoverBackground": "#272521",
//"tab.activeBorder": "#f0a000",
"tab.hoverBorder": "#f0a000",
"editorCursor.foreground": "#f0a000",
"editor.selectionBackground": "#91610098",
"editor.selectionHighlightBorder": "#e6c481",
"editorWhitespace.foreground": "#8a7c6f2a",
"editorBracketMatch.background": "#916000",
"editorBracketMatch.border": "#e6c481",
// TODO complete and create own theme based on "Theme (italic)"
}
},
"editor.tokenColorCustomizations": {
"[Theme (Italic)]": {
// TODO
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment