We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ee4e51 commit 6002863Copy full SHA for 6002863
srcery-theme.el
@@ -3391,6 +3391,13 @@
3391
`(orderless-match-face-3
3392
((,srcery-class (:foreground ,srcery-bright-green))
3393
(,srcery-256-class (:foreground ,srcery-256-bright-green))))
3394
+
3395
+ ;;----------------------------------------------------------------------------
3396
+ ;; OCaml (tuareg)
3397
3398
+ `(tuareg-font-lock-governing-face
3399
+ ((,srcery-class (:foreground ,srcery-bright-yellow))
3400
+ (,srcery-256-class (:foreground ,srcery-256-bright-yellow))))
3401
)
3402
3403
(custom-theme-set-variables
0 commit comments