mirror of
https://github.com/joshdick/onedark.vim.git
synced 2025-11-18 07:53:39 -05:00
Terminal color tweaks. (#201)
* Add KiTTY configuration (manually; could potentially use https://github.com/stayradiated/termcolors/pull/17/ in the future) * Tweak foreground/background/white/black colors to be visually distinct from one another Closes #200.
This commit is contained in:
@@ -7,11 +7,11 @@
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Blue Component</key>
|
||||
<real>0.20392156862745098</real>
|
||||
<real>0.4392156862745098</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.17254901960784313</real>
|
||||
<real>0.38823529411764707</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.1568627450980392</real>
|
||||
<real>0.3607843137254902</real>
|
||||
</dict>
|
||||
<key>Ansi 1 Color</key>
|
||||
<dict>
|
||||
@@ -84,11 +84,11 @@
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Blue Component</key>
|
||||
<real>0.4392156862745098</real>
|
||||
<real>0.3215686274509804</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.38823529411764707</real>
|
||||
<real>0.26666666666666666</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.3607843137254902</real>
|
||||
<real>0.24313725490196078</real>
|
||||
</dict>
|
||||
<key>Ansi 2 Color</key>
|
||||
<dict>
|
||||
@@ -161,11 +161,11 @@
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Blue Component</key>
|
||||
<real>0.3215686274509804</real>
|
||||
<real>0.38823529411764707</real>
|
||||
<key>Green Component</key>
|
||||
<real>0.26666666666666666</real>
|
||||
<real>0.3215686274509804</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.24313725490196078</real>
|
||||
<real>0.29411764705882354</real>
|
||||
</dict>
|
||||
<key>Ansi 9 Color</key>
|
||||
<dict>
|
||||
|
||||
Reference in New Issue
Block a user