view include/sys/glib/dark_theme.h @ 248:cf47a8f687c0

cmake: remove cmake
author Paper <mrpapersonic@gmail.com>
date Wed, 24 Jan 2024 20:18:14 -0500
parents ff0061e75f0f
children 3ec7804abf17
line wrap: on
line source

#ifndef __sys__glib__dark_theme_h
#define __sys__glib__dark_theme_h

namespace glib {

bool IsInDarkTheme();

}

#endif // __sys__glib__dark_theme_h