dotfiles/home/modules/bottom/config/settings.nix

28 lines
833 B
Nix
Raw Normal View History

2024-11-20 17:47:07 -06:00
{
settings = {
colors = {
tableHeaderColor = "#f4dbd6";
allCpuColor = "#f4dbd6";
avgCpuColor = "#ee99a0";
cpuCoreColors = ["#ed8796" "#f5a97f" "#eed49f" "#a6da95" "#7dc4e4" "#c6a0f6"];
ramColor = "#a6da95";
swapColor = "#f5a97f";
rxColor = "#a6da95";
txColor = "#ed8796";
widgetTitleColor = "#f0c6c6";
borderColor = "#5b6078";
highlightedBorderColor = "#f5bde6";
textColor = "#cad3f5";
graphColor = "#a5adcb";
cursorColor = "#f5bde6";
selectedTextColor = "#181926";
selectedBgColor = "#c6a0f6";
highBatteryColor = "#a6da95";
mediumBatteryColor = "#eed49f";
lowBatteryColor = "#ed8796";
gpuCoreColors = ["#7dc4e4" "#c6a0f6" "#ed8796" "#f5a97f" "#eed49f" "#a6da95"];
arcColor = "#91d7e3";
};
};
}