DEV Community

Discussion on: How to change the terminal style in VSCode in an easy way

Collapse
 
amanraj1608 profile image
Aman Raj

Hey can you tell me how can I change my terminal from

img

to

img2

Thanks in advance.

Collapse
 
andes2912 profile image
Andri Desmana
Collapse
 
sfarias051 profile image
Sebastián Farías

Hi, You need to look for this configuration zsh(shell) + oh-my-zsh(framework on top of shell)

Collapse
 
jeetintyagi profile image
jeetintyagi
Collapse
 
evilprince2009 profile image
Ibne Nahian

What theme did you use in your vscode ?

Collapse
 
amanraj1608 profile image
Aman Raj
Thread Thread
 
voiedev profile image
Charles Allen

Beautiful theme!

BTW if you're using Zsh now, you should also checkout OhMyZsh + PowerLevel 9000

Collapse
 
ramakrishna_polisetty_a81 profile image
Ramakrishna Polisetty

Did u get an answer

Collapse
 
amanraj1608 profile image
Aman Raj

yes
Use WSL windows with zsh
youtube.com/watch?v=-atblwgc63E

Thread Thread
 
ramakrishna_polisetty_a81 profile image
Ramakrishna Polisetty

Ok but I have a mac

Thread Thread
 
voiedev profile image
Charles Allen

Zsh is the default shell on the latest MacOS

Install:

  • OhMyZsh
  • PowerLevel 9000 "theme" for OhMyZsh
Collapse
 
sebxyz profile image
Sebastiano

How can I get this?

Collapse
 
wandingistaken profile image
Windyz

"terminal.background":"#231F20",
"terminal.foreground":"#D9D8D8",
"terminalCursor.background":"#D9D8D8",
"terminalCursor.foreground":"#D9D8D8",
"terminal.ansiBlack":"#231F20",
"terminal.ansiBlue":"#009DDC",
"terminal.ansiBrightBlack":"#737171",
"terminal.ansiBrightBlue":"#009DDC",
"terminal.ansiBrightCyan":"#85CEBC",
"terminal.ansiBrightGreen":"#00853E",
"terminal.ansiBrightMagenta":"#98005D",
"terminal.ansiBrightRed":"#EE2E24",
"terminal.ansiBrightWhite":"#FFFFFF",
"terminal.ansiBrightYellow":"#FFD204",
"terminal.ansiCyan":"#85CEBC",
"terminal.ansiGreen":"#00853E",
"terminal.ansiMagenta":"#98005D",
"terminal.ansiRed":"#EE2E24",
"terminal.ansiWhite":"#D9D8D8",
"terminal.ansiYellow":"#FFD204"