summaryrefslogtreecommitdiff
path: root/src/options/theme.rs
AgeCommit message (Expand)Author
2024-09-08Consolidate doc commentsTau Gärtli
2024-09-08Remove fallback to bat theme env varTau Gärtli
2024-09-08Replace "light mode" bool with a dedicated enumTau Gärtli
2024-09-08Make docs proper module-level docsTau Gärtli
2024-09-08Make `use` top-levelTau Gärtli
2024-09-08Merge get_is_light* functions togetherTau Gärtli
2024-09-08Allow --dark to override a light syntax themeTau Gärtli
2024-09-08Add missing test combinationsTau Gärtli
2024-09-08Add test for dark themeTau Gärtli
2024-09-08Do fallback outside switchTau Gärtli
2024-09-08De-duplicate test dataTau Gärtli
2024-09-08Prevent line breaksTau Gärtli
2024-08-24Fix `Catppuccin Latte` name in `LIGHT_SYNTAX_THEMES` list (#1823)Justin Su
2024-07-21Disable light mode detection in tests (#1765)Tau Gärtli
2024-07-17Fix a typo to make Catppuccin Latte detected as light theme (#1745)Justin Su
2024-07-16Update `terminal-colorsaurus` (#1699)Tau Gärtli
2024-05-04clippy (#1686)Dan Davison
2024-03-12Detect Dark/Light Mode from Terminal (#1615)Tau
2024-03-02Add Catppuccin latte to light syntax themes (#1573)Damir Vandic
2022-03-30Add custom env struct to store env at init (#1025)William Escande
2022-02-27Use assets API from bat library instead of vendored code (#903)Dan Davison
2021-12-14Don't take syntax-theme from env var during testsDan Davison
2021-11-15Refactor: utils moduleDan Davison
2021-07-10Clippy: don't nest module inside module with same nameDan Davison
2021-05-27Infer that a theme is light if its name contains "light" (#617)Dan Davison
2021-04-29Fix ansi syntax theme (#581)Dan Davison
2021-04-23Deprecate --24-bit-color, replacing with --true-color (#571)Dan Davison
2021-03-30Remove unnecessary trailing semicolon after enum (#555)Max
2021-03-27Fix typo in docstringCatherine Noll
2020-11-14Rename directory: src/bat -> src/bat_utilsDan Davison
2020-10-28Add gruvbox light support (#369)Michał Kiełbowicz
2020-10-04Support DELTA_PAGER env varDan Davison
2020-07-15Refactor: unify test utility functionsDan Davison
2020-06-30Rearrange: options::theme moduleDan Davison