From 90b94aaad9389c529d939ccf61509128e6667da2 Mon Sep 17 00:00:00 2001 From: Siina Mashek Date: Fri, 9 Apr 2021 08:53:33 +0300 Subject: [PATCH] Removing powerline --- config/powerline/colorschemes/default.json | 18 ------- config/powerline/config.json | 53 --------------------- config/powerline/themes/shell/__main__.json | 18 ------- config/powerline/themes/shell/default.json | 34 ------------- 4 files changed, 123 deletions(-) delete mode 100644 config/powerline/colorschemes/default.json delete mode 100644 config/powerline/config.json delete mode 100644 config/powerline/themes/shell/__main__.json delete mode 100644 config/powerline/themes/shell/default.json diff --git a/config/powerline/colorschemes/default.json b/config/powerline/colorschemes/default.json deleted file mode 100644 index e688837..0000000 --- a/config/powerline/colorschemes/default.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "groups": { - "gitstatus": { "fg": "gray8", "bg": "gray2", "attrs": [] }, - "gitstatus_branch": { "fg": "gray8", "bg": "gray2", "attrs": [] }, - "gitstatus_branch_clean": { "fg": "green", "bg": "gray2", "attrs": [] }, - "gitstatus_branch_dirty": { "fg": "gray8", "bg": "gray2", "attrs": [] }, - "gitstatus_branch_detached": { "fg": "mediumpurple", "bg": "gray2", "attrs": [] }, - "gitstatus_tag": { "fg": "darkcyan", "bg": "gray2", "attrs": [] }, - "gitstatus_behind": { "fg": "gray10", "bg": "gray2", "attrs": [] }, - "gitstatus_ahead": { "fg": "gray10", "bg": "gray2", "attrs": [] }, - "gitstatus_staged": { "fg": "green", "bg": "gray2", "attrs": [] }, - "gitstatus_unmerged": { "fg": "brightred", "bg": "gray2", "attrs": [] }, - "gitstatus_changed": { "fg": "mediumorange", "bg": "gray2", "attrs": [] }, - "gitstatus_untracked": { "fg": "brightestorange", "bg": "gray2", "attrs": [] }, - "gitstatus_stashed": { "fg": "darkblue", "bg": "gray2", "attrs": [] }, - "gitstatus:divider": { "fg": "gray8", "bg": "gray2", "attrs": [] } - } -} diff --git a/config/powerline/config.json b/config/powerline/config.json deleted file mode 100644 index 4491885..0000000 --- a/config/powerline/config.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "common": { - "term_truecolor": false - }, - "ext": { - "ipython": { - "colorscheme": "default", - "theme": "in", - "local_themes": { - "rewrite": "rewrite", - "out": "out", - "in2": "in2" - } - }, - "pdb": { - "colorscheme": "default", - "theme": "default" - }, - "shell": { - "colorscheme": "default", - "theme": "default", - "local_themes": { - "continuation": "continuation", - "select": "select" - } - }, - "tmux": { - "colorscheme": "default", - "theme": "default" - }, - "vim": { - "colorscheme": "default", - "theme": "default", - "local_themes": { - "__tabline__": "tabline", - - "cmdwin": "cmdwin", - "help": "help", - "quickfix": "quickfix", - - "powerline.matchers.vim.plugin.nerdtree.nerdtree": "plugin_nerdtree", - "powerline.matchers.vim.plugin.commandt.commandt": "plugin_commandt", - "powerline.matchers.vim.plugin.gundo.gundo": "plugin_gundo", - "powerline.matchers.vim.plugin.gundo.gundo_preview": "plugin_gundo-preview" - } - }, - "wm": { - "colorscheme": "default", - "theme": "default", - "update_interval": 2 - } - } -} diff --git a/config/powerline/themes/shell/__main__.json b/config/powerline/themes/shell/__main__.json deleted file mode 100644 index c4e7316..0000000 --- a/config/powerline/themes/shell/__main__.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "gitstatus": { - "args": { - "formats": { - "branch": "\ue0a0 {}", - "tag": " ★ {}", - "behind": " ↓ {}", - "ahead": " ↑ {}", - "staged": " ● {}", - "unmerged": " ✖ {}", - "changed": " ✚ {}", - "untracked": " … {}", - "stashed": " ⚑ {}" - }, - "detached_head_style": "ref" - } - } -} diff --git a/config/powerline/themes/shell/default.json b/config/powerline/themes/shell/default.json deleted file mode 100644 index 1244af7..0000000 --- a/config/powerline/themes/shell/default.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "segments": { - "left": [ - { - "function": "powerline.segments.common.net.hostname", - "priority": 10 - }, - { - "function": "powerline.segments.common.env.user", - "priority": 30 - }, - { - "function": "powerline.segments.common.env.virtualenv", - "priority": 50 - }, - { - "function": "powerline_gitstatus.gitstatus", - "priority": 40 - }, - { - "function": "powerline.segments.shell.cwd", - "priority": 10 - }, - { - "function": "powerline.segments.shell.jobnum", - "priority": 20 - }, - { - "function": "powerline.segments.shell.last_pipe_status", - "priority": 10 - } - ] - } -}