mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-13 17:52:26 +00:00
Update style for terminal
This commit is contained in:
@@ -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,6 +47,18 @@
|
|||||||
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -57,22 +69,22 @@
|
|||||||
"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.
|
||||||
|
|||||||
Reference in New Issue
Block a user