feat: Initial commit
This commit is contained in:
45
dot_config/wofi/style.widgets.css
Normal file
45
dot_config/wofi/style.widgets.css
Normal file
@@ -0,0 +1,45 @@
|
||||
/*
|
||||
Arc-Dark Color Scheme
|
||||
*/
|
||||
|
||||
@define-color highlight #5294e2;
|
||||
@define-color base1 #404552;
|
||||
@define-color base2 #40455;
|
||||
@define-color base3 #4b5160;
|
||||
|
||||
*{
|
||||
font-family: UbuntuMono;
|
||||
}
|
||||
|
||||
#window {
|
||||
border: 1px solid @highlight;
|
||||
margin: 0px 5px 0px 5px;
|
||||
}
|
||||
|
||||
#inner-box {
|
||||
background-color: @base2;
|
||||
}
|
||||
|
||||
#outer-box {
|
||||
margin: 5px;
|
||||
padding:10px;
|
||||
background-color: @base2;
|
||||
margin-top: -22px;
|
||||
}
|
||||
|
||||
#text {
|
||||
padding: 5px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#entry:nth-child(even) {
|
||||
background-color: @base1;
|
||||
}
|
||||
|
||||
#entry {
|
||||
background-color: @base3;
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
background-color: @highlight;
|
||||
}
|
||||
Reference in New Issue
Block a user