Skip to content

Instantly share code, notes, and snippets.

@berndverst
Last active April 6, 2024 00:14
Show Gist options
  • Star 50 You must be signed in to star a gist
  • Fork 8 You must be signed in to fork a gist
  • Save berndverst/b6b6972d0ca3d6a569f082f53b777442 to your computer and use it in GitHub Desktop.
Save berndverst/b6b6972d0ca3d6a569f082f53b777442 to your computer and use it in GitHub Desktop.
VS Code: Override Terminal Colors with Solarized Dark regardless of Theme
{
"workbench.colorCustomizations": {
"terminal.foreground": "#839496",
"terminal.background": "#002833",
"terminal.ansiBlack": "#003541",
"terminal.ansiBlue": "#268bd2",
"terminal.ansiCyan": "#2aa198",
"terminal.ansiGreen": "#859901",
"terminal.ansiMagenta": "#d33682",
"terminal.ansiRed": "#dc322f",
"terminal.ansiWhite": "#eee8d5",
"terminal.ansiYellow": "#b58901",
"terminal.ansiBrightBlack": "#586e75",
"terminal.ansiBrightBlue": "#839496",
"terminal.ansiBrightCyan": "#93a1a1",
"terminal.ansiBrightGreen": "#586e75",
"terminal.ansiBrightMagenta": "#6c6ec6",
"terminal.ansiBrightRed": "#cb4b16",
"terminal.ansiBrightWhite": "#fdf6e3",
"terminal.ansiBrightYellow": "#657b83",
"terminalCursor.foreground": "#839496",
"terminalCursor.background": "#003541"
}
}
@ahorn42
Copy link

ahorn42 commented Jun 8, 2019

Thanks for that!
What also looks nice (may depend on your default vs code color scheme) is to leave the terminal.background on the default value.

@RileyMShea
Copy link

You are a god damn hero. Much thanks!

@bsnux
Copy link

bsnux commented Jul 24, 2020

Pretty cool!! Thanks for sharing!

@MCKLMT
Copy link

MCKLMT commented Sep 8, 2020

Thank you so much! Looks nice! 👍🏻

@waynemaranga
Copy link

It's funny that I was making this myself, then here you are. Thanks

@codyburleson
Copy link

Thanks for sharing! I just moved and have a lot of windows with no blinds or curtains. I've got so much light in my office now I couldn't see a damn thing in my terminal. This really helped.

@ramsicandra
Copy link

Thanks a lot!

@Juuro
Copy link

Juuro commented Jul 31, 2022

Thank you very much!

@andatoshiki
Copy link

lgtm, thanks for the color testing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment