commit 8c8c8c77df7fa758d27a2baa4276454361094b8a Author: Liam Waldron Date: Mon Jul 7 19:49:18 2025 -0400 init diff --git a/config b/config new file mode 100644 index 0000000..2d36306 --- /dev/null +++ b/config @@ -0,0 +1,5 @@ +prompt=Run a program or command... +width=700 +height=500 +show-icons=true +case-insensitive=true diff --git a/everforest.css b/everforest.css new file mode 100644 index 0000000..30b6a00 --- /dev/null +++ b/everforest.css @@ -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; +} diff --git a/style.css b/style.css new file mode 120000 index 0000000..0571be4 --- /dev/null +++ b/style.css @@ -0,0 +1 @@ +everforest.css \ No newline at end of file