1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-07-18 13:03:19 +01:00
Files
.github
assets
diagnostics
doc
examples
src
tests
benchmarks
examples
cache_source
syntaxes
themes
example.tmTheme
git
regression_tests
sub_directory
system_config
bat-tabs.conf
bat.conf
cache
cache.c
empty.txt
long-single-line.txt
longline.json
multiline.txt
nonprintable.txt
single-line.txt
tabs.txt
test.binary
test.demo.foo.suffix
test.demo.suffix
test.json.suffix
test.json~
test.txt
test_BOM.txt
test_UTF-16LE.txt
unicode-wrap.txt
mocked-pagers
scripts
snapshots
syntax-tests
tester
utils
.gitattributes
assets.rs
integration_tests.rs
no_duplicate_extensions.rs
snapshot_tests.rs
system_wide_config.rs
test_pretty_printer.rs
.gitignore
.gitmodules
CHANGELOG.md
CONTRIBUTING.md
Cargo.lock
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
NOTICE
README.md
build.rs
rustfmt.toml
bat/tests/examples/cache_source/themes/example.tmTheme
Aaron Kollasch e773b48135 Fix cache subcommand and add tests
Treat the cache subcommand differently from --no-config:
For --no-config, insert args from selected environment variables
For cache, don't insert args
2022-11-02 16:48:51 -04:00

46 lines
1.0 KiB
Plaintext
Vendored

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>example</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
<dict>
<key>background</key>
<string>#222222</string>
<key>caret</key>
<string>#979797</string>
<key>foreground</key>
<string>#F8F8F8</string>
<key>invisibles</key>
<string>#777777</string>
<key>lineHighlight</key>
<string>#000000</string>
<key>selection</key>
<string>#57CCBF</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Comment</string>
<key>scope</key>
<string>comment</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#777777</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>0123-4567-89AB-CDEF</string>
<key>colorSpaceName</key>
<string>sRGB</string>
<key>semanticClass</key>
<string>theme</string>
</dict>
</plist>