Skip to content

Commit

Permalink
fix: Update vue.styl (#634)
Browse files Browse the repository at this point in the history
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  :).
  • Loading branch information
i0pr1m3 authored and QingWei-Li committed Oct 23, 2018
1 parent b329e1e commit bf060be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/themes/vue.styl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf060be

Please sign in to comment.