mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
feat: switched back to hyprland
This commit is contained in:
parent
dd99b3a827
commit
b0dc23c7c0
144 changed files with 1347 additions and 477 deletions
|
@ -1,27 +1,41 @@
|
|||
{
|
||||
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";
|
||||
};
|
||||
{flake, ...}: let
|
||||
inherit (flake.config.aesthetics.themes.theme) colors;
|
||||
in {
|
||||
colors = {
|
||||
tableHeaderColor = colors.rosewater;
|
||||
allCpuColor = colors.rosewater;
|
||||
avgCpuColor = colors.maroon;
|
||||
cpuCoreColors = [
|
||||
colors.sapphire
|
||||
colors.peach
|
||||
colors.yellow
|
||||
colors.green
|
||||
colors.sky
|
||||
colors.mauve
|
||||
];
|
||||
ramColor = colors.green;
|
||||
swapColor = colors.peach;
|
||||
rxColor = colors.green;
|
||||
txColor = colors.red;
|
||||
widgetTitleColor = colors.flamingo;
|
||||
borderColor = colors.surface2;
|
||||
highlightedBorderColor = colors.pink;
|
||||
textColor = colors.text;
|
||||
graphColor = colors.subtext0;
|
||||
cursorColor = colors.pink;
|
||||
selectedTextColor = colors.crust;
|
||||
selectedBgColor = colors.mauve;
|
||||
highBatteryColor = colors.green;
|
||||
mediumBatteryColor = colors.yellow;
|
||||
lowBatteryColor = colors.red;
|
||||
gpuCoreColors = [
|
||||
colors.sky
|
||||
colors.mauve
|
||||
colors.red
|
||||
colors.peach
|
||||
colors.yellow
|
||||
colors.green
|
||||
];
|
||||
arcColor = colors.sky;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue