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:
1
TODO.md
1
TODO.md
@@ -67,7 +67,6 @@
|
|||||||
|
|
||||||
### user experience
|
### user experience
|
||||||
- give `mpv` better `nice`ness?
|
- give `mpv` better `nice`ness?
|
||||||
- mpv: fix colors to match system theme (i.e. swaync)
|
|
||||||
- xdg-desktop-portal shouldn't kill children on exit
|
- xdg-desktop-portal shouldn't kill children on exit
|
||||||
- *maybe* a job for `setsid -f`?
|
- *maybe* a job for `setsid -f`?
|
||||||
- replace starship prompt with something more efficient
|
- replace starship prompt with something more efficient
|
||||||
|
@@ -24,7 +24,7 @@ font_scale=1.5
|
|||||||
font_bold=yes
|
font_bold=yes
|
||||||
# refine=text_width: slightly better text rendering
|
# refine=text_width: slightly better text rendering
|
||||||
refine=text_width
|
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).
|
# 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 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
|
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
|
||||||
|
@@ -35,7 +35,7 @@ font @font@
|
|||||||
client.focused #1f5e54 #418379 #ffffff
|
client.focused #1f5e54 #418379 #ffffff
|
||||||
client.focused_inactive #1f5e54 #5f676a #ffffff
|
client.focused_inactive #1f5e54 #5f676a #ffffff
|
||||||
client.unfocused #1f5e54 #1f554c #b4b4b4
|
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
|
# TODO: populate background from /run/current-system/sw/etc/... instead of hard-coded nix path
|
||||||
output '*' bg "@background@" fill
|
output '*' bg "@background@" fill
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
/* red accents */
|
/* red accents */
|
||||||
@define-color accent-r0 #c96262;
|
@define-color accent-r0 #c96262;
|
||||||
@define-color accent-r1 #d27871;
|
@define-color accent-r1 #d27871;
|
||||||
@define-color accent-r2 #ff8080;
|
@define-color accent-r2 #ff968b;
|
||||||
/* light (teal-white) accents */
|
/* light (teal-white) accents */
|
||||||
@define-color accent-l0 #e1f0ef;
|
@define-color accent-l0 #e1f0ef;
|
||||||
@define-color accent-l1 #f9fffc;
|
@define-color accent-l1 #f9fffc;
|
||||||
|
@@ -52,7 +52,7 @@ window#waybar {
|
|||||||
|
|
||||||
#workspaces button.urgent {
|
#workspaces button.urgent {
|
||||||
/* keep synchronized with `client.urgent` in ~/.config/sway/config */
|
/* keep synchronized with `client.urgent` in ~/.config/sway/config */
|
||||||
background-color: #ff8080;
|
background-color: #ff968b;
|
||||||
}
|
}
|
||||||
|
|
||||||
#backlight,
|
#backlight,
|
||||||
|
@@ -62,13 +62,13 @@ in
|
|||||||
escape = true;
|
escape = true;
|
||||||
format = "{icon}"; # or "{icon} {}" to include notif count
|
format = "{icon}"; # or "{icon} {}" to include notif count
|
||||||
format-icons = {
|
format-icons = {
|
||||||
notification = "<span foreground='#ff8080'><sup></sup></span>";
|
notification = "<span foreground='#ff968b'><sup></sup></span>";
|
||||||
none = "";
|
none = "";
|
||||||
dnd-notification = "<span foreground='#ff8080'><sup></sup></span>";
|
dnd-notification = "<span foreground='#ff968b'><sup></sup></span>";
|
||||||
dnd-none = "";
|
dnd-none = "";
|
||||||
inhibited-notification = "<span foreground='#ff8080'><sup></sup></span>";
|
inhibited-notification = "<span foreground='#ff968b'><sup></sup></span>";
|
||||||
inhibited-none = "";
|
inhibited-none = "";
|
||||||
dnd-inhibited-notification = "<span foreground='#ff8080'><sup></sup></span>";
|
dnd-inhibited-notification = "<span foreground='#ff968b'><sup></sup></span>";
|
||||||
dnd-inhibited-none = "";
|
dnd-inhibited-none = "";
|
||||||
};
|
};
|
||||||
tooltip = false;
|
tooltip = false;
|
||||||
|
Reference in New Issue
Block a user