aboutsummaryrefslogtreecommitdiff
path: root/Common/powerline_config/themes/pdb/default.json
diff options
context:
space:
mode:
Diffstat (limited to 'Common/powerline_config/themes/pdb/default.json')
-rw-r--r--Common/powerline_config/themes/pdb/default.json27
1 files changed, 0 insertions, 27 deletions
diff --git a/Common/powerline_config/themes/pdb/default.json b/Common/powerline_config/themes/pdb/default.json
deleted file mode 100644
index dcae108..0000000
--- a/Common/powerline_config/themes/pdb/default.json
+++ /dev/null
@@ -1,27 +0,0 @@
-{
- "default_module": "powerline.segments.pdb",
- "segments": {
- "left": [
- {
- "function": "stack_depth"
- },
- {
- "type": "segment_list",
- "function": "powerline.listers.pdb.frame_lister",
- "segments": [
- {
- "function": "current_file",
- "after": ":"
- },
- {
- "function": "current_line",
- "after": " "
- },
- {
- "function": "current_code_name"
- }
- ]
- }
- ]
- }
-}