1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Making text selection bg color transparent a bit (#1463)

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2020-11-20 12:55:16 +03:00 committed by GitHub
parent 6e73c8ffc2
commit 57a879c2e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 8 deletions

View File

@ -18,11 +18,4 @@
.xterm-viewport {
@include custom-scrollbar;
}
// fix: safari won't handle paste event for textarea with zero size block
.xterm-helper-textarea {
width: 10px !important;
height: 10px !important;
pointer-events: none;
}
}

View File

@ -67,7 +67,7 @@
"terminalForeground": "#2d2d2d",
"terminalCursor": "#2d2d2d",
"terminalCursorAccent": "#ffffff",
"terminalSelection": "#bfbfbf",
"terminalSelection": "#bfbfbf66",
"terminalBlack": "#2d2d2d",
"terminalRed": "#cd3734 ",
"terminalGreen": "#18cf12",