Archived
1
0
Fork 0
This repository has been archived on 2024-06-19. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/wofi/style.css
Christoph Heiss b2c178f263
all: Add config files for sway desktop
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2022-12-26 21:11:15 +01:00

42 lines
577 B
CSS

/* Based on https://github.com/sachahjkl/wofi-arc-dark */
*{
font-family: monospace;
}
window {
background-color: #7c818c;
}
#input {
margin: 5px;
border-radius: 0px;
border: none;
border-bottom: 3px solid black;
background-color: #383c4a;
color: white;
}
#inner-box {
background-color: #383C4A;
}
#outer-box {
margin: 5px;
padding:20px;
background-color: #383C4A;
}
#text {
padding: 5px;
color: white;
}
#entry:nth-child(even){
background-color: #404552;
}
#entry:selected {
background-color: #5291e2;
}