aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2026-04-15 18:54:38 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2026-04-15 18:54:38 +0200
commit81f720869b3e9e5323e3f513a20c32cae4f40f60 (patch)
tree93e0f999c9fa36840fb8c1d9484887dbd9b9d197
parent99395e5779d4dfdf2db4653d0ce476c8117f0aed (diff)
downloaddotfiles-81f720869b3e9e5323e3f513a20c32cae4f40f60.tar.gz
Update
-rw-r--r--.black.rasi37
1 files changed, 0 insertions, 37 deletions
diff --git a/.black.rasi b/.black.rasi
deleted file mode 100644
index ac7c046..0000000
--- a/.black.rasi
+++ /dev/null
@@ -1,37 +0,0 @@
1configuration {
2 show-icons: false;
3 disable-history: false;
4}
5
6* {
7 font: "Berkeley Mono Bold 14";
8 foreground: white;
9 background-color: black;
10}
11
12#window {
13 background-color: black;
14 border: 2;
15 border-color: white;
16 padding: 20;
17 width: 800;
18}
19
20prompt, inputbar, entry {
21 text-color: white;
22 padding: 0 10 10 0;
23}
24
25listview {
26 lines: 20;
27 columns: 1;
28}
29
30element-text {
31 text-color: khaki;
32}
33
34element-text selected {
35 text-color: black;
36 background-color: white;
37}