mirror of
https://github.com/joshdick/onedark.vim.git
synced 2025-11-18 07:53:39 -05:00
Tweak terminal color scheme selection colors to be more sensible.
Fixes #104.
This commit is contained in:
259
build/templates/One Dark.itermcolors
Normal file
259
build/templates/One Dark.itermcolors
Normal file
@@ -0,0 +1,259 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>Ansi 0 Color</key>
|
||||
<dict>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Blue Component</key>
|
||||
<real>{{=c[0][2]}}</real>
|
||||
<key>Green Component</key>
|
||||
<real>{{=c[0][1]}}</real>
|
||||
<key>Red Component</key>
|
||||
<real>{{=c[0][0]}}</real>
|
||||
</dict>
|
||||
<key>Ansi 1 Color</key>
|
||||
<dict>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Blue Component</key>
|
||||
<real>{{=c[1][2]}}</real>
|
||||
<key>Green Component</key>
|
||||
<real>{{=c[1][1]}}</real>
|
||||
<key>Red Component</key>
|
||||
<real>{{=c[1][0]}}</real>
|
||||
</dict>
|
||||
<key>Ansi 10 Color</key>
|
||||
<dict>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Blue Component</key>
|
||||
<real>{{=c[10][2]}}</real>
|
||||
<key>Green Component</key>
|
||||
<real>{{=c[10][1]}}</real>
|
||||
<key>Red Component</key>
|
||||
<real>{{=c[10][0]}}</real>
|
||||
</dict>
|
||||
<key>Ansi 11 Color</key>
|
||||
<dict>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Blue Component</key>
|
||||
<real>{{=c[11][2]}}</real>
|
||||
<key>Green Component</key>
|
||||
<real>{{=c[11][1]}}</real>
|
||||
<key>Red Component</key>
|
||||
<real>{{=c[11][0]}}</real>
|
||||
</dict>
|
||||
<key>Ansi 12 Color</key>
|
||||
<dict>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Blue Component</key>
|
||||
<real>{{=c[12][2]}}</real>
|
||||
<key>Green Component</key>
|
||||
<real>{{=c[12][1]}}</real>
|
||||
<key>Red Component</key>
|
||||
<real>{{=c[12][0]}}</real>
|
||||
</dict>
|
||||
<key>Ansi 13 Color</key>
|
||||
<dict>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Blue Component</key>
|
||||
<real>{{=c[13][2]}}</real>
|
||||
<key>Green Component</key>
|
||||
<real>{{=c[13][1]}}</real>
|
||||
<key>Red Component</key>
|
||||
<real>{{=c[13][0]}}</real>
|
||||
</dict>
|
||||
<key>Ansi 14 Color</key>
|
||||
<dict>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Blue Component</key>
|
||||
<real>{{=c[14][2]}}</real>
|
||||
<key>Green Component</key>
|
||||
<real>{{=c[14][1]}}</real>
|
||||
<key>Red Component</key>
|
||||
<real>{{=c[14][0]}}</real>
|
||||
</dict>
|
||||
<key>Ansi 15 Color</key>
|
||||
<dict>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Blue Component</key>
|
||||
<real>{{=c[15][2]}}</real>
|
||||
<key>Green Component</key>
|
||||
<real>{{=c[15][1]}}</real>
|
||||
<key>Red Component</key>
|
||||
<real>{{=c[15][0]}}</real>
|
||||
</dict>
|
||||
<key>Ansi 2 Color</key>
|
||||
<dict>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Blue Component</key>
|
||||
<real>{{=c[2][2]}}</real>
|
||||
<key>Green Component</key>
|
||||
<real>{{=c[2][1]}}</real>
|
||||
<key>Red Component</key>
|
||||
<real>{{=c[2][0]}}</real>
|
||||
</dict>
|
||||
<key>Ansi 3 Color</key>
|
||||
<dict>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Blue Component</key>
|
||||
<real>{{=c[3][2]}}</real>
|
||||
<key>Green Component</key>
|
||||
<real>{{=c[3][1]}}</real>
|
||||
<key>Red Component</key>
|
||||
<real>{{=c[3][0]}}</real>
|
||||
</dict>
|
||||
<key>Ansi 4 Color</key>
|
||||
<dict>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Blue Component</key>
|
||||
<real>{{=c[4][2]}}</real>
|
||||
<key>Green Component</key>
|
||||
<real>{{=c[4][1]}}</real>
|
||||
<key>Red Component</key>
|
||||
<real>{{=c[4][0]}}</real>
|
||||
</dict>
|
||||
<key>Ansi 5 Color</key>
|
||||
<dict>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Blue Component</key>
|
||||
<real>{{=c[5][2]}}</real>
|
||||
<key>Green Component</key>
|
||||
<real>{{=c[5][1]}}</real>
|
||||
<key>Red Component</key>
|
||||
<real>{{=c[5][0]}}</real>
|
||||
</dict>
|
||||
<key>Ansi 6 Color</key>
|
||||
<dict>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Blue Component</key>
|
||||
<real>{{=c[6][2]}}</real>
|
||||
<key>Green Component</key>
|
||||
<real>{{=c[6][1]}}</real>
|
||||
<key>Red Component</key>
|
||||
<real>{{=c[6][0]}}</real>
|
||||
</dict>
|
||||
<key>Ansi 7 Color</key>
|
||||
<dict>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Blue Component</key>
|
||||
<real>{{=c[7][2]}}</real>
|
||||
<key>Green Component</key>
|
||||
<real>{{=c[7][1]}}</real>
|
||||
<key>Red Component</key>
|
||||
<real>{{=c[7][0]}}</real>
|
||||
</dict>
|
||||
<key>Ansi 8 Color</key>
|
||||
<dict>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Blue Component</key>
|
||||
<real>{{=c[8][2]}}</real>
|
||||
<key>Green Component</key>
|
||||
<real>{{=c[8][1]}}</real>
|
||||
<key>Red Component</key>
|
||||
<real>{{=c[8][0]}}</real>
|
||||
</dict>
|
||||
<key>Ansi 9 Color</key>
|
||||
<dict>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Blue Component</key>
|
||||
<real>{{=c[9][2]}}</real>
|
||||
<key>Green Component</key>
|
||||
<real>{{=c[9][1]}}</real>
|
||||
<key>Red Component</key>
|
||||
<real>{{=c[9][0]}}</real>
|
||||
</dict>
|
||||
<key>Background Color</key>
|
||||
<dict>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Blue Component</key>
|
||||
<real>{{=c.background[2]}}</real>
|
||||
<key>Green Component</key>
|
||||
<real>{{=c.background[1]}}</real>
|
||||
<key>Red Component</key>
|
||||
<real>{{=c.background[0]}}</real>
|
||||
</dict>
|
||||
<key>Bold Color</key>
|
||||
<dict>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Blue Component</key>
|
||||
<real>{{=c.foreground[2]}}</real>
|
||||
<key>Green Component</key>
|
||||
<real>{{=c.foreground[1]}}</real>
|
||||
<key>Red Component</key>
|
||||
<real>{{=c.foreground[0]}}</real>
|
||||
</dict>
|
||||
<key>Cursor Color</key>
|
||||
<dict>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Blue Component</key>
|
||||
<real>{{=c.foreground[2]}}</real>
|
||||
<key>Green Component</key>
|
||||
<real>{{=c.foreground[1]}}</real>
|
||||
<key>Red Component</key>
|
||||
<real>{{=c.foreground[0]}}</real>
|
||||
</dict>
|
||||
<key>Cursor Text Color</key>
|
||||
<dict>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Blue Component</key>
|
||||
<real>{{=c.background[2]}}</real>
|
||||
<key>Green Component</key>
|
||||
<real>{{=c.background[1]}}</real>
|
||||
<key>Red Component</key>
|
||||
<real>{{=c.background[0]}}</real>
|
||||
</dict>
|
||||
<key>Foreground Color</key>
|
||||
<dict>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Blue Component</key>
|
||||
<real>{{=c.foreground[2]}}</real>
|
||||
<key>Green Component</key>
|
||||
<real>{{=c.foreground[1]}}</real>
|
||||
<key>Red Component</key>
|
||||
<real>{{=c.foreground[0]}}</real>
|
||||
</dict>
|
||||
<key>Selected Text Color</key>
|
||||
<dict>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Blue Component</key>
|
||||
<real>{{=c.background[2]}}</real>
|
||||
<key>Green Component</key>
|
||||
<real>{{=c.background[1]}}</real>
|
||||
<key>Red Component</key>
|
||||
<real>{{=c.background[0]}}</real>
|
||||
</dict>
|
||||
<key>Selection Color</key>
|
||||
<dict>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Blue Component</key>
|
||||
<real>{{=c.foreground[2]}}</real>
|
||||
<key>Green Component</key>
|
||||
<real>{{=c.foreground[1]}}</real>
|
||||
<key>Red Component</key>
|
||||
<real>{{=c.foreground[0]}}</real>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
94
build/templates/One Dark.terminal
Normal file
94
build/templates/One Dark.terminal
Normal file
@@ -0,0 +1,94 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>ANSIBlackColor</key>
|
||||
<data>
|
||||
{{=c[0]}}
|
||||
</data>
|
||||
<key>ANSIBlueColor</key>
|
||||
<data>
|
||||
{{=c[4]}}
|
||||
</data>
|
||||
<key>ANSIBrightBlackColor</key>
|
||||
<data>
|
||||
{{=c[8]}}
|
||||
</data>
|
||||
<key>ANSIBrightBlueColor</key>
|
||||
<data>
|
||||
{{=c[12]}}
|
||||
</data>
|
||||
<key>ANSIBrightCyanColor</key>
|
||||
<data>
|
||||
{{=c[14]}}
|
||||
</data>
|
||||
<key>ANSIBrightGreenColor</key>
|
||||
<data>
|
||||
{{=c[10]}}
|
||||
</data>
|
||||
<key>ANSIBrightMagentaColor</key>
|
||||
<data>
|
||||
{{=c[13]}}
|
||||
</data>
|
||||
<key>ANSIBrightRedColor</key>
|
||||
<data>
|
||||
{{=c[9]}}
|
||||
</data>
|
||||
<key>ANSIBrightWhiteColor</key>
|
||||
<data>
|
||||
{{=c[15]}}
|
||||
</data>
|
||||
<key>ANSIBrightYellowColor</key>
|
||||
<data>
|
||||
{{=c[11]}}
|
||||
</data>
|
||||
<key>ANSICyanColor</key>
|
||||
<data>
|
||||
{{=c[6]}}
|
||||
</data>
|
||||
<key>ANSIGreenColor</key>
|
||||
<data>
|
||||
{{=c[2]}}
|
||||
</data>
|
||||
<key>ANSIMagentaColor</key>
|
||||
<data>
|
||||
{{=c[5]}}
|
||||
</data>
|
||||
<key>ANSIRedColor</key>
|
||||
<data>
|
||||
{{=c[1]}}
|
||||
</data>
|
||||
<key>ANSIWhiteColor</key>
|
||||
<data>
|
||||
{{=c[7]}}
|
||||
</data>
|
||||
<key>ANSIYellowColor</key>
|
||||
<data>
|
||||
{{=c[3]}}
|
||||
</data>
|
||||
<key>BackgroundColor</key>
|
||||
<data>
|
||||
{{=c.background}}
|
||||
</data>
|
||||
<key>CursorColor</key>
|
||||
<data>
|
||||
{{=c.foreground}}
|
||||
</data>
|
||||
<key>SelectionColor</key>
|
||||
<data>
|
||||
{{=c[15]}}
|
||||
</data>
|
||||
<key>TextBoldColor</key>
|
||||
<data>
|
||||
{{=c.foreground}}
|
||||
</data>
|
||||
<key>TextColor</key>
|
||||
<data>
|
||||
{{=c.foreground}}
|
||||
</data>
|
||||
<key>name</key>
|
||||
<string>One Dark</string>
|
||||
<key>type</key>
|
||||
<string>Window Settings</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user