bat: set theme to Coldark-Dark

This commit is contained in:
Charles Gould 2022-11-19 18:18:31 -05:00
parent 7bbd4f0b8d
commit 5e4cf50643
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
set -gx BAT_STYLE plain set -gx BAT_STYLE plain
set -gx BAT_THEME Coldark-Dark
set -gx EDITOR hx set -gx EDITOR hx
set -gx LANG en_US.UTF-8 set -gx LANG en_US.UTF-8
set -gx PAGER 'less --tabs=4 --jump-target=.25 -iRFM' set -gx PAGER 'less --tabs=4 --jump-target=.25 -iRFM'

View File

@ -15,6 +15,7 @@
pager = delta pager = delta
[delta] [delta]
features = blame-style diff-style features = blame-style diff-style
syntax-theme = Coldark-Dark
[delta "blame-style"] [delta "blame-style"]
blame-code-style = syntax blame-code-style = syntax
blame-format = " {commit:<8} {author:^16.15} {timestamp:>10} " blame-format = " {commit:<8} {author:^16.15} {timestamp:>10} "