index
:
delta.git/.git
main
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
options
/
theme.rs
Age
Commit message (
Expand
)
Author
2024-09-08
Consolidate doc comments
Tau Gärtli
2024-09-08
Remove fallback to bat theme env var
Tau Gärtli
2024-09-08
Replace "light mode" bool with a dedicated enum
Tau Gärtli
2024-09-08
Make docs proper module-level docs
Tau Gärtli
2024-09-08
Make `use` top-level
Tau Gärtli
2024-09-08
Merge get_is_light* functions together
Tau Gärtli
2024-09-08
Allow --dark to override a light syntax theme
Tau Gärtli
2024-09-08
Add missing test combinations
Tau Gärtli
2024-09-08
Add test for dark theme
Tau Gärtli
2024-09-08
Do fallback outside switch
Tau Gärtli
2024-09-08
De-duplicate test data
Tau Gärtli
2024-09-08
Prevent line breaks
Tau Gärtli
2024-08-24
Fix `Catppuccin Latte` name in `LIGHT_SYNTAX_THEMES` list (#1823)
Justin Su
2024-07-21
Disable light mode detection in tests (#1765)
Tau Gärtli
2024-07-17
Fix a typo to make Catppuccin Latte detected as light theme (#1745)
Justin Su
2024-07-16
Update `terminal-colorsaurus` (#1699)
Tau Gärtli
2024-05-04
clippy (#1686)
Dan Davison
2024-03-12
Detect Dark/Light Mode from Terminal (#1615)
Tau
2024-03-02
Add Catppuccin latte to light syntax themes (#1573)
Damir Vandic
2022-03-30
Add custom env struct to store env at init (#1025)
William Escande
2022-02-27
Use assets API from bat library instead of vendored code (#903)
Dan Davison
2021-12-14
Don't take syntax-theme from env var during tests
Dan Davison
2021-11-15
Refactor: utils module
Dan Davison
2021-07-10
Clippy: don't nest module inside module with same name
Dan Davison
2021-05-27
Infer that a theme is light if its name contains "light" (#617)
Dan Davison
2021-04-29
Fix ansi syntax theme (#581)
Dan Davison
2021-04-23
Deprecate --24-bit-color, replacing with --true-color (#571)
Dan Davison
2021-03-30
Remove unnecessary trailing semicolon after enum (#555)
Max
2021-03-27
Fix typo in docstring
Catherine Noll
2020-11-14
Rename directory: src/bat -> src/bat_utils
Dan Davison
2020-10-28
Add gruvbox light support (#369)
Michał Kiełbowicz
2020-10-04
Support DELTA_PAGER env var
Dan Davison
2020-07-15
Refactor: unify test utility functions
Dan Davison
2020-06-30
Rearrange: options::theme module
Dan Davison