]> git.madduck.net Git - etc/vim.git/blob - templates/_light.colortemplate

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Make 'Normal' foreground plain 'black' or 'white' if dimmed colours are enabled.
[etc/vim.git] / templates / _light.colortemplate
1 # vim: ft=colortemplate sessionoptions=buffers,tabpages,winsize,folds
2
3 # Comment out (do not delete) the definitions that you want to keep at their default.
4 # Color name                GUI         Base256  Base16 (optional)
5 Color: black                #121419     ~        Black
6 Color: realblack            #000000     ~        Black
7 Color: darkgray             #575c66     ~        DarkGray
8 Color: red                  #ae1528     ~        Red
9 Color: brightred            #ddabbc     ~        LightRed
10 Color: darkred              #971223     ~        DarkRed
11 Color: green                #009a5a     ~        Green
12 Color: brightgreen          #abddcc     ~        LightGreen
13 Color: darkgreen            #00814b     ~        DarkGreen
14 Color: yellow               #ff8c00     ~        Yellow
15 Color: brightyellow         #ffc57f     ~        LightYellow
16 Color: darkyellow           #cc7000     ~        DarkYellow
17 Color: blue                 #004bb4     ~        Blue
18 Color: brightblue           #aec0e0     ~        LightBlue
19 Color: darkblue             #00409b     ~        DarkBlue
20 Color: magenta              #b300a4     ~        Magenta
21 Color: brightmagenta        #fc86ec     ~        LightMagenta
22 Color: darkmagenta          #9a008d     ~        DarkMagenta
23 Color: cyan                 #008d9a     ~        Cyan
24 Color: brightcyan           #00d3e7     ~        LightCyan
25 Color: darkcyan             #007681     ~        DarkCyan
26 Color: white                #eff1f4     ~        White
27 Color: brightwhite          #ffffff     ~        White
28
29 Term Colors: black darkred darkgreen darkyellow darkblue darkmagenta darkcyan white
30 Term Colors: darkgray red green yellow blue magenta cyan brightwhite
31
32 Include: _common.colortemplate