Skip to content

Instantly share code, notes, and snippets.

@mwidmann
Last active May 19, 2019 14:11
Show Gist options
  • Save mwidmann/b2ad05fc3c437bca06b828d7663287c5 to your computer and use it in GitHub Desktop.
Save mwidmann/b2ad05fc3c437bca06b828d7663287c5 to your computer and use it in GitHub Desktop.
Microsoft Terminal Configuration
{
"defaultProfile": "{41eedec7-c115-4d9b-b3af-6d6b9aa038fb}",
"initialRows": 30,
"initialCols": 120,
"alwaysShowTabs": true,
"showTerminalTitleInTitlebar": true,
"experimental_showTabsInTitlebar": true,
"profiles": [
{
"guid": "{41eedec7-c115-4d9b-b3af-6d6b9aa038fb}",
"name": "Debian",
"colorscheme": "Cobalt2",
"historySize": 9001,
"snapOnInput": true,
"cursorColor": "#FFC600",
"cursorShape": "bar",
"commandline": "wsl.exe ~",
"fontFace": "Dank Mono",
"fontSize": 12,
"acrylicOpacity": 0.85,
"useAcrylic": true,
"closeOnExit": true,
"padding": "10, 10, 10, 10",
"icon": "C:\\Users\\mwidmann\\OneDrive\\icons\\debian_128px_1210706_easyicon.net.ico"
},
{
"guid": "{7027e662-7fa1-40e3-97d3-0ed5b2055c39}",
"name": "Ubuntu",
"colorscheme": "UbuntuLegit",
"historySize": 9001,
"snapOnInput": true,
"cursorColor": "#FFC600",
"cursorShape": "bar",
"commandline": "wsl.exe -d Ubuntu-18.04",
"fontFace": "Dank Mono",
"fontSize": 12,
"acrylicOpacity": 0.85,
"useAcrylic": true,
"closeOnExit": true,
"padding": "10, 10, 10, 10",
"icon": "C:\\Users\\mwidmann\\OneDrive\\icons\\Ubuntu_128px_1230520_easyicon.net.ico"
},
{
"guid": "{c08f3404-e2c4-41ef-bb0e-26fe1c36228a}",
"name": "cmd",
"colorscheme": "Solarzied Dark",
"historySize": 9001,
"snapOnInput": true,
"cursorColor": "#FFFFFF",
"cursorShape": "bar",
"commandline": "cmd.exe",
"fontFace": "Consolas",
"fontSize": 12,
"acrylicOpacity": 0.75,
"useAcrylic": true,
"closeOnExit": false,
"padding": "10, 10, 10, 10",
"icon": "C:\\Users\\mwidmann\\OneDrive\\icons\\cmd_128px_35241_easyicon.net.ico"
},
{
"guid": "{01ccf6c4-2513-42c3-8554-96bbf364ef35}",
"name": "PowerShell",
"background": "#012456",
"colorscheme": "Campbell",
"historySize": 9001,
"snapOnInput": true,
"cursorColor": "#FFFFFF",
"cursorShape": "bar",
"commandline": "powershell.exe",
"fontFace": "Courier New",
"fontSize": 12,
"acrylicOpacity": 0.5,
"useAcrylic": false,
"closeOnExit": false,
"padding": "10, 10, 10, 10",
"icon": "C:\\Users\\mwidmann\\OneDrive\\icons\\powershell_128px_1092296_easyicon.net.ico"
}
],
"schemes": [
{
"name": "Campbell",
"foreground": "#F2F2F2",
"background": "#0C0C0C",
"colors": [
"#0C0C0C",
"#C50F1F",
"#13A10E",
"#C19C00",
"#0037DA",
"#881798",
"#3A96DD",
"#CCCCCC",
"#767676",
"#E74856",
"#16C60C",
"#F9F1A5",
"#3B78FF",
"#B4009E",
"#61D6D6",
"#F2F2F2"
]
},
{
"name": "Solarized Dark",
"foreground": "#FDF6E3",
"background": "#073642",
"colors": [
"#073642",
"#D30102",
"#859900",
"#B58900",
"#268BD2",
"#D33682",
"#2AA198",
"#EEE8D5",
"#002B36",
"#CB4B16",
"#586E75",
"#657B83",
"#839496",
"#6C71C4",
"#93A1A1",
"#FDF6E3"
]
},
{
"name": "Solarized Light",
"foreground": "#073642",
"background": "#FDF6E3",
"colors": [
"#073642",
"#D30102",
"#859900",
"#B58900",
"#268BD2",
"#D33682",
"#2AA198",
"#EEE8D5",
"#002B36",
"#CB4B16",
"#586E75",
"#657B83",
"#839496",
"#6C71C4",
"#93A1A1",
"#FDF6E3"
]
},
{
"name": "Ubuntu",
"foreground": "#EEEEEC",
"background": "#2C001E",
"colors": [
"#EEEEEC",
"#16C60C",
"#729FCF",
"#B58900",
"#268BD2",
"#D33682",
"#2AA198",
"#EEE8D5",
"#002B36",
"#CB4B16",
"#586E75",
"#657B83",
"#839496",
"#6C71C4",
"#93A1A1",
"#FDF6E3"
]
},
{
"name": "UbuntuLegit",
"foreground": "#EEEEEE",
"background": "#2C001E",
"colors": [
"#4E9A06",
"#CC0000",
"#300A24",
"#C4A000",
"#3465A4",
"#75507B",
"#06989A",
"#D3D7CF",
"#555753",
"#EF2929",
"#8AE234",
"#FCE94F",
"#729FCF",
"#AD7FA8",
"#34E2E2",
"#EEEEEE"
]
},
{
"name": "Cobalt2",
"foreground": "#C7C7C7",
"background": "#193549",
"colors": [
"#000000",
"#FF2600",
"#3AD900",
"#FFC600",
"#1478DB",
"#FF2C70",
"#00C5C7",
"#C7C7C7",
"#808080",
"#FF0000",
"#33FF00",
"#FFFF00",
"#1478DB",
"#CC00FF",
"#00FFFF",
"#FFFFFF"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment