mirror of https://github.com/bjeanes/dotfiles.git
9 lines
222 B
JSON
9 lines
222 B
JSON
|
{
|
||
|
"name": "Default color scheme for IPython prompt",
|
||
|
"groups": {
|
||
|
"virtualenv": { "fg": "white", "bg": "darkcyan" },
|
||
|
"prompt": { "fg": "gray9", "bg": "gray4" },
|
||
|
"prompt_count": { "fg": "white", "bg": "gray4" }
|
||
|
}
|
||
|
}
|