This file is indexed.

/usr/share/themes/ContrastHighInverse/gtk-3.0/gtk.css is in mate-themes 3.22.16-4ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/* GTK NAMED COLORS */
@define-color theme_fg_color #fff;
@define-color theme_bg_color #000;
@define-color theme_base_color #111;
@define-color theme_selected_bg_color #aaa;
@define-color theme_selected_fg_color #000;
@define-color insensitive_bg_color #070707;
@define-color insensitive_fg_color gray;
@define-color insensitive_base_color #111;
@define-color theme_unfocused_fg_color #fff;
@define-color theme_unfocused_bg_color #000;
@define-color theme_unfocused_base_color #111;
@define-color theme_unfocused_selected_bg_color #aaa;
@define-color theme_unfocused_selected_fg_color #fff;
@define-color borders gray;
@define-color unfocused_borders #737373;
@define-color warning_color #f57900;
@define-color error_color #cc0000;
@define-color success_color #73d216;
@define-color wm_title shade(#fff, 1.8);
@define-color wm_unfocused_title #fff;
@define-color wm_highlight #000;
@define-color wm_borders_edge #000;
@define-color wm_bg_a shade(#000, 1.2);
@define-color wm_bg_b #000;
@define-color wm_shadow alpha(black, 0.35);
@define-color wm_border alpha(black, 0.18);
@define-color wm_button_hover_color_a shade(#000, 1.3);
@define-color wm_button_hover_color_b #000;
@define-color wm_button_active_color_a shade(#000, 0.85);
@define-color wm_button_active_color_b shade(#000, 0.89);
@define-color wm_button_active_color_c shade(#000, 0.9);
@define-color content_view_bg #111;

@import url("gtk-widgets.css");
@import url("other-applications.css");
@import url("mate-applications.css");