This commit is contained in:
Daniel Flanagan 2023-06-16 22:04:12 -05:00
parent d8a5610b20
commit 68686370e9
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4
2 changed files with 4 additions and 2 deletions

View file

@ -16,9 +16,11 @@ set --export --universal MANPAGER "less"
if command --search --quiet hx if command --search --quiet hx
set --export --universal EDITOR hx set --export --universal EDITOR hx
set --export --universal VISUAL hx set --export --universal VISUAL hx
alias helix hx
else if command --search --quiet helix else if command --search --quiet helix
set --export --universal EDITOR helix set --export --universal EDITOR helix
set --export --universal VISUAL helix set --export --universal VISUAL helix
alias hx helix
else if command --search --quiet nvim else if command --search --quiet nvim
set --export --universal EDITOR nvim set --export --universal EDITOR nvim
set --export --universal VISUAL nvim set --export --universal VISUAL nvim

View file

@ -69,12 +69,12 @@ $rosewater: #f5e0dc;
padding-right: 10px; padding-right: 10px;
} }
.vol .muted, .vol .live,
.mic .live { .mic .live {
color: #f38ba8; color: #f38ba8;
} }
.vol .live, .vol .muted,
.mic .muted { .mic .muted {
color: #74c7ec; color: #74c7ec;
} }