Skip to content

Instantly share code, notes, and snippets.

@mahsumurebe
Last active December 6, 2020 13:33
Show Gist options
  • Save mahsumurebe/6ec18a447928a103918acf069e1bbc10 to your computer and use it in GitHub Desktop.
Save mahsumurebe/6ec18a447928a103918acf069e1bbc10 to your computer and use it in GitHub Desktop.
My Windows Terminal Settings
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{00000000-0000-0000-ba54-000000000002}",
"copyOnSelect": true,
"copyFormatting": false,
"profiles": {
"defaults": {},
"list": [
{
"guid": "{00000000-0000-0000-ba54-000000000002}",
"commandline": "%PROGRAMFILES%/git/usr/bin/sh.exe -i -l",
"icon": "%PROGRAMFILES%/Git/mingw64/share/git/git-for-windows.ico",
"name": "MSYS",
"startingDirectory": "%USERPROFILE%",
"closeOnExit": "always",
"colorScheme": "Dracula",
"cursorColor": "#FFFFFF",
"cursorShape": "bar",
"historySize": 9001,
"padding": "10, 0, 0, 0",
"fontFace": "Ubuntu Mono",
"snapOnInput": true
},
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"commandline": "powershell.exe",
"colorScheme": "PowerShellTom",
"hidden": false
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "Command Prompt",
"commandline": "cmd.exe",
"hidden": false
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": true,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
}
]
},
"schemes": [
{
"background": "#012456",
"black": "#000000",
"blue": "#0000ff",
"brightBlack": "#AAAAAA",
"brightBlue": "#44B4CC",
"brightCyan": "#19D1D8",
"brightGreen": "#81EC0D",
"brightPurple": "#FF00FF",
"brightRed": "#FF0000",
"brightWhite": "#E5E5E5",
"brightYellow": "#FFD93D",
"cyan": "#19D1D8",
"foreground": "#FFFFFF",
"green": "#00ff00",
"name": "PowerShellTom",
"purple": "#9933CC",
"red": "#FF6600",
"white": "#F5F5F5",
"yellow": "#FFD93D"
},
{
"background": "#2C001E",
"black": "#EEEEEC",
"blue": "#268BD2",
"brightBlack": "#002B36",
"brightBlue": "#839496",
"brightCyan": "#93A1A1",
"brightGreen": "#586E75",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#657B83",
"cyan": "#2AA198",
"foreground": "#EEEEEC",
"green": "#729FCF",
"name": "Ubuntu",
"purple": "#D33682",
"red": "#16C60C",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"name": "Ubuntu-Dark",
"background": "#2E3436",
"foreground": "#B5BBAE",
"black": "#2E3436",
"blue": "#3465A4",
"cyan": "#06989A",
"green": "#4E9A06",
"purple": "#75507B",
"red": "#AE5E5E",
"white": "#B5BBAE",
"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"
},
{
"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"
},
{
"background": "#282A36",
"black": "#21222C",
"blue": "#BD93F9",
"brightBlack": "#6272A4",
"brightBlue": "#D6ACFF",
"brightCyan": "#A4FFFF",
"brightGreen": "#69FF94",
"brightPurple": "#FF92DF",
"brightRed": "#FF6E6E",
"brightWhite": "#FFFFFF",
"brightYellow": "#FFFFA5",
"cyan": "#8BE9FD",
"foreground": "#F8F8F2",
"green": "#50FA7B",
"name": "Dracula",
"purple": "#FF79C6",
"red": "#FF5555",
"white": "#F8F8F2",
"yellow": "#F1FA8C"
}
],
"actions": [
{
"command": {
"action": "copy",
"singleLine": false
},
"keys": "ctrl+shift+c"
},
{
"command": "paste",
"keys": "ctrl+shift+v"
},
{
"command": "find",
"keys": "ctrl+f"
},
{
"command": {
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"keys": "alt+shift+d"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment