Skip to content

Instantly share code, notes, and snippets.

@ThomasAunvik
Created April 23, 2020 12:11
Show Gist options
  • Save ThomasAunvik/399e809021887a6c39352869f3c89548 to your computer and use it in GitHub Desktop.
Save ThomasAunvik/399e809021887a6c39352869f3c89548 to your computer and use it in GitHub Desktop.
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{7c466062-6143-4c06-8ac2-7491d6873f2c}",
"initialRows": 30,
"initialCols": 120,
"alwaysShowTabs": false,
"showTerminalTitleInTitlebar": true,
"experimental_showTabsInTitlebar": false,
"profiles": [
{
"guid": "{7c466062-6143-4c06-8ac2-7491d6873f2c}",
"acrylicOpacity": 0.75,
"closeOnExit": true,
"colorScheme": "Campbell",
"commandline": "\"%PROGRAMFILES%\\git\\usr\\bin\\bash.exe\" -i -l",
"cursorColor": "#FFFFFF",
"cursorShape": "bar",
"fontFace": "Consolas",
"fontSize": 10,
"historySize": 9001,
"icon": "C:\\Users\\thaun\\Bilder\\icons\\gitbash.png",
"name": "Bash",
"padding": "0, 0, 0, 0",
"snapOnInput": true,
"startingDirectory": "%USERPROFILE%",
"useAcrylic": true
},
{
"guid": "{0edeb98c-ecf1-4bbb-ab69-5c4c73b5985f}",
"hidden": false,
"name": "Raspberry",
"commandline": "ssh [email protected] -i C:\\Users\\thaun\\.ssh\\pi4\\id_rsa",
"icon": "C:\\Users\\thaun\\Bilder\\icons\\raspberry.png",
"closeOnExit": "graceful"
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": true,
"name": "cmd",
"source": "Windows.Terminal.cmd"
},
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": true,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
}
],
"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"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment