style: refine the base pink color for mpv and sway/waybar

this matches swaync a little better. mpv had to be made lighter, i think because of transparency stuff. probably sway/waybar could be made normal lightness
This commit is contained in:
Colin 2024-04-13 16:18:12 +00:00
parent d57aa473ac
commit a8915661a7
6 changed files with 8 additions and 9 deletions

View File

@ -67,7 +67,6 @@
### user experience
- give `mpv` better `nice`ness?
- mpv: fix colors to match system theme (i.e. swaync)
- xdg-desktop-portal shouldn't kill children on exit
- *maybe* a job for `setsid -f`?
- replace starship prompt with something more efficient

View File

@ -24,7 +24,7 @@ font_scale=1.5
font_bold=yes
# refine=text_width: slightly better text rendering
refine=text_width
color=foreground=ff8080,background_text=ff8080
color=foreground=ff968b,background_text=ff968b
# N.B.: if `opacity=` is set non-empty, then ALL items must be specified (else they get 0 opacity).
# opacity values *must* be a multiple of 0.1
opacity=timeline=0.8,position=1,chapters=0.8,slider=0.8,slider_gauge=0.8,controls=0,speed=0.8,menu=1,submenu=0.4,border=1,title=0.8,tooltip=1,thumbnail=1,curtain=0.8,idle_indicator=0.8,audio_indicator=0.5,buffering_indicator=0.3,playlist_position=0.8

View File

@ -35,7 +35,7 @@ font @font@
client.focused #1f5e54 #418379 #ffffff
client.focused_inactive #1f5e54 #5f676a #ffffff
client.unfocused #1f5e54 #1f554c #b4b4b4
client.urgent #ff8080 #ff8080 #ffffff
client.urgent #ff968b #ff968b #ffffff
# TODO: populate background from /run/current-system/sw/etc/... instead of hard-coded nix path
output '*' bg "@background@" fill

View File

@ -10,7 +10,7 @@
/* red accents */
@define-color accent-r0 #c96262;
@define-color accent-r1 #d27871;
@define-color accent-r2 #ff8080;
@define-color accent-r2 #ff968b;
/* light (teal-white) accents */
@define-color accent-l0 #e1f0ef;
@define-color accent-l1 #f9fffc;

View File

@ -52,7 +52,7 @@ window#waybar {
#workspaces button.urgent {
/* keep synchronized with `client.urgent` in ~/.config/sway/config */
background-color: #ff8080;
background-color: #ff968b;
}
#backlight,

View File

@ -62,13 +62,13 @@ in
escape = true;
format = "{icon}"; # or "{icon} {}" to include notif count
format-icons = {
notification = "<span foreground='#ff8080'><sup></sup></span>";
notification = "<span foreground='#ff968b'><sup></sup></span>";
none = "";
dnd-notification = "<span foreground='#ff8080'><sup></sup></span>";
dnd-notification = "<span foreground='#ff968b'><sup></sup></span>";
dnd-none = "";
inhibited-notification = "<span foreground='#ff8080'><sup></sup></span>";
inhibited-notification = "<span foreground='#ff968b'><sup></sup></span>";
inhibited-none = "";
dnd-inhibited-notification = "<span foreground='#ff8080'><sup></sup></span>";
dnd-inhibited-notification = "<span foreground='#ff968b'><sup></sup></span>";
dnd-inhibited-none = "";
};
tooltip = false;