themes
This commit is contained in:
parent
ff25e13dce
commit
60205baee7
|
@ -1344,6 +1344,11 @@ body::before {
|
|||
color: rgb(var(--fontwhite1));
|
||||
}
|
||||
|
||||
#app-mount .pill-2pQByF { /* textarea command query pill */
|
||||
background-color: rgba(var(--vtransparencycolor), 0.5);
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
/* ---- 6.4. AUTOCOMPLETEMENU ---- */
|
||||
|
||||
#app-mount .autocomplete-1vrmpx { /* autocomplete container */
|
||||
|
@ -3510,14 +3515,25 @@ body::before {
|
|||
color: rgb(var(--fontwhite1));
|
||||
}
|
||||
#app-mount .keybindShortcut-1BD6Z1 span {
|
||||
color: rgb(var(--fontwhite1));
|
||||
box-shadow: inset 0 -4px 0 rgb(0, 0, 0, 0.4);
|
||||
border: 1px solid rgb(0, 0, 0, 0.4);
|
||||
background-color: rgb(var(--fontwhite4));
|
||||
border: 1px solid rgb(0, 0, 0, 0.4);
|
||||
box-shadow: inset 0 -4px 0 rgb(0, 0, 0, 0.4);
|
||||
color: rgb(var(--fontwhite1));
|
||||
}
|
||||
#app-mount .keybindShortcut-1BD6Z1 span [fill^="#"] {
|
||||
fill: rgb(var(--fontwhite1));
|
||||
}
|
||||
#app-mount .tabButton-1n4gNP {
|
||||
background-color: rgb(var(--fontwhite4));
|
||||
border: 1px solid rgb(0, 0, 0, 0.4);
|
||||
border-radius: 4px;
|
||||
box-shadow: inset 0 -4px 0 rgb(0, 0, 0, 0.4);
|
||||
color: rgb(var(--fontwhite1));
|
||||
}
|
||||
#app-mount .tabButton-1n4gNP rect[fill="#4F545C"],
|
||||
#app-mount .tabButton-1n4gNP path[fill="#36393F"] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* ---- 13.6. QUICKSWITCHER ---- */
|
||||
|
||||
|
|
|
@ -2685,6 +2685,17 @@ img[src='/assets/bfffd518c76d3f6bc5e96eb52e4ae2cf.svg'] {
|
|||
#app-mount .keybindShortcutTipsSelect-HDyfe8:last-of-type::before {
|
||||
background-color: var(--interactive-muted);
|
||||
}
|
||||
#app-mount .tabButton-1n4gNP {
|
||||
background-color: var(--text-muted);
|
||||
border: 1px solid var(--background-tertiary);
|
||||
border-radius: 4px;
|
||||
box-shadow: inset 0 -4px 0 rgba(var(--vbackgroundtertiary),.6);
|
||||
color: var(--header-primary);
|
||||
}
|
||||
#app-mount .tabButton-1n4gNP rect[fill="#4F545C"],
|
||||
#app-mount .tabButton-1n4gNP path[fill="#36393F"] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* ---- 10.6. QUICKSWITCHER ---- */
|
||||
|
||||
|
|
Loading…
Reference in New Issue