summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/highlight/monokai.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/highlight/monokai.scss')
-rw-r--r--app/assets/stylesheets/highlight/monokai.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/highlight/monokai.scss b/app/assets/stylesheets/highlight/monokai.scss
index 001e8b31020..e8381674336 100644
--- a/app/assets/stylesheets/highlight/monokai.scss
+++ b/app/assets/stylesheets/highlight/monokai.scss
@@ -21,6 +21,12 @@ pre.code.monokai,
background-color: #49483e !important;
}
+ // Search result highlight
+ span.highlight_word {
+ background: #ffe792;
+ color: #000000;
+ }
+
.hll { background-color: #49483e }
.c { color: #75715e } /* Comment */
.err { color: #960050; background-color: #1e0010 } /* Error */