/usr/share/tilix/schemes/linux.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 | {
"name": "Linux",
"comment": "Taken from Gnome Terminal",
"use-theme-colors": true,
"palette": [
"#000000",
"#AA0000",
"#00AA00",
"#AA5400",
"#0000AA",
"#AA00AA",
"#00AAAA",
"#AAAAAA",
"#545454",
"#FF5454",
"#54FF54",
"#FFFF54",
"#5454FF",
"#FF54FF",
"#54FFFF",
"#FFFFFF"
]
}
|