Skip to content

Latest commit

 

History

History
51 lines (43 loc) · 1.02 KB

PPowershell.md

File metadata and controls

51 lines (43 loc) · 1.02 KB

Plain Powershell | Less is more

PPowershell

Settings

{
    "fontSize" : 10,
    "useAcrylic": true,
    "acrylicOpacity": 0.95,
    "scrollbarState" : "hidden",
    "background" : "#272822",
    "fontFace" : "Cascadia Code PL",
    "colorScheme": "Campbell Powershell"
}

Fonts

  • Cascadia Code PL

Background

You don't need one, very subtle acrylic (.95 opacity) blends the best with any background.

Color Scheme

{
    "name": "Campbell Powershell",
    "foreground": "#CCCCCC",
    "background": "#012456",
    "cursorColor": "#FFFFFF",
    "black": "#0C0C0C",
    "red": "#C50F1F",
    "green": "#13A10E",
    "yellow": "#C19C00",
    "blue": "#0037DA",
    "purple": "#881798",
    "cyan": "#3A96DD",
    "white": "#CCCCCC",
    "brightBlack": "#767676",
    "brightRed": "#E74856",
    "brightGreen": "#16C60C",
    "brightYellow": "#F9F1A5",
    "brightBlue": "#3B78FF",
    "brightPurple": "#B4009E",
    "brightCyan": "#61D6D6",
    "brightWhite": "#F2F2F2"
}