From f1156f523964b1fbebbb673b6dda3dbc13048646 Mon Sep 17 00:00:00 2001 From: Rahul Anand <rahulanand.fine@gmail.com> Date: Wed, 23 Dec 2015 14:34:41 +0530 Subject: [PATCH] [monokay theme] Add style for builtin keywords Usecase: Datatypes in hive are not highlighted without this fix --- theme/monokai.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/monokai.css b/theme/monokai.css index 6910f793..7c8a4c5d 100644 --- a/theme/monokai.css +++ b/theme/monokai.css @@ -16,6 +16,7 @@ .cm-s-monokai span.cm-property, .cm-s-monokai span.cm-attribute { color: #a6e22e; } .cm-s-monokai span.cm-keyword { color: #f92672; } +.cm-s-monokai span.cm-builtin { color: #66d9ef; } .cm-s-monokai span.cm-string { color: #e6db74; } .cm-s-monokai span.cm-variable { color: #f8f8f2; } -- GitLab