Add solarized support for shell exit status segments

Closes #165.
This commit is contained in:
Kim Silkebækken 2013-02-05 13:48:33 +01:00
parent 6f69322024
commit 184dac1bff
1 changed files with 3 additions and 1 deletions

View File

@ -26,6 +26,8 @@
"cwd": { "fg": "base2", "bg": "base01" },
"cwd:current_folder": { "fg": "base3", "bg": "base01", "attr": ["bold"] },
"cwd:divider": { "fg": "base1", "bg": "base01" },
"hostname": { "fg": "base3", "bg": "base01" }
"hostname": { "fg": "base3", "bg": "base01" },
"exit_fail": { "fg": "base3", "bg": "red" },
"exit_success": { "fg": "base3", "bg": "green" }
}
}