mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 14:30:15 +00:00
inspector: Add HighContrastInverse to list of themes
This commit is contained in:
parent
0e473a5f1c
commit
ec02f055ed
@ -245,6 +245,7 @@ init_theme (GtkInspectorVisual *vis)
|
||||
/* 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 ("HighContrastInverse"));
|
||||
g_hash_table_add (t, g_strdup ("Raleigh"));
|
||||
|
||||
path = _gtk_css_provider_get_theme_dir ();
|
||||
|
Loading…
Reference in New Issue
Block a user