Eww
This commit is contained in:
parent
d8a5610b20
commit
68686370e9
|
@ -16,9 +16,11 @@ set --export --universal MANPAGER "less"
|
|||
if command --search --quiet hx
|
||||
set --export --universal EDITOR hx
|
||||
set --export --universal VISUAL hx
|
||||
alias helix hx
|
||||
else if command --search --quiet helix
|
||||
set --export --universal EDITOR helix
|
||||
set --export --universal VISUAL helix
|
||||
alias hx helix
|
||||
else if command --search --quiet nvim
|
||||
set --export --universal EDITOR nvim
|
||||
set --export --universal VISUAL nvim
|
||||
|
|
|
@ -69,12 +69,12 @@ $rosewater: #f5e0dc;
|
|||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.vol .muted,
|
||||
.vol .live,
|
||||
.mic .live {
|
||||
color: #f38ba8;
|
||||
}
|
||||
|
||||
.vol .live,
|
||||
.vol .muted,
|
||||
.mic .muted {
|
||||
color: #74c7ec;
|
||||
}
|
Reference in a new issue