fix colors (again)

This commit is contained in:
Schrottkatze 2023-11-20 01:29:07 +01:00
parent 3f5e80cdc0
commit b53b0e8009

View file

@ -93,10 +93,10 @@
label-disconnected-foreground = "#d65d0e";
ramp.signal = [
"%{F#cc241d}󰣾"
"%{F#d65d0e}󰣴"
"%{F#d65d0e}󰣶"
"%{F#d65d0e}󰣸"
"%{F#bdae93}󰣺"
"%{F#d79921}󰣴"
"%{F#98971a}󰣶"
"%{F#98971a}󰣸"
"%{F#98971a}󰣺"
];
};
@ -116,21 +116,21 @@
format-charging = "<ramp-capacity> <label-charging>";
label-discharging = "%{F#ebdbb2}%percentage%%%{F#bdae93} %time%";
format-discharging = "<ramp-capacity> <label-discharging>";
label-full = "%{F#d65d0e}󰁹%{F#ebdbb2} %percentage%%";
label-full = "%{F#98971a}󰁹%{F#ebdbb2} %percentage%%";
format-full = "<label-full>";
label-low = "%{F#d65d0e}󰂎%{F#ebdbb2} %percentage%%";
label-low = "%{F#cc241d}󰂎%{F#ebdbb2} %percentage%%";
format-low = "<label-low>";
ramp.capacity = [
"%{F#cc241d}󰁺"
"%{F#cc241d}󰁻"
"%{F#d65d0e}󰁼"
"%{F#d65d0e}󰁽"
"%{F#d65d0e}󰁾"
"%{F#d65d0e}󰁿"
"%{F#d65d0e}󰂀"
"%{F#d65d0e}󰂁"
"%{F#bdae93}󰂂"
"%{F#bdae93}󰁹"
"%{F#d79921}󰁻"
"%{F#98971a}󰁼"
"%{F#98971a}󰁽"
"%{F#98971a}󰁾"
"%{F#98971a}󰁿"
"%{F#98971a}󰂀"
"%{F#98971a}󰂁"
"%{F#98971a}󰂂"
"%{F#98971a}󰁹"
];
};