mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-01 12:31:01 +01:00
46 lines
1.0 KiB
Plaintext
46 lines
1.0 KiB
Plaintext
|
<?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>
|