Commit 02816d0
committed
Bump bat version in test environment
And fix the theme script because it broke.
With bat 0.25.0, the following command
bat --list-themes --color=never
... lists the default dark and light themes appending
" (default)" and " (default light)" to their names.
But `bat --theme=<THEME_NAME>` doesn't recognize names with that part
added in, so we have to remove it.1 parent 209559b commit 02816d0
2 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
0 commit comments