solarized.json 4.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "name": "Solarized Dark",
  3. "groups": {
  4. "background": { "fg": "oldlace", "bg": "royalblue5" },
  5. "background:divider": { "fg": "lightskyblue4", "bg": "royalblue5" },
  6. "mode": { "fg": "oldlace", "bg": "green", "attr": ["bold"] },
  7. "modified_indicator": { "fg": "yellow", "bg": "darkgreencopper", "attr": ["bold"] },
  8. "paste_indicator": { "fg": "oldlace", "bg": "orange", "attr": ["bold"] },
  9. "readonly_indicator": { "fg": "red", "bg": "darkgreencopper" },
  10. "branch": { "fg": "lightyellow", "bg": "darkgreencopper" },
  11. "branch:divider": { "fg": "gray61", "bg": "darkgreencopper" },
  12. "file_directory": { "fg": "lightyellow", "bg": "darkgreencopper" },
  13. "file_name": { "fg": "oldlace", "bg": "darkgreencopper", "attr": ["bold"] },
  14. "file_size": { "fg": "oldlace", "bg": "darkgreencopper" },
  15. "file_name_no_file": { "fg": "oldlace", "bg": "darkgreencopper", "attr": ["bold"] },
  16. "file_name_empty": { "fg": "oldlace", "bg": "darkgreencopper" },
  17. "file_format": { "fg": "gray61", "bg": "royalblue5" },
  18. "file_encoding": { "fg": "gray61", "bg": "royalblue5" },
  19. "file_type": { "fg": "gray61", "bg": "royalblue5" },
  20. "file_vcs_status": { "fg": "red", "bg": "darkgreencopper" },
  21. "file_vcs_status_M": { "fg": "yellow", "bg": "darkgreencopper" },
  22. "file_vcs_status_A": { "fg": "green", "bg": "darkgreencopper" },
  23. "line_percent": { "fg": "oldlace", "bg": "lightskyblue4" },
  24. "line_current": { "fg": "gray13", "bg": "lightyellow", "attr": ["bold"] },
  25. "line_current_symbol": { "fg": "gray13", "bg": "lightyellow" },
  26. "col_current": { "fg": "azure4", "bg": "lightyellow" }
  27. },
  28. "mode_translations": {
  29. "nc": {
  30. "colors": {
  31. "darkgreencopper": "royalblue5",
  32. "lightskyblue4": "royalblue5",
  33. "azure4": "darkgreencopper",
  34. "gray61": "lightskyblue4",
  35. "lightyellow": "azure4",
  36. "oldlace": "gray61"
  37. }
  38. },
  39. "i": {
  40. "groups": {
  41. "background": { "fg": "oldlace", "bg": "darkgreencopper" },
  42. "background:divider": { "fg": "lightyellow", "bg": "darkgreencopper" },
  43. "mode": { "fg": "oldlace", "bg": "blue", "attr": ["bold"] },
  44. "modified_indicator": { "fg": "yellow", "bg": "lightyellow", "attr": ["bold"] },
  45. "paste_indicator": { "fg": "oldlace", "bg": "orange", "attr": ["bold"] },
  46. "readonly_indicator": { "fg": "red", "bg": "lightyellow" },
  47. "branch": { "fg": "darkgreencopper", "bg": "lightyellow" },
  48. "branch:divider": { "fg": "lightskyblue4", "bg": "lightyellow" },
  49. "file_directory": { "fg": "darkgreencopper", "bg": "lightyellow" },
  50. "file_name": { "fg": "royalblue5", "bg": "lightyellow", "attr": ["bold"] },
  51. "file_size": { "fg": "royalblue5", "bg": "lightyellow" },
  52. "file_name_no_file": { "fg": "royalblue5", "bg": "lightyellow", "attr": ["bold"] },
  53. "file_name_empty": { "fg": "royalblue5", "bg": "lightyellow" },
  54. "file_format": { "fg": "lightyellow", "bg": "darkgreencopper" },
  55. "file_encoding": { "fg": "lightyellow", "bg": "darkgreencopper" },
  56. "file_type": { "fg": "lightyellow", "bg": "darkgreencopper" },
  57. "file_vcs_status": { "fg": "red", "bg": "lightyellow" },
  58. "file_vcs_status_M": { "fg": "yellow", "bg": "lightyellow" },
  59. "file_vcs_status_A": { "fg": "green", "bg": "lightyellow" },
  60. "line_percent": { "fg": "oldlace", "bg": "gray61" },
  61. "line_current": { "fg": "gray13", "bg": "oldlace", "attr": ["bold"] },
  62. "line_current_symbol": { "fg": "gray13", "bg": "oldlace" },
  63. "col_current": { "fg": "azure4", "bg": "oldlace" }
  64. }
  65. },
  66. "v": {
  67. "groups": {
  68. "mode": { "fg": "oldlace", "bg": "orange", "attr": ["bold"] }
  69. }
  70. },
  71. "V": {
  72. "groups": {
  73. "mode": { "fg": "oldlace", "bg": "orange", "attr": ["bold"] }
  74. }
  75. },
  76. "R": {
  77. "groups": {
  78. "mode": { "fg": "oldlace", "bg": "red", "attr": ["bold"] }
  79. }
  80. }
  81. }
  82. }