init
This commit is contained in:
commit
8c8c8c77df
5
config
Normal file
5
config
Normal 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
40
everforest.css
Normal 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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user