summaryrefslogtreecommitdiffstats
path: root/src/terminal.rs
AgeCommit message (Expand)Author
2020-12-21Add ansi theme to replace ansi-light and ansi-darkMitchell Kember
2020-08-03Add new theme: base16-256Mitchell Kember
2020-05-11Fix base16, and combine 00 and 0f alpha encodingsMitchell Kember
2020-04-23cargo fmtsharkdp
2020-04-22Use 4-bit ANSI codes for base16 themesharkdp
2020-03-31Strip dependencies of bat-as-a-libraryDavid Tolnay
2020-03-04Support combination of multiple styles at the same timePavel Aslanov
2019-12-15Leave blank lines blank terminal output.Mohamad Barbar
2019-05-08Add 3 new themes: ansi-light, ansi-dark, base16Mitchell Kember
2018-12-16Merge branch 'master' of https://github.com/tskinn/bat into tskinn-mastersharkdp
2018-11-04Changed italics to use-italic-text in configNisheet Sinvhal
2018-11-04italics enable|disable workingNisheet Sinvhal
2018-10-09add line highlightTaylor
2018-09-23Use ansi_colours package for better true-colour approximationMichal Nazarewicz
2018-08-22Major refactoring and cleanupsharkdp
2018-08-19Extract grid and line-number color from themev0.5.0sharkdp
2018-08-18Avoid floating point arithmetic in RGB→8-bit ANSI approximationMichal Nazarewicz
2018-05-13PR #102 Followed @BrainMaestro's suggestionseth-p
2018-05-12Merge branch 'master' into masterEthan P
2018-05-12PR #102 Review Changeseth-p
2018-05-12Add bold, italic and underline font stylessharkdp
2018-05-11Added line wrapping.eth-p
2018-05-06Run 'cargo fmt' and enforce via Travissharkdp
2018-05-06Add color flagEzinwa Okpoechi
2018-04-26Fix clippy warningssharkdp
2018-04-23Enable 8 bit color support, closes #11sharkdp