Skip to content

Latest commit

 

History

History
54 lines (50 loc) · 1.72 KB

frosted-glass-theme.md

File metadata and controls

54 lines (50 loc) · 1.72 KB
title description author ms.author ms.date ms.topic
Windows Terminal Frosted Glass Theme
This is a sample configuration for a frosted glass theme.
cinnamon-msft
cinnamon
08/30/2021
sample

Frosted Glass Theme in Windows Terminal

The prompt is styled using Powerline and is using the Cascadia Code PL font, which can be downloaded from the Cascadia Code GitHub releases page.

Windows Terminal Frosted Glass Theme

    {
        "theme": "light",
        "profiles": [
            {
                "name" : "PowerShell",
                "source" : "Windows.Terminal.PowershellCore",
                "acrylicOpacity": 0.7,
                "colorScheme" : "Frost",
                "cursorColor" : "#000000",
                "fontFace" : "Cascadia Code PL",
                "useAcrylic": true
            }
        ],
        "schemes": [
            {
                "name" : "Frost",
                "background" : "#FFFFFF",
                "black" : "#3C5712",
                "blue" : "#17b2ff",
                "brightBlack" : "#749B36",
                "brightBlue" : "#27B2F6",
                "brightCyan" : "#13A8C0",
                "brightGreen" : "#89AF50",
                "brightPurple" : "#F2A20A",
                "brightRed" : "#F49B36",
                "brightWhite" : "#741274",
                "brightYellow" : "#991070",
                "cyan" : "#3C96A6",
                "foreground" : "#000000",
                "green" : "#6AAE08",
                "purple" : "#991070",
                "red" : "#8D0C0C",
                "white" : "#6E386E",
                "yellow" : "#991070"
            }
        ]
    }