From ae28c00c04d54149db9ee30a89837699e9b8f344 Mon Sep 17 00:00:00 2001 From: Emad Elsaid Date: Sun, 5 Feb 2023 12:46:21 +0100 Subject: [PATCH] change cursor color to be more visible in dark theme --- templates/edit.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/edit.html b/templates/edit.html index ad680088..1999edbc 100644 --- a/templates/edit.html +++ b/templates/edit.html @@ -91,7 +91,10 @@ }, "&.cm-editor.cm-focused": { outline: "none" - } + }, + ".cm-cursor": { + border: "2px solid #aaa", + }, }) function Completions(context) {