Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/denops_std/option/vim/mod.ts>wincolor

📚 Standard module for denops.vim
Go to Latest
variable wincolor
import { wincolor } from "https://deno.land/x/denops_std@v3.10.2/option/vim/mod.ts";

Highlight group name to use for this window instead of the Normal color |hl-Normal|.

type

{ get(denops: Denops): Promise<string>; set(denops: Denops, value: string): Promise<void>; reset(denops: Denops): Promise<void>; getLocal(denops: Denops): Promise<string>; setLocal(denops: Denops, value: string): Promise<void>; resetLocal(denops: Denops): Promise<void>; }