Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 2.07 KB

Terminal Setup.md

File metadata and controls

37 lines (31 loc) · 2.07 KB

Terminal Customization

Color Settings are the gruvbox colors, taken from https://github.com/herrbischoff/iterm2-gruvbox/tree/master just written down as RGB Values for usage in other terminals. Also Blue is a little darker to make midnight commander look good.

  • install nerdfont
  • install zsh
  • make terminal program use it as login shell (or change default shell)
  • install oh my zsh
  • install powerlevel10k
  • change colors of terminal to the colors listed below

Color Settings

Basic

Where Code Example
Foreground ecdbb2 $${\color{#ecdbb2}███}$$
Background 252525 $${\color{#252525}███}$$
Bold ecdbb2 $${\color{#ecdbb2}███}$$
Links cb231c $${\color{#cb231c}███}$$
Cursor 3a3939 $${\color{#3a3939}███}$$
Cursor Text ecdbb2 $${\color{#ecdbb2}███}$$
Selection 413e3d $${\color{#413e3d}███}$$
Selected Text c1c1c1 $${\color{#c1c1c1}███}$$

Colors

Color Code Example Bright Example
Black 353535 $${\color{#353535}███}$$ a39586 $${\color{#a39586}███}$$
Red d73925 $${\color{#d73925}███}$$ fe6142 $${\color{#fe6142}███}$$
Green a8a521 $${\color{#a8a521}███}$$ c4c431 $${\color{#c4c431}███}$$
Yellow dfa82a $${\color{#dfa82a}███}$$ fcc73c $${\color{#fcc73c}███}$$
Blue 315a5c $${\color{#315a5c}███}$$ 94b3a8 $${\color{#94b3a8}███}$$
Magenta bf7897 $${\color{#bf7897}███}$$ dc9aab $${\color{#dc9aab}███}$$
Cyan 79aa7d $${\color{#79aa7d}███}$$ 9dd08e $${\color{#9dd08e}███}$$
White b7a996 $${\color{#b7a996}███}$$ efe1bf $${\color{#efe1bf}███}$$