aboutsummaryrefslogtreecommitdiff
path: root/config/powerline/colorschemes/ipython/default.json
diff options
context:
space:
mode:
authorBen Beltran <ben@freshout.us>2013-04-23 08:46:40 -0500
committerBen Beltran <ben@freshout.us>2013-04-23 08:46:40 -0500
commit5fab93bf6c853f0f37d30f9cb91a0760d3e006cb (patch)
treef1d69f20fa36b2998ee9774074c6f5d0b10a4776 /config/powerline/colorschemes/ipython/default.json
parent400b7c363c615dca6674a0381122d35f0949b6e6 (diff)
parent577b791c99b07471ec27e1f9c09e756a6f1da0cd (diff)
Merge branch 'master' of github.com:benbeltran/dotfiles
Diffstat (limited to 'config/powerline/colorschemes/ipython/default.json')
-rw-r--r--config/powerline/colorschemes/ipython/default.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/powerline/colorschemes/ipython/default.json b/config/powerline/colorschemes/ipython/default.json
new file mode 100644
index 0000000..d787591
--- /dev/null
+++ b/config/powerline/colorschemes/ipython/default.json
@@ -0,0 +1,8 @@
+{
+ "name": "Default color scheme for IPython prompt",
+ "groups": {
+ "virtualenv": { "fg": "white", "bg": "darkcyan" },
+ "prompt": { "fg": "gray9", "bg": "gray4" },
+ "prompt_count": { "fg": "white", "bg": "gray4" }
+ }
+}