Browse code

Add dotfiles

Robert Cranston authored on 29/01/2022 05:58:43
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,18 @@
1
+* {
2
+  background-color: #00000000;
3
+  text-color: #c6c6c6ff;
4
+  highlight: bold;
5
+}
6
+
7
+window {
8
+  background-color: #000000c0;
9
+  padding: 2ch;
10
+}
11
+
12
+element .selected {
13
+  background-color: #5e5e5ec0;
14
+}
15
+
16
+inputbar {
17
+  children: [entry];
18
+}