mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-07 15:37:14 +02:00
Updated info on Colors.plist
git-svn-id: http://macvim.googlecode.com/svn/trunk@278 96c4425d-ca35-0410-94e5-3396d5c13a8f
This commit is contained in:
@@ -141,9 +141,12 @@ section of the System Preferences. The latter is the selection color used by
|
||||
a Cocoa application when it is not in focus.
|
||||
|
||||
*Colors.plist*
|
||||
Apart from the system colors, it is also possible to use the colors listed in
|
||||
the dictionary "Colors.plist". The key in this dictionary is the name of the
|
||||
color and the value is an RGB value on the form #rrggbb stored as an integer.
|
||||
Apart from the system colors, it is also possible to use the standard X11
|
||||
color names (see http://en.wikipedia.org/wiki/X11_color_names) which usually
|
||||
come in a file called "rgb.txt". MacVim does not have such a file, instead it
|
||||
keeps these colors in a dictionary called "Colors.plist". The key in this
|
||||
dictionary is the name of the color and the value is an RGB value on the form
|
||||
#rrggbb stored as an integer.
|
||||
|
||||
*macvim-colorscheme*
|
||||
MacVim ships with a custom colorscheme that can be used as an alternative to
|
||||
|
||||
Reference in New Issue
Block a user