From 83fafe79138b81ef768cfbbef7005223f09fc556 Mon Sep 17 00:00:00 2001 From: Vitaliy Guliy Date: Tue, 5 Jul 2016 17:16:31 +0300 Subject: [PATCH] Improve cursor color for vi mode Signed-off-by: Vitaliy Guliy --- .../che/ide/editor/orion/client/orion-codenvy-theme.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/plugin-orion/che-plugin-orion-editor/src/main/resources/org/eclipse/che/ide/editor/orion/client/orion-codenvy-theme.css b/plugins/plugin-orion/che-plugin-orion-editor/src/main/resources/org/eclipse/che/ide/editor/orion/client/orion-codenvy-theme.css index f20276d2ce..f9ab10ccb7 100644 --- a/plugins/plugin-orion/che-plugin-orion-editor/src/main/resources/org/eclipse/che/ide/editor/orion/client/orion-codenvy-theme.css +++ b/plugins/plugin-orion/che-plugin-orion-editor/src/main/resources/org/eclipse/che/ide/editor/orion/client/orion-codenvy-theme.css @@ -39,6 +39,11 @@ .orionCodenvy .textviewSelectionUnfocused { background-color: gray; } + +.orionCodenvy .textviewBlockCursor { + background: white; +} + .textviewScroll { padding: 5px 2px 2px 2px; }