config.json 984 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "common": {
  3. "term_truecolor": false
  4. },
  5. "ext": {
  6. "ipython": {
  7. "colorscheme": "default",
  8. "theme": "in",
  9. "local_themes": {
  10. "rewrite": "rewrite",
  11. "out": "out",
  12. "in2": "in2"
  13. }
  14. },
  15. "shell": {
  16. "colorscheme": "default",
  17. "theme": "default",
  18. "local_themes": {
  19. "continuation": "continuation",
  20. "select": "select"
  21. }
  22. },
  23. "tmux": {
  24. "colorscheme": "cinaeco",
  25. "theme": "cinaeco"
  26. },
  27. "vim": {
  28. "colorscheme": "default",
  29. "theme": "default",
  30. "local_themes": {
  31. "__tabline__": "tabline",
  32. "cmdwin": "cmdwin",
  33. "help": "help",
  34. "quickfix": "quickfix",
  35. "powerline.matchers.vim.plugin.nerdtree.nerdtree": "plugin_nerdtree",
  36. "powerline.matchers.vim.plugin.ctrlp.ctrlp": "plugin_ctrlp",
  37. "powerline.matchers.vim.plugin.gundo.gundo": "plugin_gundo",
  38. "powerline.matchers.vim.plugin.gundo.gundo_preview": "plugin_gundo-preview"
  39. }
  40. },
  41. "wm": {
  42. "colorscheme": "default",
  43. "theme": "default"
  44. }
  45. }
  46. }