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 = {
|
programs.wofi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
@ -27,16 +28,16 @@
|
||||||
style = ''
|
style = ''
|
||||||
* {
|
* {
|
||||||
font-family: Iosevka Mono;
|
font-family: Iosevka Mono;
|
||||||
color: #e5e9f0;
|
color: #${text};
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
#window {
|
#window {
|
||||||
background: rgba(41, 46, 66, 0.5);
|
background: #${muted};
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
border: 5px solid #b072d1;
|
border: 5px solid #${rose};
|
||||||
}
|
}
|
||||||
|
|
||||||
#input {
|
#input {
|
||||||
|
|
@ -59,7 +60,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#entry:selected {
|
#entry:selected {
|
||||||
background-color: #2e3440;
|
background-color: #${gold};
|
||||||
}
|
}
|
||||||
|
|
||||||
#text {
|
#text {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue