| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,14 @@ |
| 1 |
+configuration {
|
|
| 2 |
+ font: "mono 10"; |
|
| 3 |
+ disable-history: true; |
|
| 4 |
+ sort: true; |
|
| 5 |
+ sorting-method: "fzf"; |
|
| 6 |
+ matching: "fuzzy"; |
|
| 7 |
+ kb-cancel: "Escape,Control+g,Control+bracketleft,Control+c"; |
|
| 8 |
+ kb-row-down: "Control+n,Control+j,Down"; |
|
| 9 |
+ kb-row-up: "Control+p,Control+k,Up"; |
|
| 10 |
+ kb-accept-entry: "Control+m,Return,KP_Enter"; |
|
| 11 |
+ kb-remove-to-eol: ""; |
|
| 12 |
+} |
|
| 13 |
+ |
|
| 14 |
+@theme "simple" |
| 0 | 15 |
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 |
+} |