Skip to content

Instantly share code, notes, and snippets.

@ijin82
Last active January 31, 2025 16:27
Show Gist options
  • Save ijin82/d9ac28f248b0cf5667da363aeecc0a62 to your computer and use it in GitHub Desktop.
Save ijin82/d9ac28f248b0cf5667da363aeecc0a62 to your computer and use it in GitHub Desktop.
Color schemes for windows terminal
  1. Website with themes https://windowsterminalthemes.dev/
  2. Open file C:\Users\Personal Computer\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json
  3. Find section "schemes": []
  4. Extend section with this
        {
            "background": "#292520",
            "black": "#121418",
            "blue": "#1398B9",
            "brightBlack": "#675F54",
            "brightBlue": "#5FDAFF",
            "brightCyan": "#84F088",
            "brightGreen": "#98E036",
            "brightPurple": "#FF9269",
            "brightRed": "#FF645A",
            "brightWhite": "#F6F7EC",
            "brightYellow": "#E0D561",
            "cursorColor": "#F6F7EC",
            "cyan": "#509552",
            "foreground": "#E5C7A9",
            "green": "#85C54C",
            "name": "Earthsong",
            "purple": "#D0633D",
            "red": "#C94234",
            "selectionBackground": "#121418",
            "white": "#E5C6AA",
            "yellow": "#F5AE2E"
        },
        {
            "background": "#300A24",
            "black": "#2E3436",
            "blue": "#3465A4",
            "brightBlack": "#555753",
            "brightBlue": "#729FCF",
            "brightCyan": "#34E2E2",
            "brightGreen": "#8AE234",
            "brightPurple": "#AD7FA8",
            "brightRed": "#EF2929",
            "brightWhite": "#EEEEEC",
            "brightYellow": "#FCE94F",
            "cursorColor": "#BBBBBB",
            "cyan": "#06989A",
            "foreground": "#EEEEEC",
            "green": "#4E9A06",
            "name": "Ubuntu",
            "purple": "#75507B",
            "red": "#CC0000",
            "selectionBackground": "#B5D5FF",
            "white": "#D3D7CF",
            "yellow": "#C4A000"
        }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment