summaryrefslogtreecommitdiffstats
path: root/src/tests/ansi_test_utils.rs
AgeCommit message (Expand)Author
2020-05-31In tests, handle 4-bit colors in the context of arbitrary stylesDan Davison
2020-05-31Add support for 4-bit foreground colors in test utilitiesDan Davison
2020-05-31In tests, interpret color string as style stringDan Davison
2020-05-27Refactor: Create color and theme modules, consolidate style codeDan Davison
2020-05-26Update tests after implementing decoration stylesDan Davison
2020-05-25Add tests of --file-style, --commit-style, --hunk-styleDan Davison
2020-05-22Use new Style struct, wrapping ansi_term::StyleDan Davison
2020-05-22Implement hunk styles using style string argumentsDan Davison
2020-05-22Use ansi_term style data structures instead of syntectDan Davison
2020-05-20Refactor: consume options when creating configDan Davison
2020-05-17Add new command-line options controlling foreground colorsDan Davison
2020-05-16Hunk highlighting test and refactoringDan Davison