{ | |
"defaultProfile": "{5b351a96-8fb8-49d7-b960-4bb0d1aee3c5}", | |
"initialRows": 30, | |
"initialCols": 120, | |
"alwaysShowTabs": true, | |
"showTerminalTitleInTitlebar": true, | |
"experimental_showTabsInTitlebar": true, | |
"profiles": [ | |
{ | |
"guid": "{5b351a96-8fb8-49d7-b960-4bb0d1aee3c5}", | |
"name": "Command Prompt", | |
"colorscheme": "Campbell", | |
"historySize": 9001, | |
"snapOnInput": true, | |
"cursorColor": "#FFFFFF", | |
"cursorShape": "bar", | |
"commandline": "cmd.exe", | |
"fontFace": "Consolas", | |
"fontSize": 12, | |
"acrylicOpacity": 0.75, | |
"useAcrylic": true, | |
"closeOnExit": false, | |
"padding": "0, 0, 0, 0" | |
}, | |
{ | |
"guid": "{31d48a0b-fb6a-44ea-9394-b54299ef39d9}", | |
"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": true, | |
"closeOnExit": false, | |
"padding": "0, 0, 0, 0" | |
}, | |
{ | |
"guid": "{F3D4466C-4325-421B-BA86-E08D24AAA0F2}", | |
"name": "Arch Linux", | |
"colorscheme": "Campbell", | |
"historySize": 9001, | |
"snapOnInput": true, | |
"cursorColor": "#FFFFFF", | |
"cursorShape": "bar", | |
"commandline": "wsl.exe", | |
"fontFace": "Consolas", | |
"fontSize": 12, | |
"acrylicOpacity": 0.7, | |
"useAcrylic": true, | |
"closeOnExit": false, | |
"padding": "0, 0, 0, 0" | |
}, | |
{ | |
"guid": "{C0A23C69-ADDF-41C8-A214-DC4AF501D7EC}", | |
"name": "Python 3 Shell", | |
"colorscheme": "Campbell", | |
"historySize": 9001, | |
"snapOnInput": true, | |
"cursorColor": "#FFFFFF", | |
"cursorShape": "bar", | |
"commandline": "py.exe", | |
"fontFace": "Consolas", | |
"fontSize": 12, | |
"acrylicOpacity": 0.6, | |
"useAcrylic": true, | |
"closeOnExit": false, | |
"padding": "5, 5, 5, 5" | |
} | |
], | |
"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