100 current 2024-03-01 15:02:46 24.05.20240228.9099616 6.6.18 *
This commit is contained in:
parent
c19997628c
commit
d45e53cd03
1 changed files with 6 additions and 5 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
{theme, ...}:
|
||||
with theme.colors; {
|
||||
programs.wofi = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
@ -27,16 +28,16 @@
|
|||
style = ''
|
||||
* {
|
||||
font-family: Iosevka Mono;
|
||||
color: #e5e9f0;
|
||||
color: #${text};
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#window {
|
||||
background: rgba(41, 46, 66, 0.5);
|
||||
background: #${muted};
|
||||
margin: auto;
|
||||
padding: 10px;
|
||||
border-radius: 20px;
|
||||
border: 5px solid #b072d1;
|
||||
border: 5px solid #${rose};
|
||||
}
|
||||
|
||||
#input {
|
||||
|
|
@ -59,7 +60,7 @@
|
|||
}
|
||||
|
||||
#entry:selected {
|
||||
background-color: #2e3440;
|
||||
background-color: #${gold};
|
||||
}
|
||||
|
||||
#text {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue