config.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. "pdb": {
  16. "colorscheme": "default",
  17. "theme": "default"
  18. },
  19. "shell": {
  20. "colorscheme": "default",
  21. "theme": "default",
  22. "local_themes": {
  23. "continuation": "continuation",
  24. "select": "select"
  25. }
  26. },
  27. "tmux": {
  28. "colorscheme": "cinaeco",
  29. "theme": "cinaeco"
  30. },
  31. "vim": {
  32. "colorscheme": "default",
  33. "theme": "default",
  34. "local_themes": {
  35. "__tabline__": "tabline",
  36. "cmdwin": "cmdwin",
  37. "help": "help",
  38. "quickfix": "quickfix",
  39. "powerline.matchers.vim.plugin.nerdtree.nerdtree": "plugin_nerdtree",
  40. "powerline.matchers.vim.plugin.commandt.commandt": "plugin_commandt",
  41. "powerline.matchers.vim.plugin.gundo.gundo": "plugin_gundo",
  42. "powerline.matchers.vim.plugin.gundo.gundo_preview": "plugin_gundo-preview"
  43. }
  44. },
  45. "wm": {
  46. "colorscheme": "default",
  47. "theme": "default"
  48. }
  49. }
  50. }