Added and updated themes for hypridle module. (#522)
* Update idle icon size * Theming updates for hypridle
This commit is contained in:
@@ -388,10 +388,10 @@ const options = mkOptions(OPTIONS, {
|
|||||||
},
|
},
|
||||||
hypridle: {
|
hypridle: {
|
||||||
enableBorder: opt(false),
|
enableBorder: opt(false),
|
||||||
border: opt(colors.peach),
|
border: opt(colors.pink),
|
||||||
background: opt(colors.base2),
|
background: opt(colors.base2),
|
||||||
text: opt(colors.peach),
|
text: opt(colors.pink),
|
||||||
icon: opt(colors.peach),
|
icon: opt(colors.pink),
|
||||||
icon_background: opt(colors.base2),
|
icon_background: opt(colors.base2),
|
||||||
spacing: opt('0.45em'),
|
spacing: opt('0.45em'),
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -398,7 +398,11 @@ const main = () => {
|
|||||||
// Define special key mappings
|
// Define special key mappings
|
||||||
// Format: "target_key": "source_key"
|
// Format: "target_key": "source_key"
|
||||||
const specialKeyMappings = {
|
const specialKeyMappings = {
|
||||||
'theme.bar.menus.menu.network.switch.enabled': 'theme.bar.menus.menu.network.iconbuttons.active',
|
'theme.bar.buttons.modules.hypridle.icon': 'theme.bar.buttons.modules.storage.icon',
|
||||||
|
'theme.bar.buttons.modules.hypridle.background': 'theme.bar.buttons.modules.storage.background',
|
||||||
|
'theme.bar.buttons.modules.hypridle.icon_background': 'theme.bar.buttons.modules.storage.icon_background',
|
||||||
|
'theme.bar.buttons.modules.hypridle.text': 'theme.bar.buttons.modules.storage.text',
|
||||||
|
'theme.bar.buttons.modules.hypridle.border': 'theme.bar.buttons.modules.storage.border',
|
||||||
// Add more special mappings here if needed
|
// Add more special mappings here if needed
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -422,7 +422,6 @@
|
|||||||
1.3em //
|
1.3em //
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* #################################
|
* #################################
|
||||||
* # Hypridle Styling #
|
* # Hypridle Styling #
|
||||||
@@ -447,5 +446,5 @@
|
|||||||
// border color
|
// border color
|
||||||
$bar-buttons-modules-hypridle-border,
|
$bar-buttons-modules-hypridle-border,
|
||||||
// custom font size
|
// custom font size
|
||||||
1em //
|
1.075em //
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -349,6 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#303446",
|
"theme.bar.buttons.modules.hyprsunset.background": "#303446",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon_background": "#e5c890",
|
"theme.bar.buttons.modules.hyprsunset.icon_background": "#e5c890",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#e5c890",
|
"theme.bar.buttons.modules.hyprsunset.text": "#e5c890",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#e5c890"
|
"theme.bar.buttons.modules.hyprsunset.border": "#e5c890",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#e78284",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#303446",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#e78284",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#e78284",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#e78284"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#303446",
|
"theme.bar.buttons.modules.hyprsunset.background": "#303446",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon": "#181825",
|
"theme.bar.buttons.modules.hyprsunset.icon": "#181825",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#e5c890",
|
"theme.bar.buttons.modules.hyprsunset.text": "#e5c890",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#e5c890"
|
"theme.bar.buttons.modules.hyprsunset.border": "#e5c890",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#181825",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#303446",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#e78284",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#e78284",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#e78284"
|
||||||
}
|
}
|
||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#e78284",
|
"theme.bar.buttons.modules.hyprsunset.background": "#e78284",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon_background": "#e78284",
|
"theme.bar.buttons.modules.hyprsunset.icon_background": "#e78284",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#303446",
|
"theme.bar.buttons.modules.hyprsunset.text": "#303446",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#e78284"
|
"theme.bar.buttons.modules.hyprsunset.border": "#e78284",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#303446",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#e78284",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#e78284",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#303446",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#e78284"
|
||||||
}
|
}
|
||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#dcdfe8",
|
"theme.bar.buttons.modules.hyprsunset.background": "#dcdfe8",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon_background": "#df8e1d",
|
"theme.bar.buttons.modules.hyprsunset.icon_background": "#df8e1d",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#df8e1d",
|
"theme.bar.buttons.modules.hyprsunset.text": "#df8e1d",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#df8e1d"
|
"theme.bar.buttons.modules.hyprsunset.border": "#df8e1d",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#d20f39",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#dcdfe8",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#d20f39",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#d20f39",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#d20f39"
|
||||||
}
|
}
|
||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#dcdfe8",
|
"theme.bar.buttons.modules.hyprsunset.background": "#dcdfe8",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon": "#181825",
|
"theme.bar.buttons.modules.hyprsunset.icon": "#181825",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#df8e1d",
|
"theme.bar.buttons.modules.hyprsunset.text": "#df8e1d",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#df8e1d"
|
"theme.bar.buttons.modules.hyprsunset.border": "#df8e1d",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#181825",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#dcdfe8",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#d20f39",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#d20f39",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#d20f39"
|
||||||
}
|
}
|
||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#d20f39",
|
"theme.bar.buttons.modules.hyprsunset.background": "#d20f39",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon_background": "#d20f39",
|
"theme.bar.buttons.modules.hyprsunset.icon_background": "#d20f39",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#dcdfe8",
|
"theme.bar.buttons.modules.hyprsunset.text": "#dcdfe8",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#d20f39"
|
"theme.bar.buttons.modules.hyprsunset.border": "#d20f39",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#dcdfe8",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#d20f39",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#d20f39",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#dcdfe8",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#d20f39"
|
||||||
}
|
}
|
||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#24273a",
|
"theme.bar.buttons.modules.hyprsunset.background": "#24273a",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon_background": "#eed49f",
|
"theme.bar.buttons.modules.hyprsunset.icon_background": "#eed49f",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#eed49f",
|
"theme.bar.buttons.modules.hyprsunset.text": "#eed49f",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#eed49f"
|
"theme.bar.buttons.modules.hyprsunset.border": "#eed49f",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#ed8796",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#24273a",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#ed8796",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#ed8796",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#ed8796"
|
||||||
}
|
}
|
||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#24273a",
|
"theme.bar.buttons.modules.hyprsunset.background": "#24273a",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon": "#181825",
|
"theme.bar.buttons.modules.hyprsunset.icon": "#181825",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#eed49f",
|
"theme.bar.buttons.modules.hyprsunset.text": "#eed49f",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#eed49f"
|
"theme.bar.buttons.modules.hyprsunset.border": "#eed49f",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#181825",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#24273a",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#ed8796",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#ed8796",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#ed8796"
|
||||||
}
|
}
|
||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#ed8796",
|
"theme.bar.buttons.modules.hyprsunset.background": "#ed8796",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon_background": "#ed8796",
|
"theme.bar.buttons.modules.hyprsunset.icon_background": "#ed8796",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#24273a",
|
"theme.bar.buttons.modules.hyprsunset.text": "#24273a",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#ed8796"
|
"theme.bar.buttons.modules.hyprsunset.border": "#ed8796",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#24273a",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#ed8796",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#ed8796",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#24273a",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#ed8796"
|
||||||
}
|
}
|
||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#242438",
|
"theme.bar.buttons.modules.hyprsunset.background": "#242438",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon_background": "#242438",
|
"theme.bar.buttons.modules.hyprsunset.icon_background": "#242438",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#fab387",
|
"theme.bar.buttons.modules.hyprsunset.text": "#fab387",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#fab387"
|
"theme.bar.buttons.modules.hyprsunset.border": "#f5c2e7",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#f5c2e7",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#242438",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#f5c2e7",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#f5c2e7",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#f5c2e7"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#242438",
|
"theme.bar.buttons.modules.hyprsunset.background": "#242438",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon": "#242438",
|
"theme.bar.buttons.modules.hyprsunset.icon": "#242438",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#fab387",
|
"theme.bar.buttons.modules.hyprsunset.text": "#fab387",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#fab387"
|
"theme.bar.buttons.modules.hyprsunset.border": "#fab387",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#242438",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#242438",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#f5c2e7",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#f5c2e7",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#f5c2e7"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#fab387",
|
"theme.bar.buttons.modules.hyprsunset.background": "#fab387",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon_background": "#fab387",
|
"theme.bar.buttons.modules.hyprsunset.icon_background": "#fab387",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#242438",
|
"theme.bar.buttons.modules.hyprsunset.text": "#242438",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#fab387"
|
"theme.bar.buttons.modules.hyprsunset.border": "#fab387",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#242438",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#f5c2e7",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#f5c2e7",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#242438",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#f5c2e7"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#121212",
|
"theme.bar.buttons.modules.hyprsunset.background": "#121212",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon_background": "#FFD700",
|
"theme.bar.buttons.modules.hyprsunset.icon_background": "#FFD700",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#FFD700",
|
"theme.bar.buttons.modules.hyprsunset.text": "#FFD700",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#FFD700"
|
"theme.bar.buttons.modules.hyprsunset.border": "#FFD700",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#FF4500",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#121212",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#FF4500",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#FF4500",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#FF4500"
|
||||||
}
|
}
|
||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#121212",
|
"theme.bar.buttons.modules.hyprsunset.background": "#121212",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon": "#121212",
|
"theme.bar.buttons.modules.hyprsunset.icon": "#121212",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#FFD700",
|
"theme.bar.buttons.modules.hyprsunset.text": "#FFD700",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#FFD700"
|
"theme.bar.buttons.modules.hyprsunset.border": "#FFD700",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#121212",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#121212",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#FF4500",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#FF4500",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#FF4500"
|
||||||
}
|
}
|
||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#FF4500",
|
"theme.bar.buttons.modules.hyprsunset.background": "#FF4500",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon_background": "#FF4500",
|
"theme.bar.buttons.modules.hyprsunset.icon_background": "#FF4500",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#121212",
|
"theme.bar.buttons.modules.hyprsunset.text": "#121212",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#FF4500"
|
"theme.bar.buttons.modules.hyprsunset.border": "#FF4500",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#121212",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#FF4500",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#FF4500",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#121212",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#FF4500"
|
||||||
}
|
}
|
||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#44475a",
|
"theme.bar.buttons.modules.hyprsunset.background": "#44475a",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon_background": "#f1fa8c",
|
"theme.bar.buttons.modules.hyprsunset.icon_background": "#f1fa8c",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#f1fa8c",
|
"theme.bar.buttons.modules.hyprsunset.text": "#f1fa8c",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#f1fa8c"
|
"theme.bar.buttons.modules.hyprsunset.border": "#f1fa8c",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#bd93f9",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#44475a",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#bd93f9",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#bd93f9",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#bd93f9"
|
||||||
}
|
}
|
||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#44475a",
|
"theme.bar.buttons.modules.hyprsunset.background": "#44475a",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon": "#282936",
|
"theme.bar.buttons.modules.hyprsunset.icon": "#282936",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#f1fa8c",
|
"theme.bar.buttons.modules.hyprsunset.text": "#f1fa8c",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#f1fa8c"
|
"theme.bar.buttons.modules.hyprsunset.border": "#f1fa8c",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#282936",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#44475a",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#bd93f9",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#bd93f9",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#bd93f9"
|
||||||
}
|
}
|
||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#ff79c6",
|
"theme.bar.buttons.modules.hyprsunset.background": "#ff79c6",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon_background": "#ff79c6",
|
"theme.bar.buttons.modules.hyprsunset.icon_background": "#ff79c6",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#44475a",
|
"theme.bar.buttons.modules.hyprsunset.text": "#44475a",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#ff79c6"
|
"theme.bar.buttons.modules.hyprsunset.border": "#ff79c6",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#44475a",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#bd93f9",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#bd93f9",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#44475a",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#bd93f9"
|
||||||
}
|
}
|
||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#323d43",
|
"theme.bar.buttons.modules.hyprsunset.background": "#323d43",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon_background": "#dbbc7f",
|
"theme.bar.buttons.modules.hyprsunset.icon_background": "#dbbc7f",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#dbbc7f",
|
"theme.bar.buttons.modules.hyprsunset.text": "#dbbc7f",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#dbbc7f"
|
"theme.bar.buttons.modules.hyprsunset.border": "#dbbc7f",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#e67e80",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#323d43",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#e67e80",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#e67e80",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#e67e80"
|
||||||
}
|
}
|
||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#323d43",
|
"theme.bar.buttons.modules.hyprsunset.background": "#323d43",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon": "#21252b",
|
"theme.bar.buttons.modules.hyprsunset.icon": "#21252b",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#dbbc7f",
|
"theme.bar.buttons.modules.hyprsunset.text": "#dbbc7f",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#dbbc7f"
|
"theme.bar.buttons.modules.hyprsunset.border": "#dbbc7f",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#21252b",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#323d43",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#e67e80",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#e67e80",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#e67e80"
|
||||||
}
|
}
|
||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#e67e80",
|
"theme.bar.buttons.modules.hyprsunset.background": "#e67e80",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon_background": "#e67e80",
|
"theme.bar.buttons.modules.hyprsunset.icon_background": "#e67e80",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#323d43",
|
"theme.bar.buttons.modules.hyprsunset.text": "#323d43",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#e67e80"
|
"theme.bar.buttons.modules.hyprsunset.border": "#e67e80",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#323d43",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#e67e80",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#e67e80",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#323d43",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#e67e80"
|
||||||
}
|
}
|
||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#282828",
|
"theme.bar.buttons.modules.hyprsunset.background": "#282828",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon_background": "#282828",
|
"theme.bar.buttons.modules.hyprsunset.icon_background": "#282828",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#fabd2f",
|
"theme.bar.buttons.modules.hyprsunset.text": "#fabd2f",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#fabd2f"
|
"theme.bar.buttons.modules.hyprsunset.border": "#fabd2f",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#83a598",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#282828",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#282828",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#83a598",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#83a598"
|
||||||
}
|
}
|
||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#282828",
|
"theme.bar.buttons.modules.hyprsunset.background": "#282828",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon": "#21252b",
|
"theme.bar.buttons.modules.hyprsunset.icon": "#21252b",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#fabd2f",
|
"theme.bar.buttons.modules.hyprsunset.text": "#fabd2f",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#fabd2f"
|
"theme.bar.buttons.modules.hyprsunset.border": "#fabd2f",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#21252b",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#282828",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#83a598",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#83a598",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#83a598"
|
||||||
}
|
}
|
||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#d3869b",
|
"theme.bar.buttons.modules.hyprsunset.background": "#d3869b",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon_background": "#282828",
|
"theme.bar.buttons.modules.hyprsunset.icon_background": "#282828",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#282828",
|
"theme.bar.buttons.modules.hyprsunset.text": "#282828",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#d3869b"
|
"theme.bar.buttons.modules.hyprsunset.border": "#d3869b",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#282828",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#83a598",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#282828",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#282828",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#83a598"
|
||||||
}
|
}
|
||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#090909",
|
"theme.bar.buttons.modules.hyprsunset.background": "#090909",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon_background": "#ffffff",
|
"theme.bar.buttons.modules.hyprsunset.icon_background": "#ffffff",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#ffffff",
|
"theme.bar.buttons.modules.hyprsunset.text": "#ffffff",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#ffffff"
|
"theme.bar.buttons.modules.hyprsunset.border": "#ffffff",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#ffffff",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#090909",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#ffffff",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#ffffff",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#ffffff"
|
||||||
}
|
}
|
||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#090909",
|
"theme.bar.buttons.modules.hyprsunset.background": "#090909",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon": "#21252b",
|
"theme.bar.buttons.modules.hyprsunset.icon": "#21252b",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#ffffff",
|
"theme.bar.buttons.modules.hyprsunset.text": "#ffffff",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#ffffff"
|
"theme.bar.buttons.modules.hyprsunset.border": "#ffffff",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#21252b",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#090909",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#ffffff",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#ffffff",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#ffffff"
|
||||||
}
|
}
|
||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#ffffff",
|
"theme.bar.buttons.modules.hyprsunset.background": "#ffffff",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon_background": "#ffffff",
|
"theme.bar.buttons.modules.hyprsunset.icon_background": "#ffffff",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#090909",
|
"theme.bar.buttons.modules.hyprsunset.text": "#090909",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#ffffff"
|
"theme.bar.buttons.modules.hyprsunset.border": "#ffffff",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#090909",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#ffffff",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#ffffff",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#090909",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#ffffff"
|
||||||
}
|
}
|
||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#3b4252",
|
"theme.bar.buttons.modules.hyprsunset.background": "#3b4252",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon_background": "#81a1c1",
|
"theme.bar.buttons.modules.hyprsunset.icon_background": "#81a1c1",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#81a1c1",
|
"theme.bar.buttons.modules.hyprsunset.text": "#81a1c1",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#81a1c1"
|
"theme.bar.buttons.modules.hyprsunset.border": "#81a1c1",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#8fbcbb",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#3b4252",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#8fbcbb",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#8fbcbb",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#8fbcbb"
|
||||||
}
|
}
|
||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#3b4252",
|
"theme.bar.buttons.modules.hyprsunset.background": "#3b4252",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon": "#21252b",
|
"theme.bar.buttons.modules.hyprsunset.icon": "#21252b",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#81a1c1",
|
"theme.bar.buttons.modules.hyprsunset.text": "#81a1c1",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#81a1c1"
|
"theme.bar.buttons.modules.hyprsunset.border": "#81a1c1",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#21252b",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#3b4252",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#8fbcbb",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#8fbcbb",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#8fbcbb"
|
||||||
}
|
}
|
||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#8fbcbb",
|
"theme.bar.buttons.modules.hyprsunset.background": "#8fbcbb",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon_background": "#8fbcbb",
|
"theme.bar.buttons.modules.hyprsunset.icon_background": "#8fbcbb",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#3b4252",
|
"theme.bar.buttons.modules.hyprsunset.text": "#3b4252",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#8fbcbb"
|
"theme.bar.buttons.modules.hyprsunset.border": "#8fbcbb",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#3b4252",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#8fbcbb",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#8fbcbb",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#3b4252",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#8fbcbb"
|
||||||
}
|
}
|
||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#21252b",
|
"theme.bar.buttons.modules.hyprsunset.background": "#21252b",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon_background": "#e5c07b",
|
"theme.bar.buttons.modules.hyprsunset.icon_background": "#e5c07b",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#e5c07b",
|
"theme.bar.buttons.modules.hyprsunset.text": "#e5c07b",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#e5c07b"
|
"theme.bar.buttons.modules.hyprsunset.border": "#e5c07b",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#e06c75",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#21252b",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#e06c75",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#e06c75",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#e06c75"
|
||||||
}
|
}
|
||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#21252b",
|
"theme.bar.buttons.modules.hyprsunset.background": "#21252b",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon": "#21252b",
|
"theme.bar.buttons.modules.hyprsunset.icon": "#21252b",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#e5c07b",
|
"theme.bar.buttons.modules.hyprsunset.text": "#e5c07b",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#e5c07b"
|
"theme.bar.buttons.modules.hyprsunset.border": "#e5c07b",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#21252b",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#21252b",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#e06c75",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#e06c75",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#e06c75"
|
||||||
}
|
}
|
||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#e06c75",
|
"theme.bar.buttons.modules.hyprsunset.background": "#e06c75",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon_background": "#e06c75",
|
"theme.bar.buttons.modules.hyprsunset.icon_background": "#e06c75",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#21252b",
|
"theme.bar.buttons.modules.hyprsunset.text": "#21252b",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#e06c75"
|
"theme.bar.buttons.modules.hyprsunset.border": "#e06c75",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#21252b",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#e06c75",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#e06c75",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#21252b",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#e06c75"
|
||||||
}
|
}
|
||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#21202e",
|
"theme.bar.buttons.modules.hyprsunset.background": "#21202e",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon_background": "#f6c177",
|
"theme.bar.buttons.modules.hyprsunset.icon_background": "#f6c177",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#f6c177",
|
"theme.bar.buttons.modules.hyprsunset.text": "#f6c177",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#f6c177"
|
"theme.bar.buttons.modules.hyprsunset.border": "#f6c177",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#eb6f92",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#21202e",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#eb6f92",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#eb6f92",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#eb6f92"
|
||||||
}
|
}
|
||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#2a283e",
|
"theme.bar.buttons.modules.hyprsunset.background": "#2a283e",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon_background": "#2a283e",
|
"theme.bar.buttons.modules.hyprsunset.icon_background": "#2a283e",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#f6c177",
|
"theme.bar.buttons.modules.hyprsunset.text": "#f6c177",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#f6c177"
|
"theme.bar.buttons.modules.hyprsunset.border": "#f6c177",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#c4a7e7",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#2a283e",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#2a283e",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#eb6f92",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#eb6f92"
|
||||||
}
|
}
|
||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#2a283e",
|
"theme.bar.buttons.modules.hyprsunset.background": "#2a283e",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon": "#181825",
|
"theme.bar.buttons.modules.hyprsunset.icon": "#181825",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#f6c177",
|
"theme.bar.buttons.modules.hyprsunset.text": "#f6c177",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#f6c177"
|
"theme.bar.buttons.modules.hyprsunset.border": "#f6c177",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#181825",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#2a283e",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#eb6f92",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#eb6f92",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#eb6f92"
|
||||||
}
|
}
|
||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#eb6f92",
|
"theme.bar.buttons.modules.hyprsunset.background": "#eb6f92",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon_background": "#2a283e",
|
"theme.bar.buttons.modules.hyprsunset.icon_background": "#2a283e",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#2a283e",
|
"theme.bar.buttons.modules.hyprsunset.text": "#2a283e",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#eb6f92"
|
"theme.bar.buttons.modules.hyprsunset.border": "#eb6f92",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#2a283e",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#c4a7e7",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#2a283e",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#2a283e",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#eb6f92"
|
||||||
}
|
}
|
||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#21202e",
|
"theme.bar.buttons.modules.hyprsunset.background": "#21202e",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon": "#181825",
|
"theme.bar.buttons.modules.hyprsunset.icon": "#181825",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#f6c177",
|
"theme.bar.buttons.modules.hyprsunset.text": "#f6c177",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#f6c177"
|
"theme.bar.buttons.modules.hyprsunset.border": "#f6c177",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#181825",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#21202e",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#eb6f92",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#eb6f92",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#eb6f92"
|
||||||
}
|
}
|
||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#eb6f92",
|
"theme.bar.buttons.modules.hyprsunset.background": "#eb6f92",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon_background": "#eb6f92",
|
"theme.bar.buttons.modules.hyprsunset.icon_background": "#eb6f92",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#21202e",
|
"theme.bar.buttons.modules.hyprsunset.text": "#21202e",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#eb6f92"
|
"theme.bar.buttons.modules.hyprsunset.border": "#eb6f92",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#21202e",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#eb6f92",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#eb6f92",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#21202e",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#eb6f92"
|
||||||
}
|
}
|
||||||
@@ -349,6 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#272a3d",
|
"theme.bar.buttons.modules.hyprsunset.background": "#272a3d",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon_background": "#e0af68",
|
"theme.bar.buttons.modules.hyprsunset.icon_background": "#e0af68",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#e0af68",
|
"theme.bar.buttons.modules.hyprsunset.text": "#e0af68",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#e0af68"
|
"theme.bar.buttons.modules.hyprsunset.border": "#e0af68",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#f7768e",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#272a3d",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#f7768e",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#f7768e",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#f7768e"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#272a3d",
|
"theme.bar.buttons.modules.hyprsunset.background": "#272a3d",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon": "#181825",
|
"theme.bar.buttons.modules.hyprsunset.icon": "#181825",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#e0af68",
|
"theme.bar.buttons.modules.hyprsunset.text": "#e0af68",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#e0af68"
|
"theme.bar.buttons.modules.hyprsunset.border": "#e0af68",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#181825",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#272a3d",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#f7768e",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#f7768e",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#f7768e"
|
||||||
}
|
}
|
||||||
@@ -349,5 +349,10 @@
|
|||||||
"theme.bar.buttons.modules.hyprsunset.background": "#f7768e",
|
"theme.bar.buttons.modules.hyprsunset.background": "#f7768e",
|
||||||
"theme.bar.buttons.modules.hyprsunset.icon_background": "#f7768e",
|
"theme.bar.buttons.modules.hyprsunset.icon_background": "#f7768e",
|
||||||
"theme.bar.buttons.modules.hyprsunset.text": "#272a3d",
|
"theme.bar.buttons.modules.hyprsunset.text": "#272a3d",
|
||||||
"theme.bar.buttons.modules.hyprsunset.border": "#f7768e"
|
"theme.bar.buttons.modules.hyprsunset.border": "#f7768e",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon": "#272a3d",
|
||||||
|
"theme.bar.buttons.modules.hypridle.background": "#f7768e",
|
||||||
|
"theme.bar.buttons.modules.hypridle.icon_background": "#f7768e",
|
||||||
|
"theme.bar.buttons.modules.hypridle.text": "#272a3d",
|
||||||
|
"theme.bar.buttons.modules.hypridle.border": "#f7768e"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user