|
1 | 1 | return {
|
2 |
| - force_reverse_video_cursor = true, |
3 |
| - colors = { |
4 |
| - foreground = "#ffffff", |
5 |
| - background = "#16181A ", |
| 2 | + foreground = "#ffffff", |
| 3 | + background = "#16181a", |
6 | 4 |
|
7 |
| - cursor_bg = "#ffffff", |
8 |
| - cursor_fg = "#ffffff", |
9 |
| - cursor_border = "#ffffff", |
| 5 | + cursor_bg = "#ffffff", |
| 6 | + cursor_fg = "#ffffff", |
| 7 | + cursor_border = "#ffffff", |
10 | 8 |
|
11 |
| - selection_fg = "#ffffff", |
12 |
| - selection_bg = "#3c4048", |
| 9 | + selection_fg = "#ffffff", |
| 10 | + selection_bg = "#3c4048", |
13 | 11 |
|
14 |
| - scrollbar_thumb = "#16181a", |
15 |
| - split = "#16181a", |
| 12 | + scrollbar_thumb = "#16181a", |
| 13 | + split = "#16181a", |
16 | 14 |
|
17 |
| - ansi = { "#16181a", "#ff6e5e", "#5eff6c", "#f1ff5e", "#5ea1ff", "#bd5eff", "#5ef1ff", "#ffffff" }, |
18 |
| - brights = { "#3c4048", "#ff6e5e", "#5eff6c", "#f1ff5e", "#5ea1ff", "#bd5eff", "#5ef1ff", "#ffffff" }, |
19 |
| - indexed = { [16] = "#ffbd5e", [17] = "#ff6e5e" }, |
20 |
| - }, |
| 15 | + ansi = { "#16181a", "#ff6e5e", "#5eff6c", "#f1ff5e", "#5ea1ff", "#bd5eff", "#5ef1ff", "#ffffff" }, |
| 16 | + brights = { "#3c4048", "#ff6e5e", "#5eff6c", "#f1ff5e", "#5ea1ff", "#bd5eff", "#5ef1ff", "#ffffff" }, |
| 17 | + indexed = { [16] = "#ffbd5e", [17] = "#ff6e5e" }, |
21 | 18 | }
|
0 commit comments