Skip to content

Instantly share code, notes, and snippets.

@bradwilson
Last active September 27, 2024 18:25
Show Gist options
  • Select an option

  • Save bradwilson/3b81a192a63056e310e453bc7f4c063d to your computer and use it in GitHub Desktop.

Select an option

Save bradwilson/3b81a192a63056e310e453bc7f4c063d to your computer and use it in GitHub Desktop.

Revisions

  1. bradwilson revised this gist Sep 22, 2022. 1 changed file with 10 additions and 1 deletion.
    11 changes: 10 additions & 1 deletion settings.json
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,16 @@
    {
    "$help": "https://aka.ms/terminal-documentation",
    "$schema": "https://aka.ms/terminal-profiles-schema",
    "actions": [],
    "actions": [
    {
    "command": "copy",
    "keys": "ctrl+shift+c"
    },
    {
    "command": "paste",
    "keys": "ctrl+shift+v"
    }
    ],
    "copyFormatting": "none",
    "copyOnSelect": false,
    "defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
  2. bradwilson revised this gist Oct 21, 2021. 1 changed file with 114 additions and 158 deletions.
    272 changes: 114 additions & 158 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -1,162 +1,118 @@
    {
    "$schema": "https://aka.ms/terminal-profiles-schema",
    "tabWidthMode": "titleLength",
    "defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
    "copyOnSelect": false,
    "copyFormatting": false,
    "largePasteWarning": false,
    "multiLinePasteWarning": false,
    "disableAnimations": true,
    "profiles": {
    "defaults": {
    "antialiasingMode": "grayscale",
    "colorScheme": "Ubuntu [Light]",
    "fontFace": "FiraCode Nerd Font Mono",
    "fontSize": 12,
    "fontWeight": "normal",
    "padding": "8, 8, 8, 8"
    },
    "list": [
    {
    "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
    "hidden": false,
    "name": "PowerShell Core",
    "source": "Windows.Terminal.PowershellCore"
    },
    {
    "guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}",
    "hidden": false,
    "name": "Debian",
    "source": "Windows.Terminal.Wsl",
    "icon": "https://gist.github.com/bradwilson/3b81a192a63056e310e453bc7f4c063d/raw/12c4ca3b01e89d2a9dffa5377af9d7f0923ff9a2/terminal-icon-debian.png"
    },
    {
    "guid": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
    "hidden": false,
    "name": "Ubuntu (18.04)",
    "source": "Windows.Terminal.Wsl",
    "icon": "https://gist.github.com/bradwilson/3b81a192a63056e310e453bc7f4c063d/raw/12c4ca3b01e89d2a9dffa5377af9d7f0923ff9a2/terminal-icon-ubuntu.ico"
    },
    {
    "guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
    "hidden": false,
    "name": "Ubuntu (20.04)",
    "source": "Windows.Terminal.Wsl",
    "icon": "https://gist.github.com/bradwilson/3b81a192a63056e310e453bc7f4c063d/raw/12c4ca3b01e89d2a9dffa5377af9d7f0923ff9a2/terminal-icon-ubuntu.ico"
    },
    {
    "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
    "hidden": true,
    "name": "PowerShell",
    "commandline": "powershell.exe"
    },
    {
    "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
    "hidden": true,
    "name": "cmd"
    },
    {
    "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
    "hidden": true,
    "source": "Windows.Terminal.Azure",
    "name": "azshell"
    }
    ]
    },
    "schemes": [
    {
    "name": "Ubuntu [Dark]",

    "foreground": "#B5BBAE",
    "background": "#2E3436",

    "black": "#2E3436",
    "blue": "#3465A4",
    "cyan": "#06989A",
    "green": "#4E9A06",
    "purple": "#75507B",
    "red": "#AE5E5E",
    "white": "#B5BBAE",
    "yellow": "#8A7000",
    "brightBlack": "#696B67",
    "brightBlue": "#729FCF",
    "brightCyan": "#2EC3C3",
    "brightGreen": "#79C32E",
    "brightPurple": "#AD7FA8",
    "brightRed": "#F49797",
    "brightWhite": "#EEEEEE",
    "brightYellow": "#C4A000"
    },
    {
    "name": "Ubuntu [Light]",

    "foreground": "#696B67",
    "background": "#EEEEEE",
    "selectionBackground": "#B5BBAE",
    "cursorColor": "#2E3436",

    "black": "#EEEEEE",
    "blue": "#729FCF",
    "cyan": "#2EC3C3",
    "green": "#79C32E",
    "purple": "#AD7FA8",
    "red": "#F49797",
    "white": "#696B67",
    "yellow": "#C4A000",
    "brightBlack": "#B5BBAE",
    "brightBlue": "#3465A4",
    "brightCyan": "#06989A",
    "brightGreen": "#3b7505",
    "brightPurple": "#75507B",
    "brightRed": "#AE5E5E",
    "brightWhite": "#2E3436",
    "brightYellow": "#8A7000"
    }
    ],
    "keybindings": [
    "$help": "https://aka.ms/terminal-documentation",
    "$schema": "https://aka.ms/terminal-profiles-schema",
    "actions": [],
    "copyFormatting": "none",
    "copyOnSelect": false,
    "defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
    "largePasteWarning": false,
    "multiLinePasteWarning": false,
    "profiles":
    {
    "command": {
    "action": "splitPane",
    "split": "auto",
    "splitMode": "duplicate"
    },
    "keys": "alt+shift+d"
    "defaults":
    {
    "antialiasingMode": "grayscale",
    "colorScheme": "Ubuntu [Light]",
    "cursorShape": "filledBox",
    "font":
    {
    "face": "Iosevka",
    "size": 16,
    "weight": "normal"
    },
    "padding": "8, 8, 8, 8"
    },
    "list":
    [
    {
    "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
    "hidden": false,
    "name": "PowerShell Core",
    "source": "Windows.Terminal.PowershellCore"
    },
    {
    "commandline": "wsl -d Ubuntu-18.04 --cd ~",
    "guid": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
    "hidden": false,
    "icon": "https://gist.github.com/bradwilson/3b81a192a63056e310e453bc7f4c063d/raw/12c4ca3b01e89d2a9dffa5377af9d7f0923ff9a2/terminal-icon-ubuntu.ico",
    "name": "Ubuntu 18.04",
    "source": "Windows.Terminal.Wsl"
    },
    {
    "commandline": "wsl -d Debian --cd ~",
    "guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}",
    "hidden": false,
    "icon": "https://gist.github.com/bradwilson/3b81a192a63056e310e453bc7f4c063d/raw/12c4ca3b01e89d2a9dffa5377af9d7f0923ff9a2/terminal-icon-debian.png",
    "name": "Debian",
    "source": "Windows.Terminal.Wsl"
    },
    {
    "commandline": "powershell.exe",
    "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
    "hidden": true,
    "name": "PowerShell"
    },
    {
    "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
    "hidden": true,
    "name": "cmd"
    },
    {
    "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
    "hidden": true,
    "name": "azshell",
    "source": "Windows.Terminal.Azure"
    }
    ]
    },
    {
    "command": {
    "action": "splitPane",
    "split": "auto",
    "profile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}"
    },
    "keys": "ctrl+alt+shift+1"
    },
    {
    "command": {
    "action": "splitPane",
    "split": "auto",
    "profile": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}"
    },
    "keys": "ctrl+alt+shift+2"
    },
    {
    "command": {
    "action": "splitPane",
    "split": "auto",
    "profile": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}"
    },
    "keys": "ctrl+alt+shift+3"
    },
    {
    "command": {
    "action": "splitPane",
    "split": "auto",
    "profile": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}"
    },
    "keys": "ctrl+alt+shift+4"
    },
    {
    "command": "togglePaneZoom",
    "keys": "ctrl+alt+shift+enter"
    }
    ]
    "schemes":
    [
    {
    "background": "#2E3436",
    "black": "#2E3436",
    "blue": "#3465A4",
    "brightBlack": "#696B67",
    "brightBlue": "#729FCF",
    "brightCyan": "#2EC3C3",
    "brightGreen": "#79C32E",
    "brightPurple": "#AD7FA8",
    "brightRed": "#F49797",
    "brightWhite": "#EEEEEE",
    "brightYellow": "#C4A000",
    "cursorColor": "#FFFFFF",
    "cyan": "#06989A",
    "foreground": "#B5BBAE",
    "green": "#4E9A06",
    "name": "Ubuntu [Dark]",
    "purple": "#75507B",
    "red": "#AE5E5E",
    "selectionBackground": "#FFFFFF",
    "white": "#B5BBAE",
    "yellow": "#8A7000"
    },
    {
    "background": "#EEEEEE",
    "black": "#EEEEEE",
    "blue": "#729FCF",
    "brightBlack": "#B5BBAE",
    "brightBlue": "#3465A4",
    "brightCyan": "#06989A",
    "brightGreen": "#3B7505",
    "brightPurple": "#75507B",
    "brightRed": "#AE5E5E",
    "brightWhite": "#2E3436",
    "brightYellow": "#8A7000",
    "cursorColor": "#2E3436",
    "cyan": "#2EC3C3",
    "foreground": "#696B67",
    "green": "#79C32E",
    "name": "Ubuntu [Light]",
    "purple": "#AD7FA8",
    "red": "#F49797",
    "selectionBackground": "#B5BBAE",
    "white": "#696B67",
    "yellow": "#C4A000"
    }
    ],
    "tabWidthMode": "titleLength"
    }
  3. bradwilson revised this gist Jul 2, 2021. 1 changed file with 9 additions and 9 deletions.
    18 changes: 9 additions & 9 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -9,7 +9,7 @@
    "disableAnimations": true,
    "profiles": {
    "defaults": {
    "antialiasingMode": "cleartype",
    "antialiasingMode": "grayscale",
    "colorScheme": "Ubuntu [Light]",
    "fontFace": "FiraCode Nerd Font Mono",
    "fontSize": 12,
    @@ -24,25 +24,25 @@
    "source": "Windows.Terminal.PowershellCore"
    },
    {
    "guid": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
    "guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}",
    "hidden": false,
    "name": "Ubuntu-18.04",
    "name": "Debian",
    "source": "Windows.Terminal.Wsl",
    "icon": "https://gist.github.com/bradwilson/3b81a192a63056e310e453bc7f4c063d/raw/12c4ca3b01e89d2a9dffa5377af9d7f0923ff9a2/terminal-icon-ubuntu.ico"
    "icon": "https://gist.github.com/bradwilson/3b81a192a63056e310e453bc7f4c063d/raw/12c4ca3b01e89d2a9dffa5377af9d7f0923ff9a2/terminal-icon-debian.png"
    },
    {
    "guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
    "guid": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
    "hidden": false,
    "name": "Ubuntu-20.04",
    "name": "Ubuntu (18.04)",
    "source": "Windows.Terminal.Wsl",
    "icon": "https://gist.github.com/bradwilson/3b81a192a63056e310e453bc7f4c063d/raw/12c4ca3b01e89d2a9dffa5377af9d7f0923ff9a2/terminal-icon-ubuntu.ico"
    },
    {
    "guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}",
    "guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
    "hidden": false,
    "name": "Debian",
    "name": "Ubuntu (20.04)",
    "source": "Windows.Terminal.Wsl",
    "icon": "https://gist.github.com/bradwilson/3b81a192a63056e310e453bc7f4c063d/raw/12c4ca3b01e89d2a9dffa5377af9d7f0923ff9a2/terminal-icon-debian.png"
    "icon": "https://gist.github.com/bradwilson/3b81a192a63056e310e453bc7f4c063d/raw/12c4ca3b01e89d2a9dffa5377af9d7f0923ff9a2/terminal-icon-ubuntu.ico"
    },
    {
    "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
  4. bradwilson revised this gist May 29, 2021. 4 changed files with 0 additions and 0 deletions.
    Binary file added terminal-sample-pwsh-dark.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
    Binary file added terminal-sample-pwsh-light.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
    Binary file added terminal-sample-wsl-dark.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
    Binary file added terminal-sample-wsl-light.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
  5. bradwilson revised this gist May 29, 2021. 1 changed file with 4 additions and 3 deletions.
    7 changes: 4 additions & 3 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -28,20 +28,21 @@
    "hidden": false,
    "name": "Ubuntu-18.04",
    "source": "Windows.Terminal.Wsl",
    "icon": "https://gist.github.com/bradwilson/3b81a192a63056e310e453bc7f4c063d/raw/5f19753c36228acb4ff304445f863e689174c520/ubuntu.ico"
    "icon": "https://gist.github.com/bradwilson/3b81a192a63056e310e453bc7f4c063d/raw/12c4ca3b01e89d2a9dffa5377af9d7f0923ff9a2/terminal-icon-ubuntu.ico"
    },
    {
    "guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
    "hidden": false,
    "name": "Ubuntu-20.04",
    "source": "Windows.Terminal.Wsl",
    "icon": "https://gist.github.com/bradwilson/3b81a192a63056e310e453bc7f4c063d/raw/5f19753c36228acb4ff304445f863e689174c520/ubuntu.ico"
    "icon": "https://gist.github.com/bradwilson/3b81a192a63056e310e453bc7f4c063d/raw/12c4ca3b01e89d2a9dffa5377af9d7f0923ff9a2/terminal-icon-ubuntu.ico"
    },
    {
    "guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}",
    "hidden": false,
    "name": "Debian",
    "source": "Windows.Terminal.Wsl"
    "source": "Windows.Terminal.Wsl",
    "icon": "https://gist.github.com/bradwilson/3b81a192a63056e310e453bc7f4c063d/raw/12c4ca3b01e89d2a9dffa5377af9d7f0923ff9a2/terminal-icon-debian.png"
    },
    {
    "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
  6. bradwilson revised this gist May 29, 2021. 2 changed files with 0 additions and 0 deletions.
    File renamed without changes
    File renamed without changes.
  7. bradwilson revised this gist May 29, 2021. 1 changed file with 0 additions and 0 deletions.
    Binary file added debian.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
  8. bradwilson revised this gist May 28, 2021. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -28,14 +28,14 @@
    "hidden": false,
    "name": "Ubuntu-18.04",
    "source": "Windows.Terminal.Wsl",
    "icon": "C:\\Users\\brwilso\\Google Drive\\Terminal\\ubuntu.ico"
    "icon": "https://gist.github.com/bradwilson/3b81a192a63056e310e453bc7f4c063d/raw/5f19753c36228acb4ff304445f863e689174c520/ubuntu.ico"
    },
    {
    "guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
    "hidden": false,
    "name": "Ubuntu-20.04",
    "source": "Windows.Terminal.Wsl",
    "icon": "C:\\Users\\brwilso\\Google Drive\\Terminal\\ubuntu.ico"
    "icon": "https://gist.github.com/bradwilson/3b81a192a63056e310e453bc7f4c063d/raw/5f19753c36228acb4ff304445f863e689174c520/ubuntu.ico"
    },
    {
    "guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}",
  9. bradwilson renamed this gist May 5, 2021. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  10. bradwilson revised this gist May 5, 2021. 1 changed file with 83 additions and 12 deletions.
    95 changes: 83 additions & 12 deletions profiles.json
    Original file line number Diff line number Diff line change
    @@ -4,23 +4,19 @@
    "defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
    "copyOnSelect": false,
    "copyFormatting": false,
    "largePasteWarning": false,
    "multiLinePasteWarning": false,
    "disableAnimations": true,
    "profiles": {
    "defaults": {
    "acrylicOpacity": 1,
    "antialiasingMode": "grayscale",
    "colorScheme": "Ubuntu [Dark]",
    "fontFace": "JetBrainsMono Nerd Font Mono",
    "fontSize": 11,
    "antialiasingMode": "cleartype",
    "colorScheme": "Ubuntu [Light]",
    "fontFace": "FiraCode Nerd Font Mono",
    "fontSize": 12,
    "fontWeight": "normal",
    "padding": "8, 8, 8, 8"
    },
    "list": [
    {
    "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
    "hidden": false,
    "name": "PowerShell",
    "commandline": "powershell.exe"
    },
    {
    "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
    "hidden": false,
    @@ -33,6 +29,36 @@
    "name": "Ubuntu-18.04",
    "source": "Windows.Terminal.Wsl",
    "icon": "C:\\Users\\brwilso\\Google Drive\\Terminal\\ubuntu.ico"
    },
    {
    "guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
    "hidden": false,
    "name": "Ubuntu-20.04",
    "source": "Windows.Terminal.Wsl",
    "icon": "C:\\Users\\brwilso\\Google Drive\\Terminal\\ubuntu.ico"
    },
    {
    "guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}",
    "hidden": false,
    "name": "Debian",
    "source": "Windows.Terminal.Wsl"
    },
    {
    "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
    "hidden": true,
    "name": "PowerShell",
    "commandline": "powershell.exe"
    },
    {
    "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
    "hidden": true,
    "name": "cmd"
    },
    {
    "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
    "hidden": true,
    "source": "Windows.Terminal.Azure",
    "name": "azshell"
    }
    ]
    },
    @@ -86,5 +112,50 @@
    "brightYellow": "#8A7000"
    }
    ],
    "keybindings": []
    "keybindings": [
    {
    "command": {
    "action": "splitPane",
    "split": "auto",
    "splitMode": "duplicate"
    },
    "keys": "alt+shift+d"
    },
    {
    "command": {
    "action": "splitPane",
    "split": "auto",
    "profile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}"
    },
    "keys": "ctrl+alt+shift+1"
    },
    {
    "command": {
    "action": "splitPane",
    "split": "auto",
    "profile": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}"
    },
    "keys": "ctrl+alt+shift+2"
    },
    {
    "command": {
    "action": "splitPane",
    "split": "auto",
    "profile": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}"
    },
    "keys": "ctrl+alt+shift+3"
    },
    {
    "command": {
    "action": "splitPane",
    "split": "auto",
    "profile": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}"
    },
    "keys": "ctrl+alt+shift+4"
    },
    {
    "command": "togglePaneZoom",
    "keys": "ctrl+alt+shift+enter"
    }
    ]
    }
  11. bradwilson revised this gist Feb 22, 2021. 1 changed file with 84 additions and 120 deletions.
    204 changes: 84 additions & 120 deletions profiles.json
    Original file line number Diff line number Diff line change
    @@ -1,126 +1,90 @@
    {
    "$schema": "https://aka.ms/terminal-profiles-schema",
    "defaultProfile": "{2c4de342-38b7-51cf-b940-2309a097f518}",
    "initialCols": 160,
    "initialRows": 50,
    "profiles": [
    {
    "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
    "name": "PowerShell",
    "hidden": false,
    "colorScheme": "Ubuntu [Dark]",
    // "colorScheme": "Ubuntu [Light]",
    // "cursorColor": "#2e3436",
    "fontFace": "UbuntuMono Nerd Font Mono",
    "fontSize": 12,
    "padding": "12, 12, 12, 12",
    "commandline": "powershell.exe"
    },
    {
    "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
    "source": "Windows.Terminal.PowershellCore",
    "name": "PowerShell Core",
    "hidden": false,
    "colorScheme": "Ubuntu [Dark]",
    // "colorScheme": "Ubuntu [Light]",
    // "cursorColor": "#2e3436",
    "fontFace": "UbuntuMono Nerd Font Mono",
    "fontSize": 12,
    "padding": "12, 12, 12, 12"
    },
    {
    "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
    "source": "Windows.Terminal.Wsl",
    "name": "Ubuntu",
    "hidden": false,
    "colorScheme": "Ubuntu [Dark]",
    // "colorScheme": "Ubuntu [Light]",
    // "cursorColor": "#2e3436",
    "fontFace": "UbuntuMono Nerd Font Mono",
    "fontSize": 12,
    "padding": "12, 12, 12, 12",
    "icon": "ubuntu.ico"
    },
    {
    "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
    "name": "cmd",
    "hidden": true,
    "commandline": "cmd.exe"
    },
    {
    "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
    "source": "Windows.Terminal.Azure",
    "name": "Azure Cloud Shell",
    "hidden": true
    }
    ],
    "schemes": [
    {
    "name": "Ubuntu [Dark]",
    "background": "#2E3436",
    "foreground": "#B5BBAE",
    "$schema": "https://aka.ms/terminal-profiles-schema",
    "tabWidthMode": "titleLength",
    "defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
    "copyOnSelect": false,
    "copyFormatting": false,
    "profiles": {
    "defaults": {
    "acrylicOpacity": 1,
    "antialiasingMode": "grayscale",
    "colorScheme": "Ubuntu [Dark]",
    "fontFace": "JetBrainsMono Nerd Font Mono",
    "fontSize": 11,
    "fontWeight": "normal",
    "padding": "8, 8, 8, 8"
    },
    "list": [
    {
    "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
    "hidden": false,
    "name": "PowerShell",
    "commandline": "powershell.exe"
    },
    {
    "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
    "hidden": false,
    "name": "PowerShell Core",
    "source": "Windows.Terminal.PowershellCore"
    },
    {
    "guid": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
    "hidden": false,
    "name": "Ubuntu-18.04",
    "source": "Windows.Terminal.Wsl",
    "icon": "C:\\Users\\brwilso\\Google Drive\\Terminal\\ubuntu.ico"
    }
    ]
    },
    "schemes": [
    {
    "name": "Ubuntu [Dark]",

    "black": "#2E3436",
    "blue": "#3465A4",
    "cyan": "#06989A",
    "green": "#4E9A06",
    "purple": "#75507B",
    "red": "#AE5E5E",
    "white": "#B5BBAE",
    "yellow": "#C4A000",
    "foreground": "#B5BBAE",
    "background": "#2E3436",

    "brightBlack": "#696B67",
    "brightBlue": "#729FCF",
    "brightCyan": "#2EC3C3",
    "brightGreen": "#79C32E",
    "brightPurple": "#AD7FA8",
    "brightRed": "#F49797",
    "brightWhite": "#FBFBFB",
    "brightYellow": "#FCE94F"
    },
    {
    "name": "Ubuntu [Light]",
    "background": "#FBFBFB",
    "foreground": "#696B67",
    "selectionBackground": "#B5BBAE",
    "black": "#2E3436",
    "blue": "#3465A4",
    "cyan": "#06989A",
    "green": "#4E9A06",
    "purple": "#75507B",
    "red": "#AE5E5E",
    "white": "#B5BBAE",
    "yellow": "#8A7000",
    "brightBlack": "#696B67",
    "brightBlue": "#729FCF",
    "brightCyan": "#2EC3C3",
    "brightGreen": "#79C32E",
    "brightPurple": "#AD7FA8",
    "brightRed": "#F49797",
    "brightWhite": "#EEEEEE",
    "brightYellow": "#C4A000"
    },
    {
    "name": "Ubuntu [Light]",

    "black": "#FBFBFB",
    "blue": "#729FCF",
    "cyan": "#2EC3C3",
    "green": "#79C32E",
    "purple": "#AD7FA8",
    "red": "#F49797",
    "white": "#696B67",
    "yellow": "#C4A000",
    "foreground": "#696B67",
    "background": "#EEEEEE",
    "selectionBackground": "#B5BBAE",
    "cursorColor": "#2E3436",

    "brightBlack": "#B5BBAE",
    "brightBlue": "#3465A4",
    "brightCyan": "#06989A",
    "brightGreen": "#3b7505",
    "brightPurple": "#75507B",
    "brightRed": "#AE5E5E",
    "brightWhite": "#2E3436",
    "brightYellow": "#8a7000"
    }
    ],
    "keybindings": [
    {
    "command": "newTabProfile0",
    "keys": [
    "ctrl+shift+T"
    ]
    },
    {
    "command": "newTabProfile1",
    "keys": [
    "ctrl+T"
    ]
    },
    {
    "command": "newTabProfile2",
    "keys": [
    "ctrl+alt+T"
    ]
    }
    ]
    "black": "#EEEEEE",
    "blue": "#729FCF",
    "cyan": "#2EC3C3",
    "green": "#79C32E",
    "purple": "#AD7FA8",
    "red": "#F49797",
    "white": "#696B67",
    "yellow": "#C4A000",
    "brightBlack": "#B5BBAE",
    "brightBlue": "#3465A4",
    "brightCyan": "#06989A",
    "brightGreen": "#3b7505",
    "brightPurple": "#75507B",
    "brightRed": "#AE5E5E",
    "brightWhite": "#2E3436",
    "brightYellow": "#8A7000"
    }
    ],
    "keybindings": []
    }
  12. bradwilson revised this gist Dec 4, 2019. 1 changed file with 51 additions and 20 deletions.
    71 changes: 51 additions & 20 deletions profiles.json
    Original file line number Diff line number Diff line change
    @@ -8,39 +8,44 @@
    "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
    "name": "PowerShell",
    "hidden": false,
    "colorScheme": "Ubuntu (Brad)",
    "colorScheme": "Ubuntu [Dark]",
    // "colorScheme": "Ubuntu [Light]",
    // "cursorColor": "#2e3436",
    "fontFace": "UbuntuMono Nerd Font Mono",
    "fontSize": 12,
    "padding": "10, 10, 10, 10",
    "padding": "12, 12, 12, 12",
    "commandline": "powershell.exe"
    },
    {
    "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
    "source": "Windows.Terminal.PowershellCore",
    "name": "PowerShell Core",
    "hidden": false,
    "colorScheme": "Ubuntu (Brad)",
    "colorScheme": "Ubuntu [Dark]",
    // "colorScheme": "Ubuntu [Light]",
    // "cursorColor": "#2e3436",
    "fontFace": "UbuntuMono Nerd Font Mono",
    "fontSize": 12
    "fontSize": 12,
    "padding": "12, 12, 12, 12"
    },
    {
    "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
    "source": "Windows.Terminal.Wsl",
    "name": "Ubuntu",
    "hidden": false,
    "colorScheme": "Ubuntu (Brad)",
    "colorScheme": "Ubuntu [Dark]",
    // "colorScheme": "Ubuntu [Light]",
    // "cursorColor": "#2e3436",
    "fontFace": "UbuntuMono Nerd Font Mono",
    "fontSize": 12,
    "padding": "12, 12, 12, 12",
    "icon": "ubuntu.ico"
    },
    {
    "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
    "name": "cmd",
    "hidden": true,
    "commandline": "cmd.exe",
    "colorScheme": "Ubuntu (Brad)",
    "fontFace": "UbuntuMono Nerd Font Mono",
    "fontSize": 12
    "commandline": "cmd.exe"
    },
    {
    "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
    @@ -51,25 +56,51 @@
    ],
    "schemes": [
    {
    "name": "Ubuntu [Dark]",
    "background": "#2E3436",
    "foreground": "#B5BBAE",

    "black": "#2E3436",
    "blue": "#3465A4",
    "brightBlack": "#696B67",
    "brightBlue": "#729FCF",
    "brightCyan": "#34E2E2",
    "brightGreen": "#8AE234",
    "brightPurple": "#AD7FA8",
    "brightRed": "#F49797",
    "brightWhite": "#FBFBFB",
    "brightYellow": "#FCE94F",
    "cyan": "#06989A",
    "foreground": "#B5BBAE",
    "green": "#4E9A06",
    "name": "Ubuntu (Brad)",
    "purple": "#75507B",
    "red": "#AE5E5E",
    "white": "#B5BBAE",
    "yellow": "#C4A000"
    "yellow": "#C4A000",

    "brightBlack": "#696B67",
    "brightBlue": "#729FCF",
    "brightCyan": "#2EC3C3",
    "brightGreen": "#79C32E",
    "brightPurple": "#AD7FA8",
    "brightRed": "#F49797",
    "brightWhite": "#FBFBFB",
    "brightYellow": "#FCE94F"
    },
    {
    "name": "Ubuntu [Light]",
    "background": "#FBFBFB",
    "foreground": "#696B67",
    "selectionBackground": "#B5BBAE",

    "black": "#FBFBFB",
    "blue": "#729FCF",
    "cyan": "#2EC3C3",
    "green": "#79C32E",
    "purple": "#AD7FA8",
    "red": "#F49797",
    "white": "#696B67",
    "yellow": "#C4A000",

    "brightBlack": "#B5BBAE",
    "brightBlue": "#3465A4",
    "brightCyan": "#06989A",
    "brightGreen": "#3b7505",
    "brightPurple": "#75507B",
    "brightRed": "#AE5E5E",
    "brightWhite": "#2E3436",
    "brightYellow": "#8a7000"
    }
    ],
    "keybindings": [
  13. bradwilson revised this gist Dec 3, 2019. 2 changed files with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion profiles.json
    Original file line number Diff line number Diff line change
    @@ -31,7 +31,7 @@
    "colorScheme": "Ubuntu (Brad)",
    "fontFace": "UbuntuMono Nerd Font Mono",
    "fontSize": 12,
    "icon": "C:\\Users\\brwilso\\Google Drive\\DevBinaries\\ConEmu\\ubuntu.ico"
    "icon": "ubuntu.ico"
    },
    {
    "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
    Binary file added ubuntu.ico
    Binary file not shown.
  14. bradwilson revised this gist Dec 3, 2019. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions profiles.json
    Original file line number Diff line number Diff line change
    @@ -51,8 +51,8 @@
    ],
    "schemes": [
    {
    "background": "#2e3436",
    "black": "#2e3436",
    "background": "#2E3436",
    "black": "#2E3436",
    "blue": "#3465A4",
    "brightBlack": "#696B67",
    "brightBlue": "#729FCF",
  15. bradwilson revised this gist Dec 3, 2019. 1 changed file with 9 additions and 9 deletions.
    18 changes: 9 additions & 9 deletions profiles.json
    Original file line number Diff line number Diff line change
    @@ -14,15 +14,6 @@
    "padding": "10, 10, 10, 10",
    "commandline": "powershell.exe"
    },
    {
    "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
    "name": "cmd",
    "hidden": true,
    "commandline": "cmd.exe",
    "colorScheme": "Ubuntu (Brad)",
    "fontFace": "UbuntuMono Nerd Font Mono",
    "fontSize": 12
    },
    {
    "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
    "source": "Windows.Terminal.PowershellCore",
    @@ -42,6 +33,15 @@
    "fontSize": 12,
    "icon": "C:\\Users\\brwilso\\Google Drive\\DevBinaries\\ConEmu\\ubuntu.ico"
    },
    {
    "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
    "name": "cmd",
    "hidden": true,
    "commandline": "cmd.exe",
    "colorScheme": "Ubuntu (Brad)",
    "fontFace": "UbuntuMono Nerd Font Mono",
    "fontSize": 12
    },
    {
    "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
    "source": "Windows.Terminal.Azure",
  16. bradwilson revised this gist Dec 3, 2019. 1 changed file with 45 additions and 32 deletions.
    77 changes: 45 additions & 32 deletions profiles.json
    Original file line number Diff line number Diff line change
    @@ -1,64 +1,58 @@
    // To view the default settings, hold "alt" while clicking on the "Settings" button.
    // For documentation on these settings, see: https://aka.ms/terminal-documentation
    {
    "$schema": "https://aka.ms/terminal-profiles-schema",
    "defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
    "defaultProfile": "{2c4de342-38b7-51cf-b940-2309a097f518}",
    "initialCols": 160,
    "initialRows": 50,
    "profiles": [
    {
    "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
    "name": "Windows PowerShell",
    "name": "PowerShell",
    "hidden": false,
    "colorScheme": "Ubuntu (Brad)",
    "commandline": "powershell.exe",
    "fontFace": "UbuntuMono NF",
    "fontSize": 11,
    "fontFace": "UbuntuMono Nerd Font Mono",
    "fontSize": 12,
    "padding": "10, 10, 10, 10",
    "hidden": false
    "commandline": "powershell.exe"
    },
    {
    "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
    "name": "cmd",
    "colorScheme": "Ubuntu (Brad)",
    "hidden": true,
    "commandline": "cmd.exe",
    "fontFace": "UbuntuMono NF",
    "fontSize": 11,
    "padding": "10, 10, 10, 10",
    "hidden": false
    "colorScheme": "Ubuntu (Brad)",
    "fontFace": "UbuntuMono Nerd Font Mono",
    "fontSize": 12
    },
    {
    "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
    "hidden": false,
    "source": "Windows.Terminal.PowershellCore",
    "name": "PowerShell Core",
    "hidden": false,
    "colorScheme": "Ubuntu (Brad)",
    "fontFace": "UbuntuMono NF",
    "fontSize": 11,
    "padding": "10, 10, 10, 10",
    "source": "Windows.Terminal.PowershellCore"
    "fontFace": "UbuntuMono Nerd Font Mono",
    "fontSize": 12
    },
    {
    "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
    "hidden": false,
    "source": "Windows.Terminal.Wsl",
    "name": "Ubuntu",
    "hidden": false,
    "colorScheme": "Ubuntu (Brad)",
    "fontFace": "UbuntuMono NF",
    "fontSize": 11,
    "padding": "10, 10, 10, 10",
    "source": "Windows.Terminal.Wsl"
    "fontFace": "UbuntuMono Nerd Font Mono",
    "fontSize": 12,
    "icon": "C:\\Users\\brwilso\\Google Drive\\DevBinaries\\ConEmu\\ubuntu.ico"
    },
    {
    "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
    "hidden": false,
    "source": "Windows.Terminal.Azure",
    "name": "Azure Cloud Shell",
    "colorScheme": "Ubuntu (Brad)",
    "fontFace": "UbuntuMono NF",
    "fontSize": 11,
    "padding": "10, 10, 10, 10",
    "source": "Windows.Terminal.Azure"
    "hidden": true
    }
    ],
    "schemes": [
    {
    "background": "#2E3436",
    "black": "#2E3436",
    "background": "#2e3436",
    "black": "#2e3436",
    "blue": "#3465A4",
    "brightBlack": "#696B67",
    "brightBlue": "#729FCF",
    @@ -78,5 +72,24 @@
    "yellow": "#C4A000"
    }
    ],
    "keybindings": []
    "keybindings": [
    {
    "command": "newTabProfile0",
    "keys": [
    "ctrl+shift+T"
    ]
    },
    {
    "command": "newTabProfile1",
    "keys": [
    "ctrl+T"
    ]
    },
    {
    "command": "newTabProfile2",
    "keys": [
    "ctrl+alt+T"
    ]
    }
    ]
    }
  17. bradwilson revised this gist Oct 22, 2019. 1 changed file with 69 additions and 88 deletions.
    157 changes: 69 additions & 88 deletions profiles.json
    Original file line number Diff line number Diff line change
    @@ -1,101 +1,82 @@
    // To view the default settings, hold "alt" while clicking on the "Settings" button.
    // For documentation on these settings, see: https://aka.ms/terminal-documentation
    {
    "profiles" :
    [
    "$schema": "https://aka.ms/terminal-profiles-schema",
    "defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
    "profiles": [
    {
    "acrylicOpacity" : 0.5,
    "closeOnExit" : true,
    "colorScheme" : "Ubuntu (Brad)",
    "commandline" : "powershell.exe",
    "cursorColor" : "#FFFFFF",
    "cursorShape" : "bar",
    "fontFace" : "UbuntuMono NF",
    "fontSize" : 12,
    "guid" : "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
    "historySize" : 9001,
    "icon" : "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.png",
    "name" : "PowerShell",
    "padding" : "10, 10, 10, 10",
    "snapOnInput" : true,
    "startingDirectory" : "%USERPROFILE%",
    "useAcrylic" : false
    "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
    "name": "Windows PowerShell",
    "colorScheme": "Ubuntu (Brad)",
    "commandline": "powershell.exe",
    "fontFace": "UbuntuMono NF",
    "fontSize": 11,
    "padding": "10, 10, 10, 10",
    "hidden": false
    },
    {
    "acrylicOpacity" : 0.5,
    "closeOnExit" : true,
    "colorScheme" : "Ubuntu (Brad)",
    "commandline" : "pwsh.exe",
    "cursorColor" : "#FFFFFF",
    "cursorShape" : "bar",
    "fontFace" : "UbuntuMono NF",
    "fontSize" : 12,
    "guid" : "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
    "historySize" : 9001,
    "icon": "ms-appx:///ProfileIcons/{574e775e-4f2a-5b96-ac1e-a2962a402336}.png",
    "name" : "PowerShell Core",
    "padding" : "10, 10, 10, 10",
    "snapOnInput" : true,
    "startingDirectory" : "%USERPROFILE%",
    "useAcrylic" : false
    "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
    "name": "cmd",
    "colorScheme": "Ubuntu (Brad)",
    "commandline": "cmd.exe",
    "fontFace": "UbuntuMono NF",
    "fontSize": 11,
    "padding": "10, 10, 10, 10",
    "hidden": false
    },
    {
    "acrylicOpacity" : 0.5,
    "closeOnExit" : true,
    "colorScheme" : "Ubuntu (Brad)",
    "commandline" : "wsl.exe -d Ubuntu-18.04",
    "cursorColor" : "#FFFFFF",
    "cursorShape" : "bar",
    "fontFace" : "UbuntuMono NF",
    "fontSize" : 12,
    "guid" : "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
    "historySize" : 9001,
    "icon" : "ms-appx:///ProfileIcons/{9acb9455-ca41-5af7-950f-6bca1bc9722f}.png",
    "name" : "WSL (Ubuntu-18.04)",
    "padding" : "10, 10, 10, 10",
    "snapOnInput" : true,
    "startingDirectory" : "%USERPROFILE%",
    "useAcrylic" : false
    "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
    "hidden": false,
    "name": "PowerShell Core",
    "colorScheme": "Ubuntu (Brad)",
    "fontFace": "UbuntuMono NF",
    "fontSize": 11,
    "padding": "10, 10, 10, 10",
    "source": "Windows.Terminal.PowershellCore"
    },
    {
    "acrylicOpacity" : 0.5,
    "closeOnExit" : true,
    "colorScheme" : "Ubuntu (Brad)",
    "commandline" : "wsl.exe -d WLinux",
    "cursorColor" : "#FFFFFF",
    "cursorShape" : "bar",
    "fontFace" : "UbuntuMono NF",
    "fontSize" : 12,
    "guid" : "{1c86a526-402b-438d-8e99-490e38ff9c3b}",
    "historySize" : 9001,
    "icon" : "ms-appx:///ProfileIcons/{9acb9455-ca41-5af7-950f-6bca1bc9722f}.png",
    "name" : "WSL (Pengwin)",
    "padding" : "10, 10, 10, 10",
    "snapOnInput" : true,
    "startingDirectory" : "%USERPROFILE%",
    "useAcrylic" : false
    "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
    "hidden": false,
    "name": "Ubuntu",
    "colorScheme": "Ubuntu (Brad)",
    "fontFace": "UbuntuMono NF",
    "fontSize": 11,
    "padding": "10, 10, 10, 10",
    "source": "Windows.Terminal.Wsl"
    },
    {
    "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
    "hidden": false,
    "name": "Azure Cloud Shell",
    "colorScheme": "Ubuntu (Brad)",
    "fontFace": "UbuntuMono NF",
    "fontSize": 11,
    "padding": "10, 10, 10, 10",
    "source": "Windows.Terminal.Azure"
    }
    ],
    "schemes" :
    [
    "schemes": [
    {
    "background" : "#2E3436",
    "black" : "#2E3436",
    "blue" : "#3465A4",
    "brightBlack" : "#696B67",
    "brightBlue" : "#729FCF",
    "brightCyan" : "#34E2E2",
    "brightGreen" : "#8AE234",
    "brightPurple" : "#AD7FA8",
    "brightRed" : "#F49797",
    "brightWhite" : "#FBFBFB",
    "brightYellow" : "#FCE94F",
    "cyan" : "#06989A",
    "foreground" : "#B5BBAE",
    "green" : "#4E9A06",
    "name" : "Ubuntu (Brad)",
    "purple" : "#75507B",
    "red" : "#AE5E5E",
    "white" : "#B5BBAE",
    "yellow" : "#C4A000"
    "background": "#2E3436",
    "black": "#2E3436",
    "blue": "#3465A4",
    "brightBlack": "#696B67",
    "brightBlue": "#729FCF",
    "brightCyan": "#34E2E2",
    "brightGreen": "#8AE234",
    "brightPurple": "#AD7FA8",
    "brightRed": "#F49797",
    "brightWhite": "#FBFBFB",
    "brightYellow": "#FCE94F",
    "cyan": "#06989A",
    "foreground": "#B5BBAE",
    "green": "#4E9A06",
    "name": "Ubuntu (Brad)",
    "purple": "#75507B",
    "red": "#AE5E5E",
    "white": "#B5BBAE",
    "yellow": "#C4A000"
    }
    ]
    ],
    "keybindings": []
    }
  18. bradwilson revised this gist Aug 14, 2019. 1 changed file with 93 additions and 44 deletions.
    137 changes: 93 additions & 44 deletions profiles.json
    Original file line number Diff line number Diff line change
    @@ -1,52 +1,101 @@
    {
    "defaultProfile": "{5fa4ec8f-b1ff-4d94-b239-1321ccccc69a}",
    "initialRows": 40,
    "initialCols": 120,
    "alwaysShowTabs": false,
    "showTerminalTitleInTitlebar": false,
    "experimental_showTabsInTitlebar": false,
    "profiles": [
    "profiles" :
    [
    {
    "guid": "{5fa4ec8f-b1ff-4d94-b239-1321ccccc69a}",
    "name": "PowerShell",
    "background": "#2E3436",
    "colorscheme": "Ubuntu (Brad)",
    "historySize": 9001,
    "snapOnInput": true,
    "cursorColor": "#B5BBAE",
    "cursorShape": "bar",
    "commandline": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
    "fontFace": "UbuntuMono NF",
    "fontSize": 10,
    "acrylicOpacity": 0.5,
    "useAcrylic": false,
    "closeOnExit": true,
    "padding": "10, 10, 10, 10"
    "acrylicOpacity" : 0.5,
    "closeOnExit" : true,
    "colorScheme" : "Ubuntu (Brad)",
    "commandline" : "powershell.exe",
    "cursorColor" : "#FFFFFF",
    "cursorShape" : "bar",
    "fontFace" : "UbuntuMono NF",
    "fontSize" : 12,
    "guid" : "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
    "historySize" : 9001,
    "icon" : "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.png",
    "name" : "PowerShell",
    "padding" : "10, 10, 10, 10",
    "snapOnInput" : true,
    "startingDirectory" : "%USERPROFILE%",
    "useAcrylic" : false
    },
    {
    "acrylicOpacity" : 0.5,
    "closeOnExit" : true,
    "colorScheme" : "Ubuntu (Brad)",
    "commandline" : "pwsh.exe",
    "cursorColor" : "#FFFFFF",
    "cursorShape" : "bar",
    "fontFace" : "UbuntuMono NF",
    "fontSize" : 12,
    "guid" : "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
    "historySize" : 9001,
    "icon": "ms-appx:///ProfileIcons/{574e775e-4f2a-5b96-ac1e-a2962a402336}.png",
    "name" : "PowerShell Core",
    "padding" : "10, 10, 10, 10",
    "snapOnInput" : true,
    "startingDirectory" : "%USERPROFILE%",
    "useAcrylic" : false
    },
    {
    "acrylicOpacity" : 0.5,
    "closeOnExit" : true,
    "colorScheme" : "Ubuntu (Brad)",
    "commandline" : "wsl.exe -d Ubuntu-18.04",
    "cursorColor" : "#FFFFFF",
    "cursorShape" : "bar",
    "fontFace" : "UbuntuMono NF",
    "fontSize" : 12,
    "guid" : "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
    "historySize" : 9001,
    "icon" : "ms-appx:///ProfileIcons/{9acb9455-ca41-5af7-950f-6bca1bc9722f}.png",
    "name" : "WSL (Ubuntu-18.04)",
    "padding" : "10, 10, 10, 10",
    "snapOnInput" : true,
    "startingDirectory" : "%USERPROFILE%",
    "useAcrylic" : false
    },
    {
    "acrylicOpacity" : 0.5,
    "closeOnExit" : true,
    "colorScheme" : "Ubuntu (Brad)",
    "commandline" : "wsl.exe -d WLinux",
    "cursorColor" : "#FFFFFF",
    "cursorShape" : "bar",
    "fontFace" : "UbuntuMono NF",
    "fontSize" : 12,
    "guid" : "{1c86a526-402b-438d-8e99-490e38ff9c3b}",
    "historySize" : 9001,
    "icon" : "ms-appx:///ProfileIcons/{9acb9455-ca41-5af7-950f-6bca1bc9722f}.png",
    "name" : "WSL (Pengwin)",
    "padding" : "10, 10, 10, 10",
    "snapOnInput" : true,
    "startingDirectory" : "%USERPROFILE%",
    "useAcrylic" : false
    }
    ],
    "schemes": [
    "schemes" :
    [
    {
    "name": "Ubuntu (Brad)",
    "foreground": "#B5BBAE",
    "background": "#2E3436",
    "colors": [
    "#2E3436",
    "#AE5E5E",
    "#4E9A06",
    "#C4A000",
    "#3465A4",
    "#75507B",
    "#06989A",
    "#B5BBAE",
    "#696B67",
    "#F49797",
    "#8AE234",
    "#FCE94F",
    "#729FCF",
    "#AD7FA8",
    "#34E2E2",
    "#FBFBFB"
    ]
    "background" : "#2E3436",
    "black" : "#2E3436",
    "blue" : "#3465A4",
    "brightBlack" : "#696B67",
    "brightBlue" : "#729FCF",
    "brightCyan" : "#34E2E2",
    "brightGreen" : "#8AE234",
    "brightPurple" : "#AD7FA8",
    "brightRed" : "#F49797",
    "brightWhite" : "#FBFBFB",
    "brightYellow" : "#FCE94F",
    "cyan" : "#06989A",
    "foreground" : "#B5BBAE",
    "green" : "#4E9A06",
    "name" : "Ubuntu (Brad)",
    "purple" : "#75507B",
    "red" : "#AE5E5E",
    "white" : "#B5BBAE",
    "yellow" : "#C4A000"
    }
    ]
    }
  19. bradwilson created this gist May 9, 2019.
    52 changes: 52 additions & 0 deletions profiles.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,52 @@
    {
    "defaultProfile": "{5fa4ec8f-b1ff-4d94-b239-1321ccccc69a}",
    "initialRows": 40,
    "initialCols": 120,
    "alwaysShowTabs": false,
    "showTerminalTitleInTitlebar": false,
    "experimental_showTabsInTitlebar": false,
    "profiles": [
    {
    "guid": "{5fa4ec8f-b1ff-4d94-b239-1321ccccc69a}",
    "name": "PowerShell",
    "background": "#2E3436",
    "colorscheme": "Ubuntu (Brad)",
    "historySize": 9001,
    "snapOnInput": true,
    "cursorColor": "#B5BBAE",
    "cursorShape": "bar",
    "commandline": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
    "fontFace": "UbuntuMono NF",
    "fontSize": 10,
    "acrylicOpacity": 0.5,
    "useAcrylic": false,
    "closeOnExit": true,
    "padding": "10, 10, 10, 10"
    }
    ],
    "schemes": [
    {
    "name": "Ubuntu (Brad)",
    "foreground": "#B5BBAE",
    "background": "#2E3436",
    "colors": [
    "#2E3436",
    "#AE5E5E",
    "#4E9A06",
    "#C4A000",
    "#3465A4",
    "#75507B",
    "#06989A",
    "#B5BBAE",
    "#696B67",
    "#F49797",
    "#8AE234",
    "#FCE94F",
    "#729FCF",
    "#AD7FA8",
    "#34E2E2",
    "#FBFBFB"
    ]
    }
    ]
    }