Lightningbeam/PyGUI-2.5.3/GUI/Gtk/Colors.py

14 lines
235 B
Python

#
# Python GUI - Color constants and functions - Gtk
#
from gtk import Style
from GUI import Color
rgb = Color
s = Style()
selection_forecolor = Color._from_gdk_color(s.fg[3])
selection_backcolor = Color._from_gdk_color(s.bg[3])