view gtk/folder.xpm @ 2460:5b401a5cfa90

Mac: Detect the current dark mode state and return DW_DARK_MODE_BASIC if in automatic mode with light active. Return DW_DARK_MODE_FULL in automatic mode with dark mode active. Previously it returned DW_FEATURE_ENABLED (DW_DARK_MODE_BASIC) regardless of the active mode.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 14 Apr 2021 01:58:32 +0000
parents 190f38918967
children
line wrap: on
line source

/* XPM */
static char * FOLDER_xpm[] = {
"16 16 10 1",
" 	c None",
".	c #000000",
"+	c #AA9200",
"@	c #FFFFAA",
"#	c #FFDB55",
"$	c #AA6D00",
"%	c #F7F7F7",
"&	c #D59255",
"*	c #FFDBAA",
"=	c #D5B655",
"                ",
"  &&&&          ",
" &%%%%&         ",
"&%@@@@%+++++$   ",
"&@@@@@@%%%%%$   ",
"&@*++++++++++++ ",
"&#+%%%%%%%%%*%+$",
"&#+@@@@@@@@@#@+$",
"&#+@@@@@@@@@.@+$",
"&#+@@**@**@@=@+$",
"&#+@########=@+$",
"&#+@########=@+$",
" ++++++++++++++$",
"  $$$$$$$$$$$$$ ",
"                ",
"                "};