Current section
Files
Jump to
Current section
Files
include/catppuccin_Flavor.hrl
-record(flavor, {
name :: binary(),
emoji :: binary(),
order :: integer(),
dark :: boolean(),
colors :: catppuccin:colors()
}).