Skip to content

Instantly share code, notes, and snippets.

@Altariarite
Created February 1, 2023 00:25
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 Altariarite/245c5701dcdf11ff9bc06cb1f6e545e8 to your computer and use it in GitHub Desktop.
Save Altariarite/245c5701dcdf11ff9bc06cb1f6e545e8 to your computer and use it in GitHub Desktop.
Color settings for Borealis
"workbench.colorCustomizations": {
"[Borealis]": {
"editorBracketHighlight.foreground1": "#EEDDAF",
"editorBracketHighlight.foreground2": "#90AE6E",
"editorBracketHighlight.foreground3": "#F9D7D5",
"editorBracketHighlight.unexpectedBracket.foreground": "#ee716f",
"statusBar.background": "#282C33",
"statusBar.noFolderBackground": "#282C33",
"statusBar.debuggingBackground": "#ee716f"
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment