mirror of
https://github.com/sharkdp/bat.git
synced 2025-07-18 13:03:19 +01:00
.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
Treat the cache subcommand differently from --no-config: For --no-config, insert args from selected environment variables For cache, don't insert args
46 lines
1.0 KiB
Plaintext
Vendored
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>
|