This commit is contained in:
Liam Waldron 2025-07-07 19:49:18 -04:00
commit 8c8c8c77df
3 changed files with 46 additions and 0 deletions

5
config Normal file
View File

@ -0,0 +1,5 @@
prompt=Run a program or command...
width=700
height=500
show-icons=true
case-insensitive=true

40
everforest.css Normal file
View File

@ -0,0 +1,40 @@
window {
margin: 5px;
border: 2px solid #7fbbb3;
border-radius: 10px;
background-color: #1E2326;
}
#input {
margin: 5px;
border: none;
color: #D3C6AA;
background-color: #272E33;
}
#inner-box {
margin: 5px;
border: none;
background-color: #1E2326;
}
#outer-box {
margin: 5px;
border: none;
background-color: #1E2326;
}
#scroll {
margin: 0px;
border: none;
}
#text {
margin: 5px;
border: none;
color: #D3C6AA;
}
#entry:selected {
background-color: #272E33;
}

1
style.css Symbolic link
View File

@ -0,0 +1 @@
everforest.css