DEV Community

Mridul Bagla
Mridul Bagla

Posted on

How to change terminal colors and styling in Vs COde??

I want my terminal like this but I don't know how to do it. Can anyone help me out with this??
Vscode terminal

Top comments (10)

Collapse
 
haxnet profile image
HaxNet • Edited

I used to love that style, but the font is very limited to give you those icons so I just went with basics.
you will need to use zsh shell + oh-my-zsh + powerline10k aka p10k + fonts that works with those icons.


The font I like isn't compatible with the icons so ehh

What system are you using? I am using ArchLinux

Collapse
 
mridulbagla profile image
Mridul Bagla

I guess this is not for me because I am using Windows and Virtual Box also so I can't use WSL.

Collapse
 
haxnet profile image
HaxNet

Why not just dual boot? I am doing it. Arch and Windows 10

Collapse
 
nafario profile image
Nafario

Probably it's an Oh My Zsh! terminal ...

Collapse
 
mridulbagla profile image
Mridul Bagla

Ohh! Thanks.
Is this for Linux?? or can I install it in windows also

Collapse
 
rishitkhandelwal profile image
Rishit Khandelwal

On windows you can... But u still need wsl.

Thread Thread
 
mridulbagla profile image
Mridul Bagla

Yeah, But I am using Virtual Box. so I can not use WSL.

Thread Thread
 
rishitkhandelwal profile image
Rishit Khandelwal

Oh then just follow a guide for whatever distro it using.

How to setup ohmyzsh on X distro

Collapse
 
yazcub profile image
Ferit Cubukcuoglu

Here is a link to a full tutorial.
gist.github.com/kevin-smets/8568070

Like Nafario said, it's oh-my-zsh + p10k + fontawesome font... etc

Collapse
 
mridulbagla profile image
Mridul Bagla

Thanks.