mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-02-04 06:32:03 +00:00
Use dotter
This commit is contained in:
58
config/wofi/style.css
Normal file
58
config/wofi/style.css
Normal file
@@ -0,0 +1,58 @@
|
||||
window {
|
||||
margin: 0px;
|
||||
background-color: #191724;
|
||||
border-radius: 0px;
|
||||
border: 2px solid #eb6f92;
|
||||
color: #e0def4;
|
||||
font-family: 'JetBrainsMono NF';
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
#input {
|
||||
margin: 0px;
|
||||
border-radius: 0px;
|
||||
border: none;
|
||||
border-radius: 0px;
|
||||
color: #eb6f92;
|
||||
background-color: #26233a;
|
||||
|
||||
}
|
||||
|
||||
#inner-box {
|
||||
margin: 0px;
|
||||
border: none;
|
||||
background-color: #26233a;
|
||||
color: #191724;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
#outer-box {
|
||||
margin: 0px;
|
||||
border: none;
|
||||
background-color: #191724;
|
||||
}
|
||||
|
||||
#scroll {
|
||||
margin: 0px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#text {
|
||||
margin: 0px;
|
||||
border: none;
|
||||
color: #e0def4;
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
background-color: #eb6f92;
|
||||
color: #191724;
|
||||
border-radius: 0px;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#entry:selected * {
|
||||
background-color: #eb6f92;
|
||||
color: #191724;
|
||||
border-radius: 0px;
|
||||
outline: none;
|
||||
}
|
||||
Reference in New Issue
Block a user