summaryrefslogtreecommitdiff
path: root/.config/powerline/config.json
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-08-22 22:48:02 +0200
committeryuzu-eva <stevenhu@web.de>2022-08-22 22:48:02 +0200
commitb2abf7439ed3c8097bccd3f71f3f5410552ac7fe (patch)
treeb650fd81505e6d015e490cebf0aa9b4f0dba68c5 /.config/powerline/config.json
parent599e1315ce9be32944681ff4e88fc5afa8ae81b8 (diff)
switch from powerline to starship, added mpd & ncmpcpp configs. also using nnn now
Diffstat (limited to '.config/powerline/config.json')
-rw-r--r--.config/powerline/config.json53
1 files changed, 0 insertions, 53 deletions
diff --git a/.config/powerline/config.json b/.config/powerline/config.json
deleted file mode 100644
index fae5fe6..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_leftonly",
- "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
- }
- }
-}