mirror of
https://github.com/eliasrenman/dotfiles.git
synced 2026-03-16 20:46:08 +01:00
feat: wofi
This commit is contained in:
49
wofi/style.widgets.css
Normal file
49
wofi/style.widgets.css
Normal file
@@ -0,0 +1,49 @@
|
||||
/*
|
||||
Arc-Dark Color Scheme
|
||||
*/
|
||||
|
||||
@define-color highlight #f7768e;
|
||||
@define-color base1 rgba(0,0,0,0.6);
|
||||
@define-color base2 rgba(0,0,0,0.8);
|
||||
@define-color base3 rgba(0,0,0,0.1);
|
||||
|
||||
*{
|
||||
font-family: JetBrainsMono;
|
||||
/* height: fit-content; */
|
||||
}
|
||||
|
||||
#window {
|
||||
border: 2px solid @highlight;
|
||||
border-radius: 4px;
|
||||
background-color: rgba(0,0,0,0);
|
||||
color: #bb9af7;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
#inner-box {
|
||||
background-color: @base1;
|
||||
/* background-color: @base2; */
|
||||
}
|
||||
|
||||
#outer-box {
|
||||
/*margin: 5px;
|
||||
padding:5px 10px;
|
||||
*/
|
||||
border-radius: 4px;
|
||||
margin-top: -32px;
|
||||
|
||||
}
|
||||
|
||||
#text {
|
||||
padding: 5px;
|
||||
/* color: white; */
|
||||
}
|
||||
|
||||
#entry:nth-child(even) {
|
||||
/* background-color: pink; */
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
color: black;
|
||||
background-color: @highlight;
|
||||
}
|
||||
Reference in New Issue
Block a user