|
536 | 536 | blame-format = "{author:<18} {commit:<6} {timestamp:<15}" |
537 | 537 | blame-palette = "#000000" "#343434" |
538 | 538 | zero-style = dim |
| 539 | + |
| 540 | +[delta "platypus"] |
| 541 | + # Author: https://github.com/sarpuser |
| 542 | + dark = true |
| 543 | + side-by-side = true |
| 544 | + true-color = always |
| 545 | + file-added-label = [+] |
| 546 | + file-copied-label = [==] |
| 547 | + file-modified-label = [M] |
| 548 | + file-removed-label = [-] |
| 549 | + file-renamed-label = [->] |
| 550 | + file-style = "#ff9b00" ul bold |
| 551 | + file-decoration-style = "#ea00ff" box ul |
| 552 | + zero-style = syntax |
| 553 | + syntax-theme = Solarized (dark) |
| 554 | + commit-decoration-style ="#ea00ff" ul |
| 555 | + hunk-header-decoration-style = omit |
| 556 | + hunk-header-file-style = "#ff9b00" ul bold |
| 557 | + hunk-header-line-number-style = "#ffd21a" bold |
| 558 | + hunk-header-style = line-number syntax bold italic |
| 559 | + line-numbers = true |
| 560 | + line-numbers-left-format = "{nm:>1}|" |
| 561 | + line-numbers-left-style = "#ea00ff" |
| 562 | + line-numbers-minus-style = "#ff0051" bold |
| 563 | + line-numbers-plus-style = "#1ac71e" bold |
| 564 | + line-numbers-right-format = "{np:>1}|" |
| 565 | + line-numbers-right-style = "#ea00ff" |
| 566 | + line-numbers-zero-style = "#aaaaaa" italic |
| 567 | + minus-emph-style = syntax bold "#b80000" |
| 568 | + minus-style = syntax "#5d001e" |
| 569 | + plus-emph-style = syntax bold "#1a861a" |
| 570 | + plus-style = syntax "#2a5e37" |
| 571 | + whitespace-error-style = "#280050" |
| 572 | + wrap-max-lines = unlimited |
| 573 | + wrap-right-percent = 1 |
0 commit comments