mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-23 03:48:01 +00:00
ui fixes
This commit is contained in:
@@ -70,5 +70,5 @@
|
|||||||
body {
|
body {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: rgba(0,0,0,.4);
|
background: #1D272D;
|
||||||
}
|
}
|
||||||
|
@@ -24,7 +24,7 @@ export class WSLShellProvider extends ShellProvider {
|
|||||||
|
|
||||||
return [{
|
return [{
|
||||||
id: 'wsl',
|
id: 'wsl',
|
||||||
name: 'Bash on Windows',
|
name: 'WSL / Bash on Windows',
|
||||||
command: wslPath,
|
command: wslPath,
|
||||||
env: {
|
env: {
|
||||||
TERM: 'xterm-color',
|
TERM: 'xterm-color',
|
||||||
|
Reference in New Issue
Block a user