Class VimMate::Icons
In: lib/vimmatelib/icons.rb
Parent: Object

Manages the icons that can be loaded from the disk

Included Modules

NiceSingleton

Constants

WINDOW_ICON_FILENAME = 'vimmate%d.png'.freeze   The filenames for the icons of the windows
WINDOW_ICON_SIZES = [16, 32, 48].freeze   The size for the icons of the windows
ICONS_NAME = [:folder, :file].collect do |f| ["", :green, :orange, :red].collect do |c| if c.to_s.empty?   Name of the icons to load. Will create methods named after the icon‘s name, with _icon: folder_icon for example.

[Validate]