From 737e4c92dee88647d8e21c6904e0257be249be37 Mon Sep 17 00:00:00 2001 From: Yamboy1 Date: Sat, 18 Jan 2020 20:44:48 +1300 Subject: [PATCH] Specify that theme has been customised --- ui/scss/component/_syntax-highlighter.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/scss/component/_syntax-highlighter.scss b/ui/scss/component/_syntax-highlighter.scss index b9aa7e29b..0d7d7b875 100644 --- a/ui/scss/component/_syntax-highlighter.scss +++ b/ui/scss/component/_syntax-highlighter.scss @@ -1,4 +1,5 @@ /* Based on Sublime Text's Monokai theme */ +/* Customised slightly for LBRY dark theme */ .cm-s-monokai.CodeMirror { background: #212529;