Created
May 25, 2020 15:26
-
-
Save chubuntuarc/a1839521bf347c20538958041718b5f5 to your computer and use it in GitHub Desktop.
Windows Terminal Settings for Liunux
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
{ | |
"theme": "dark", | |
"profiles": [ | |
{ | |
"name" : "Ubuntu", | |
"source" : "Windows.Terminal.Wsl", | |
"colorScheme" : "Raspberry", | |
"cursorColor" : "#FFFFFF", | |
"fontFace" : "Cascadia Code", | |
"padding" : "5, 5, 5, 5", | |
"suppressApplicationTitle": true, | |
"tabTitle": "Ubuntu" | |
} | |
], | |
"schemes": [ | |
{ | |
"name" : "Raspberry", | |
"background" : "#3C0315", | |
"black" : "#282A2E", | |
"blue" : "#0170C5", | |
"brightBlack" : "#676E7A", | |
"brightBlue" : "#80c8ff", | |
"brightCyan" : "#8ABEB7", | |
"brightGreen" : "#B5D680", | |
"brightPurple" : "#AC79BB", | |
"brightRed" : "#BD6D85", | |
"brightWhite" : "#FFFFFD", | |
"brightYellow" : "#FFFD76", | |
"cyan" : "#3F8D83", | |
"foreground" : "#FFFFFD", | |
"green" : "#76AB23", | |
"purple" : "#7D498F", | |
"red" : "#BD0940", | |
"white" : "#FFFFFD", | |
"yellow" : "#E0DE48" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment