10 lines
332 B
Python
10 lines
332 B
Python
#-----------------------------------------------------------------------------
|
|
# Copyright (C) 2019 Alberto Sottile
|
|
#
|
|
# Distributed under the terms of the 3-clause BSD License.
|
|
#-----------------------------------------------------------------------------
|
|
|
|
import darkdetect
|
|
|
|
print('Current theme: {}'.format(darkdetect.theme()))
|