aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2021-04-30 09:44:48 -0500
committerMatt Singleton <matt@xcolour.net>2022-03-16 18:59:37 -0500
commitc12583494ee49a2ef1d2c485795f51712d66ce71 (patch)
tree0f08beb815bc7afd39a95e1595d60ffbd36ddfd0
parentd279676176c9172db1e24ecf4fd7a6ca427b303e (diff)
wofi stylesheet
-rw-r--r--config/wofi/style.css38
1 files changed, 38 insertions, 0 deletions
diff --git a/config/wofi/style.css b/config/wofi/style.css
new file mode 100644
index 0000000..59184f4
--- /dev/null
+++ b/config/wofi/style.css
@@ -0,0 +1,38 @@
+window {
+ background: #eee8d5;
+ color: #657b83;
+ font-family: SauceCodePro Nerd Font;
+ font-size: 10pt;
+}
+
+#input {
+ padding: 2px;
+ margin: 5px;
+ border: 0;
+ border-radius: 0;
+ color: #657b83;
+ background: #fdf6e3;
+}
+
+#input:active {
+ border: 0;
+}
+
+#inner-box {
+}
+
+#outer-box {
+}
+
+#scroll {
+ padding: 2px;
+ margin: 5px;
+}
+
+#text {
+}
+
+#entry:selected{
+ background: #93a1a1;
+ color: #eee8d5;
+}