mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
terminal background images
This commit is contained in:
parent
6db6ac3ee4
commit
6fdaebdaf7
@ -23,5 +23,5 @@
|
|||||||
--term-gray: #8b918a;
|
--term-gray: #8b918a;
|
||||||
--term-cmdtext: #f0f0f0;
|
--term-cmdtext: #f0f0f0;
|
||||||
--term-foreground: #c1c1c1;
|
--term-foreground: #c1c1c1;
|
||||||
--term-background: #000000;
|
--term-background: #00000000;
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,19 @@
|
|||||||
.session-view {
|
.session-view {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
&:before {
|
||||||
|
content: " ";
|
||||||
|
display: block;
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
opacity: var(--tab-bg-image-opacity, 0.5);
|
||||||
|
background-image: var(--tab-bg-image-url, none);
|
||||||
|
background-size: cover;
|
||||||
|
}
|
||||||
|
|
||||||
.center-message {
|
.center-message {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
Reference in New Issue
Block a user