You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

84 lines
1.7 KiB

  1. ; default theme, also embedded in the source of fast-syntax-highlighting
  2. [base]
  3. default = none
  4. unknown-token = red,bold
  5. commandseparator = none
  6. redirection = none
  7. here-string-tri = yellow
  8. here-string-text = 18
  9. here-string-var = cyan,bg:18
  10. exec-descriptor = yellow,bold
  11. comment = black,bold
  12. correct-subtle = 12
  13. incorrect-subtle = red
  14. subtle-separator = green
  15. subtle-bg = bg:18
  16. secondary = free
  17. ; recursive-base =
  18. [command-point]
  19. reserved-word = yellow
  20. subcommand = yellow
  21. alias = green
  22. suffix-alias = green
  23. global-alias = bg:blue
  24. builtin = green
  25. function = green
  26. command = green
  27. precommand = green
  28. hashed-command = green
  29. single-sq-bracket = green
  30. double-sq-bracket = green
  31. double-paren = yellow
  32. [paths]
  33. path = magenta
  34. pathseparator =
  35. path-to-dir = magenta,underline
  36. globbing = blue,bold
  37. globbing-ext = 13
  38. [brackets]
  39. paired-bracket = bg:blue
  40. bracket-level-1 = green,bold
  41. bracket-level-2 = yellow,bold
  42. bracket-level-3 = cyan,bold
  43. [arguments]
  44. single-hyphen-option = cyan
  45. double-hyphen-option = cyan
  46. back-quoted-argument = none
  47. single-quoted-argument = yellow
  48. double-quoted-argument = yellow
  49. dollar-quoted-argument = yellow
  50. [in-string]
  51. ; backslash in $'...'
  52. back-dollar-quoted-argument = cyan
  53. ; backslash or $... in "..."
  54. back-or-dollar-double-quoted-argument = cyan
  55. [other]
  56. variable = 113
  57. assign = none
  58. assign-array-bracket = green
  59. history-expansion = blue,bold
  60. [math]
  61. mathvar = blue,bold
  62. mathnum = magenta
  63. matherr = red
  64. [for-loop]
  65. forvar = none
  66. fornum = magenta
  67. ; operator
  68. foroper = yellow
  69. ; separator
  70. forsep = yellow,bold
  71. [case]
  72. case-input = green
  73. case-parentheses = yellow
  74. case-condition = bg:blue