diff options
Diffstat (limited to '.black.rasi')
| -rw-r--r-- | .black.rasi | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/.black.rasi b/.black.rasi new file mode 100644 index 0000000..cbcb99f --- /dev/null +++ b/.black.rasi | |||
| @@ -0,0 +1,38 @@ | |||
| 1 | configuration { | ||
| 2 | show-icons: false; | ||
| 3 | disable-history: true; | ||
| 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 | |||
| 20 | prompt, inputbar, entry { | ||
| 21 | text-color: white; | ||
| 22 | padding: 0 10 10 0; | ||
| 23 | text-style: bold; | ||
| 24 | } | ||
| 25 | |||
| 26 | listview { | ||
| 27 | lines: 20; | ||
| 28 | columns: 1; | ||
| 29 | } | ||
| 30 | |||
| 31 | element-text { | ||
| 32 | text-color: khaki; | ||
| 33 | } | ||
| 34 | |||
| 35 | element-text selected { | ||
| 36 | text-color: black; | ||
| 37 | background-color: white; | ||
| 38 | } | ||
