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:
parent
6e73c8ffc2
commit
57a879c2e8
@ -18,11 +18,4 @@
|
|||||||
.xterm-viewport {
|
.xterm-viewport {
|
||||||
@include custom-scrollbar;
|
@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;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
@ -67,7 +67,7 @@
|
|||||||
"terminalForeground": "#2d2d2d",
|
"terminalForeground": "#2d2d2d",
|
||||||
"terminalCursor": "#2d2d2d",
|
"terminalCursor": "#2d2d2d",
|
||||||
"terminalCursorAccent": "#ffffff",
|
"terminalCursorAccent": "#ffffff",
|
||||||
"terminalSelection": "#bfbfbf",
|
"terminalSelection": "#bfbfbf66",
|
||||||
"terminalBlack": "#2d2d2d",
|
"terminalBlack": "#2d2d2d",
|
||||||
"terminalRed": "#cd3734 ",
|
"terminalRed": "#cd3734 ",
|
||||||
"terminalGreen": "#18cf12",
|
"terminalGreen": "#18cf12",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user