Add support for setting color options in the ~/.tig user configuration file
authorJonas Fonseca <fonseca@diku.dk>
Sun, 28 May 2006 14:38:32 +0000 (16:38 +0200)
committerJonas Fonseca <fonseca@antimatter.localdomain>
Sun, 28 May 2006 14:38:32 +0000 (16:38 +0200)
commit660e09ad0123e5c31bfca8ce0e7d1df835786232
tree2eecfad530fc363f91e56cb609d8d67a0bac1a2c
parent4a63c884c2b116c3ea57487bc93bafda0d1993e7
Add support for setting color options in the ~/.tig user configuration file

Now you can put stuff like this in ~/.tig:

# Diff colors
color diff-header yellow default
color diff-index blue default
color diff-chunk magenta default
# UI colors
color title-blur white blue
color title-focus white blue bold
Makefile
tig.c