Skip to content

Instantly share code, notes, and snippets.

@o-az
Last active January 13, 2023 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save o-az/5b9d7b5534a90b96d56bd9157ff6485a to your computer and use it in GitHub Desktop.
Save o-az/5b9d7b5534a90b96d56bd9157ff6485a to your computer and use it in GitHub Desktop.
Tokyo Night theme custom config
{
// font stuff
"editor.fontFamily": "JetBrains Mono",
"editor.fontSize": 14,
"editor.fontLigatures": true,
// theme stuff
"workbench.colorTheme": "Tokyo Night",
"editor.bracketPairColorization.enabled": true,
"workbench.colorCustomizations": {
"editor.background": "#0e0e20",
"sideBar.background": "#090918",
"activityBar.activeBackground": "#21212e",
"activityBar.background": "#090918",
"statusBar.background": "#090918cd",
"titleBar.activeBackground": "#090918",
"titleBar.inactiveBackground": "#090918dc",
"tab.activeBackground": "#090918",
"tab.inactiveBackground": "#0909183e",
"tab.activeForeground": "#f7f7f7f7",
"editorGroupHeader.tabsBackground": "#090918",
"breadcrumb.background": "#090918",
"editor.lineHighlightBackground": "#ff444400",
"terminal.background": "#090918",
"terminal.foreground": "#f7f7f7",
"terminalCursor.foreground": "#f7f7f7",
"terminal.selectionBackground": "#4a3e6c"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment