Update style for terminal

This commit is contained in:
2020-07-19 13:55:35 +01:00
parent 4e83b58b51
commit 99bca431d1

View File

@@ -26,7 +26,7 @@
"cursorShape": "vintage", "cursorShape": "vintage",
"fontFace": "Input Mono", "fontFace": "Input Mono",
"fontSize": 9, "fontSize": 9,
"colorScheme": "Material Palenight" "colorScheme": "Palenight"
}, },
"list": [ "list": [
{ {
@@ -47,33 +47,45 @@
"commandline": "ssh kronos.home.tensixtyone.com", "commandline": "ssh kronos.home.tensixtyone.com",
"hidden": false, "hidden": false,
"icon": "%ONEDRIVECOMMERCIAL%/Icons/centos.png" "icon": "%ONEDRIVECOMMERCIAL%/Icons/centos.png"
},
{
"guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
"hidden": false,
"name": "Ubuntu-20.04",
"source": "Windows.Terminal.Wsl"
},
{
"guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}",
"hidden": false,
"name": "Debian",
"source": "Windows.Terminal.Wsl"
} }
] ]
}, },
// Add custom color schemes to this array. // Add custom color schemes to this array.
// To learn more about color schemes, visit https://aka.ms/terminal-color-schemes // To learn more about color schemes, visit https://aka.ms/terminal-color-schemes
"schemes": [ "schemes": [
{ {
"name": "Material Palenight", "name": "Material Palenight",
"background": "#292D3E", "background": "#292D3E",
"foreground": "#959DCB", "foreground": "#959DCB",
"black": "#292D3E", "black": "#434758",
"red": "#F07178", "red": "#F07178",
"green": "#C3E88D", "green": "#C3E88D",
"yellow": "#FFCB6B", "yellow": "#FFCB6B",
"blue": "#82AAFF", "blue": "#82AAFF",
"purple": "#C792EA", "purple": "#C792EA",
"cyan": "#89DDFF", "cyan": "#89DDFF",
"white": "#959DCB", "white": "#D0D0D0",
"brightBlack": "#676E95", "brightBlack": "#434758",
"brightRed": "#e7a9ac", "brightRed": "#FF8B92",
"brightGreen": "#d6e4c2", "brightGreen": "#DDFFA7",
"brightYellow": "#ffe9c2", "brightYellow": "#FFE585",
"brightBlue": "#c5d7ff", "brightBlue": "#9CC4FF",
"brightPurple": "#d7c2e5", "brightPurple": "#E1ACFF",
"brightCyan": "#caf0ff", "brightCyan": "#E3F7FF",
"brightWhite": "#FFFFFF" "brightWhite": "#FEFEFE"
} }
], ],
// Add custom keybindings to this array. // Add custom keybindings to this array.
// To unbind a key combination from your defaults.json, set the command to "unbound". // To unbind a key combination from your defaults.json, set the command to "unbound".