56 lines
939 B
CSS
56 lines
939 B
CSS
/* Catppuccin Mocha for Wofi */
|
|
|
|
window {
|
|
background-color: #1e1e2e; /* Base */
|
|
color: #cdd6f4; /* Text */
|
|
font-family: "DejaVu Sans Mono", monospace;
|
|
font-size: 16px; /* Increased font size slightly */
|
|
border-radius: 15px; /* Matched Waybar's radius */
|
|
border: 2px solid #89b4fa; /* Blue */
|
|
}
|
|
|
|
#input {
|
|
background-color: #313244; /* Surface0 */
|
|
color: #cdd6f4; /* Text */
|
|
border-radius: 10px; /* Matched Waybar's module radius */
|
|
margin: 8px;
|
|
padding: 10px;
|
|
border: none;
|
|
}
|
|
|
|
#inner-box {
|
|
margin: 5px;
|
|
}
|
|
|
|
#outer-box {
|
|
margin: 5px;
|
|
padding: 10px;
|
|
}
|
|
|
|
#scroll {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
#entry {
|
|
padding: 10px;
|
|
margin: 0px 8px;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
#entry:selected {
|
|
background-color: #89b4fa; /* Blue */
|
|
color: #1e1e2e; /* Base */
|
|
}
|
|
|
|
#text {
|
|
color: #cdd6f4; /* Text */
|
|
}
|
|
|
|
#text:selected {
|
|
color: #1e1e2e; /* Base */
|
|
}
|
|
|
|
#img {
|
|
margin-right: 8px;
|
|
}
|