mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
inspector: Add HighContrast to built-in themes list
This commit is contained in:
parent
d8ba193e9a
commit
cacda8086e
@ -208,7 +208,9 @@ init_theme (GtkInspectorVisual *vis)
|
||||
gchar *themedir = get_data_path ("themes");
|
||||
|
||||
t = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL);
|
||||
/* Builtin themes */
|
||||
g_hash_table_add (t, g_strdup ("Adwaita"));
|
||||
g_hash_table_add (t, g_strdup ("HighContrast"));
|
||||
g_hash_table_add (t, g_strdup ("Raleigh"));
|
||||
|
||||
fill_gtk (themedir, t);
|
||||
|
Loading…
Reference in New Issue
Block a user