Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denops_std/function/nvim/mod.ts>nvim_get_color_map

📚 Standard module for denops.vim
Go to Latest
function nvim_get_color_map
import { nvim_get_color_map } from "https://deno.land/x/denops_std@v3.6.0/function/nvim/mod.ts";

Returns a map of color names and RGB values. Keys are color names (e.g. "Aqua") and values are 24-bit RGB color values (e.g. 65535). Return: ~ Map of color names and RGB values.

Returns

Promise<unknown>