Created
December 15, 2019 19:00
-
-
Save russweas/34c95f8e95721e4d1e6cd9166fae3641 to your computer and use it in GitHub Desktop.
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
{ | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"defaultProfile": "{09dc5eef-6840-4050-ae69-21e55e6a2e62}", | |
"initialRows": 30, | |
"initialCols": 120, | |
"alwaysShowTabs": true, | |
"showTerminalTitleInTitlebar": true, | |
"experimental_showTabsInTitlebar": true, | |
"profiles": [ | |
{ | |
"guid": "{09dc5eef-6840-4050-ae69-21e55e6a2e62}", | |
"name": "Ubuntu", | |
// "colorscheme": "UbuntuLegit", | |
"colorScheme": "Dracula", | |
"historySize": 9001, | |
"snapOnInput": true, | |
"cursorColor": "#FFFFFF", | |
"cursorShape": "bar", | |
"commandline": "wsl.exe ~", | |
"fontFace": "Delugia Nerd Font", | |
"fontSize": 14, | |
"acrylicOpacity": 0.65, | |
"useAcrylic": true, | |
"closeOnExit": false, | |
"padding": "20, 0, 0, 0", | |
"icon": "ms-appdata:///roaming/ubuntu-32.png" | |
}, | |
{ | |
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}", | |
"hidden": true, | |
"name": "Dracula", | |
"source": "Windows.Terminal.Wsl" | |
}, | |
{ | |
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", | |
"hidden": true, | |
"name": "Azure Cloud Shell", | |
"source": "Windows.Terminal.Azure" | |
} | |
], | |
"schemes": [ | |
{ | |
"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" | |
}, | |
{ | |
"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" | |
] | |
} | |
], | |
"keybindings": [ | |
{ | |
"command": "duplicateTab", | |
"keys": [ | |
"ctrl+shift+d", | |
"ctrl+n" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment