dotfiles/home/default/.config/wofi/style.css
2024-01-27 16:13:34 +07:00

53 lines
936 B
CSS

* {
font-family: "Noto Sans", sans-serif;
font-size: 12px;
}
window {
box-shadow: inset 0 0 0 1px #333333;
background-color: transparent;
border-radius: 0px; /*12.6px*/
}
#input {
border: none;
background-color: rgba(0,0,0,.2); /* #444444 rgba(0,0,0,.2) */
color: #c5c8c6; /* white */
/*border: 2px solid #161616;*/
border-radius: 0px; /*7px*/
}
#inner-box {
/*background-color: #161616;*/
}
#outer-box {
margin: 1px;
padding: 3px; /* 10px */
background-color: rgba(29, 31, 33,0.9); /* #222222 rgba(22,22,22,0.9) rgba(29, 31, 33,0.9) */
border-radius: 0px; /*12.6px*/
/*filter: blur(1.5em)*/
}
#scroll {
/*margin: 5px;*/
}
#text {
padding: 4px;
color: grey; /* probably c5c8c6 */
}
#text:selected {
color: #c5c8c6;
}
/*#entry:nth-child(even){
background-color: #161719;
}*/
#entry:selected {
background-color: transparent; /* #222222 */
/*border-radius: 7px;*/
/*box-shadow: inset 0 0 0 1px #333333;*/
}