mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
ui fixes
This commit is contained in:
parent
46d8533fee
commit
c9dde2e29c
2 changed files with 2 additions and 2 deletions
|
@ -70,5 +70,5 @@
|
|||
body {
|
||||
min-height: 100vh;
|
||||
overflow: hidden;
|
||||
background: rgba(0,0,0,.4);
|
||||
background: #1D272D;
|
||||
}
|
||||
|
|
|
@ -24,7 +24,7 @@ export class WSLShellProvider extends ShellProvider {
|
|||
|
||||
return [{
|
||||
id: 'wsl',
|
||||
name: 'Bash on Windows',
|
||||
name: 'WSL / Bash on Windows',
|
||||
command: wslPath,
|
||||
env: {
|
||||
TERM: 'xterm-color',
|
||||
|
|
Loading…
Reference in a new issue