Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.01 KB

README.md

File metadata and controls

49 lines (40 loc) · 1.01 KB

Windows Terminal

Fonts

Set the font and the default theme

{
  "profiles": {
    "defaults": {
      "fontFace": "CaskaydiaCove NF",
      "colorScheme": "Campbell"
    }
  }
}

Eye candy - UbuntuLegit theme

{
  "background": "#2C001E",
  "black": "#4E9A06",
  "blue": "#3465A4",
  "brightBlack": "#555753",
  "brightBlue": "#729FCF",
  "brightCyan": "#34E2E2",
  "brightGreen": "#8AE234",
  "brightPurple": "#AD7FA8",
  "brightRed": "#EF2929",
  "brightWhite": "#EEEEEE",
  "brightYellow": "#FCE94F",
  "cyan": "#06989A",
  "foreground": "#EEEEEE",
  "green": "#300A24",
  "name": "UbuntuLegit",
  "purple": "#75507B",
  "red": "#CC0000",
  "white": "#D3D7CF",
  "yellow": "#C4A000"
}