/usr/share/tilix/schemes/base16-twilight-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": "base16: Twilight (dark)",
"comment": "@chriskempson's base16 Twilight (dark variant)",
"use-theme-colors": false,
"foreground-color": "#a7a7a7",
"background-color": "#1e1e1e",
"palette": [
"#1e1e1e",
"#cf6a4c",
"#8f9d6a",
"#f9ee98",
"#7587a6",
"#9b859d",
"#afc4db",
"#a7a7a7",
"#5f5a60",
"#cf6a4c",
"#8f9d6a",
"#f9ee98",
"#7587a6",
"#9b859d",
"#afc4db",
"#ffffff"
]
}
|