This file is indexed.

/usr/share/tilix/schemes/solarized-dark.json is in tilix-common 1.7.7-1ubuntu2.

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
{
    "name": "Solarized Dark",
    "comment": "Taken from Gnome Terminal",
    "use-theme-colors": false,
    "foreground-color": "#829395",
    "background-color": "#002A35",
    "palette": [
        "#063541",
        "#DB312E",
        "#849900",
        "#B48800",
        "#258AD1",
        "#D23581",
        "#29A097",
        "#EDE7D4",
        "#002A35",
        "#CA4A15",
        "#576D74",
        "#647A82",
        "#829395",
        "#6B70C3",
        "#92A0A0",
        "#FCF5E2"
    ]
}