question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

visual mode hints styling

See original GitHub issue

Hints.style( … ) allows to style the hints appearance of #sk_hints > div. There seems to be something overwriting the background of #sk_hints[mode="text"] > div which prevents to customize the hints background for entering visual mode (the text color or the border get changed though, only the background seems to be affected).

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
brookhongcommented, Sep 25, 2017

试试下面这个:

Hints.style("border: solid 8px #C38A22;padding: 1px;background: #e39913", "text");
Read more comments on GitHub >

github_iconTop Results From Across the Web

Visual Mode in Vim [Beginner's Guide] - Linux Handbook
Here is a representation of selecting text using Vim's Visual mode. ... Visual Block mode: Used to select text in a block-style rectangular...
Read more >
Getting started with Vim visual mode | Opensource.com
Press Shift+V to enter line mode. The words VISUAL LINE will appear at the bottom of the screen. Use navigation commands, such as...
Read more >
Colors and styling | Visualize and present data - Mode Support
Create and Manage custom themes and color palettes.
Read more >
Visual Mode (Selection) - Onivim 2 User Manual
Visual Mode can be thought of like 'selection' in other non-modal code editors - it shows a visual representation of a motion, and...
Read more >
Fonts-Visual Style-Vision design guide-HarmonyOSDeveloper
HUAWEI Vision has conducted in-depth research on text use scenarios and provides standards for using colors in dark mode.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found