diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-05-15 18:00:53 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-05-15 18:00:53 +0200 |
commit | a99c97233bc02e682d2c7ef8f8fe584412fa7957 (patch) | |
tree | e96e8407efdab8ac0ef288e6889d004be3ccb784 /powerline/colorschemes/pdb | |
parent | 6423fc63ab75f73d641e3b2c89768f2334f2830b (diff) | |
download | dotfiles-a99c97233bc02e682d2c7ef8f8fe584412fa7957.tar.gz |
Powerbar!!!
Diffstat (limited to 'powerline/colorschemes/pdb')
-rw-r--r-- | powerline/colorschemes/pdb/__main__.json | 8 | ||||
-rw-r--r-- | powerline/colorschemes/pdb/default.json | 5 | ||||
-rw-r--r-- | powerline/colorschemes/pdb/solarized.json | 5 |
3 files changed, 18 insertions, 0 deletions
diff --git a/powerline/colorschemes/pdb/__main__.json b/powerline/colorschemes/pdb/__main__.json new file mode 100644 index 0000000..01a51fe --- /dev/null +++ b/powerline/colorschemes/pdb/__main__.json @@ -0,0 +1,8 @@ +{ + "groups": { + "current_code_name": "information:additional", + "current_context": "current_code_name", + "current_line": "information:regular", + "current_file": "information:regular" + } +} diff --git a/powerline/colorschemes/pdb/default.json b/powerline/colorschemes/pdb/default.json new file mode 100644 index 0000000..b97acf7 --- /dev/null +++ b/powerline/colorschemes/pdb/default.json @@ -0,0 +1,5 @@ +{ + "groups": { + "stack_depth": { "fg": "gray1", "bg": "gray10", "attrs": ["bold"] } + } +} diff --git a/powerline/colorschemes/pdb/solarized.json b/powerline/colorschemes/pdb/solarized.json new file mode 100644 index 0000000..2e1c787 --- /dev/null +++ b/powerline/colorschemes/pdb/solarized.json @@ -0,0 +1,5 @@ +{ + "groups": { + "stack_depth": { "fg": "solarized:base03", "bg": "solarized:base2", "attrs": ["bold"] } + } +} |