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

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

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

Controls the size of toolbar icons. The possible values are: tiny Use tiny icons. small Use small icons (default). medium Use medium-sized icons. large Use large icons. huge Use even larger icons. giant Use very big icons. The exact dimensions in pixels of the various icon sizes depend on the current theme. Common dimensions are giant=48x48, huge=32x32, large=24x24, medium=24x24, small=20x20 and tiny=16x16.

If 'toolbariconsize' is empty, the global default size as determined by user preferences or the current theme is used.

(default "small")

only in the GTK+ GUI