Last active
May 23, 2019 08:40
-
-
Save patriksvensson/363feb8f31be057f7fa63a51a4bb33af to your computer and use it in GitHub Desktop.
My Windows Terminal profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"defaultProfile": "{36bc5ffe-68fe-41b6-bc15-e64146552d34}", | |
"initialRows": 30, | |
"initialCols": 120, | |
"alwaysShowTabs": true, | |
"showTerminalTitleInTitlebar": false, | |
"experimental_showTabsInTitlebar": false, | |
"profiles": [ | |
{ | |
"startingDirectory": "%USERPROFILE%", | |
"guid": "{36bc5ffe-68fe-41b6-bc15-e64146552d34}", | |
"name": "PowerShell", | |
"background": "#012456", | |
"colorscheme": "Campbell", | |
"historySize": 9001, | |
"snapOnInput": true, | |
"cursorColor": "#FFFFFF", | |
"cursorShape": "bar", | |
"commandline": "powershell.exe", | |
"fontFace": "Fira Code", | |
"fontSize": 10, | |
"acrylicOpacity": 0.8, | |
"useAcrylic": true, | |
"closeOnExit": true, | |
"padding": "0, 0, 0, 0", | |
"icon": "ms-appdata:///roaming/posh-32.png" | |
}, | |
{ | |
"startingDirectory": "%USERPROFILE%", | |
"guid": "{4c36f942-4441-4d1e-a0f5-496d3c69587d}", | |
"name": "cmd", | |
"colorscheme": "Campbell", | |
"historySize": 9001, | |
"snapOnInput": true, | |
"cursorColor": "#FFFFFF", | |
"cursorShape": "bar", | |
"commandline": "cmd.exe", | |
"fontFace": "Fira Code", | |
"fontSize": 10, | |
"acrylicOpacity": 0.75, | |
"useAcrylic": true, | |
"closeOnExit": true, | |
"padding": "0, 0, 0, 0" | |
} | |
], | |
"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": "One Half Dark", | |
"foreground": "#DCDFE4", | |
"background": "#282C34", | |
"colors": [ | |
"#282C34", | |
"#E06C75", | |
"#98C379", | |
"#E5C07B", | |
"#61AFEF", | |
"#C678DD", | |
"#56B6C2", | |
"#DCDFE4", | |
"#5A6374", | |
"#E06C75", | |
"#98C379", | |
"#E5C07B", | |
"#61AFEF", | |
"#C678DD", | |
"#56B6C2", | |
"#DCDFE4" | |
] | |
}, | |
{ | |
"name": "One Half Light", | |
"foreground": "#383A42", | |
"background": "#FAFAFA", | |
"colors": [ | |
"#383A42", | |
"#E45649", | |
"#50A14F", | |
"#C18301", | |
"#0184BC", | |
"#A626A4", | |
"#0997B3", | |
"#FAFAFA", | |
"#4F525D", | |
"#DF6C75", | |
"#98C379", | |
"#E4C07A", | |
"#61AFEF", | |
"#C577DD", | |
"#56B5C1", | |
"#FFFFFF" | |
] | |
}, | |
{ | |
"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