Added: Catpuccin

This commit is contained in:
2025-04-08 13:18:34 +02:00
parent d1e22cca12
commit 23bbfad136
5 changed files with 40 additions and 13 deletions

View File

@@ -1,8 +1,11 @@
@import "mocha.css";
* {
font-family: "JetBrains Mono Nerd Font";
/*font-family: "JetBrainsMono Nerd Font";*/
font-weight: bold;
font-size: 15px;
color: @text;
}
#custom-notification {
@@ -13,12 +16,8 @@
}
window#waybar {
background: #092047;
/* border-radius: 15px; */
/* border: 2px solid #124323; */
/* border: 0px solid #A1BDCE; */
border: 3px solid rgba(172, 97, 185, 1);
border-radius: 10px;
background-color: shade(@base, 0.9);
border: 2px solid alpha(@crust, 0.3);
}
tooltip {