From 7236f35b9b84684355ef9a189877b70581310448 Mon Sep 17 00:00:00 2001 From: iamdoubz <4871781+iamdoubz@users.noreply.github.com> Date: Tue, 29 Jun 2021 11:19:33 -0500 Subject: [PATCH] Switch text highlighting --- theme-pitchblack.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/theme-pitchblack.css b/theme-pitchblack.css index 6816b50..18902c7 100644 --- a/theme-pitchblack.css +++ b/theme-pitchblack.css @@ -933,6 +933,6 @@ img[src$="/img/matrix.svg"] { } .CodeMirror, .CodeMirror-selected, ::selection { - background: var(--color-secondary)!important; - color: var(--color-primary)!important; -} \ No newline at end of file + background: var(--color-primary)!important; + color: var(--color-secondary)!important; +}