From 8c8c8c77df7fa758d27a2baa4276454361094b8a Mon Sep 17 00:00:00 2001 From: Liam Waldron Date: Mon, 7 Jul 2025 19:49:18 -0400 Subject: [PATCH] init --- config | 5 +++++ everforest.css | 40 ++++++++++++++++++++++++++++++++++++++++ style.css | 1 + 3 files changed, 46 insertions(+) create mode 100644 config create mode 100644 everforest.css create mode 120000 style.css 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