From bf060befb7c7b5eba4bc899ef04589b79f7d0067 Mon Sep 17 00:00:00 2001 From: ivopuser <41684484+ivopuser@users.noreply.github.com> Date: Tue, 23 Oct 2018 10:28:49 +0300 Subject: [PATCH] fix: Update vue.styl (#634) CSS style for functions is specified in buble.styl only. Thus, for example, bash commands from prism-bash.js (function section) are not highlighted. You can add a new CSS style with the right color you think fits better :). --- src/themes/vue.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes/vue.styl b/src/themes/vue.styl index 267538e37..98c416eeb 100644 --- a/src/themes/vue.styl +++ b/src/themes/vue.styl @@ -159,7 +159,7 @@ body .token.attr-value, .token.control, .token.directive, .token.unit color var(--theme-color, $color-primary) -.token.keyword +.token.keyword, .token.function color #e96900 .token.statement, .token.regex, .token.atrule