Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Mouse cursor very difficult to see in Terminal. #271

Closed
trusktr opened this issue Jun 17, 2018 · 2 comments
Closed

Mouse cursor very difficult to see in Terminal. #271

trusktr opened this issue Jun 17, 2018 · 2 comments

Comments

@trusktr
Copy link

trusktr commented Jun 17, 2018

Description

The mouse cursor is easy to see in text editor tabs, but not in the terminal.

I can't figure how to take screenshots including the mouse cursors in macOS. The Grab app allows us to pick a mock cursor, but it isn't the actual cursor.

What I see is that on the terminal, the black-colored i-beam cursor is active, and hard to see.

On regular text tabs, the i-beam is white-colored, and easy to see.

I have an overall dark theme in my Atom editor.

You should be able to reproduce by open a Terminal tab and hovering anywhere on the terminal text.

Versions

debug info with package info
{
  "atom": "1.27.2",
  "platform": "darwin",
  "release": "17.5.0",
  "vmpVersion": "1.32.0",
  "vmpConfig": {
    "automaticallyEscapeInsertModeOnActivePaneItemChange": true,
    "keymapYToYankToLastCharacterOfLine": true,
    "wrapLeftRightMotion": true,
    "blackholeRegisteredOperators": [],
    "startInInsertModeScopes": [],
    "charactersToAddSpaceOnSurround": [],
    "highlightSearchExcludeScopes": [],
    "flashOnOperateBlacklist": []
  },
  "activeCommunityPackages": [
    "language-pug: 0.0.22",
    "atom-material-syntax: 1.0.8",
    "atom-ide-ui: 0.12.0",
    "atom-ide-busy-signal: 0.0.0",
    "atom-ide-code-actions: 0.0.0",
    "atom-ide-code-format: 0.0.0",
    "atom-ide-code-highlight: 0.0.0",
    "atom-ide-console: 0.0.0",
    "atom-ide-datatip: 0.0.0",
    "atom-ide-debugger: 0.0.0",
    "atom-ide-definitions: 0.0.0",
    "atom-ide-diagnostics: 0.0.0",
    "atom-ide-diagnostics-ui: 0.0.0",
    "atom-ide-find-references: 0.0.0",
    "atom-ide-global: 0.0.0",
    "atom-ide-outline-view: 0.0.0",
    "atom-ide-signature-help: 0.0.0",
    "atom-ide-terminal: 0.0.0",
    "hyperclick: 0.0.0",
    "atom-vim-like-tab: 1.5.1",
    "ex-mode-sort: 1.0.0",
    "file-icons: 2.1.21",
    "file-watcher: 1.2.6",
    "hey-pane: 1.1.0",
    "highlight-line: 0.12.0",
    "highlight-selected: 0.13.1",
    "ide-css: 0.3.0",
    "ide-html: 0.4.2",
    "ide-json: 0.2.1",
    "ide-typescript: 0.7.6",
    "ide-vue: 0.1.8",
    "indent-guide-improved: 1.4.13",
    "keystroke: 0.4.0",
    "minimap: 4.29.8",
    "minimap-highlight-selected: 4.6.1",
    "minimap-pigments: 0.2.2",
    "minimap-quick-highlight: 1.0.1",
    "one-tab: 0.10.0",
    "pigments: 0.40.2",
    "project-plus: 1.0.0",
    "quick-highlight: 0.13.0",
    "teletype: 0.13.2",
    "terminal-tab: 0.5.6",
    "tree-view-git-status: 1.5.0",
    "vim-mode-plus: 1.32.0",
    "vim-mode-plus-keymaps-for-surround: 0.2.1",
    "editorconfig: 2.2.2",
    "language-vue: 0.23.1",
    "ex-mode: 0.18.0"
  ]
}

Additional Details

  • Installed packages (apm ls --installed):
@trusktr
Copy link
Author

trusktr commented Jun 17, 2018

Maybe CSS can be used to style the mouse pointer to use a cursor image with good contrast on both dark and light themes.

@kcaze
Copy link

kcaze commented Sep 14, 2018

@trusktr, we aren't planning to style the mouse pointer, but you can customize your terminal background color in order to improve the visibility of the mouse pointer.

See #300 for details on how to customize the terminal background color.

@pelmers pelmers closed this as completed Sep 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants