/usr/share/tilix/schemes/orchis.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 26 27 28 29 30 31 32 33 | {
"name": "Orchis",
"comment": "Tango but using Orchis foreground/background colors",
"foreground-color": "#EFEFEF",
"background-color": "#303030",
"use-theme-colors": false,
"use-highlight-color": false,
"highlight-foreground-color": "#ffffff",
"highlight-background-color": "#a348b1",
"use-cursor-color": false,
"cursor-foreground-color": "#ffffff",
"cursor-background-color": "#efefef",
"use-badge-color": true,
"badge-color": "#ac7ea8",
"palette": [
"#000000",
"#CC0000",
"#4D9A05",
"#C3A000",
"#3464A3",
"#754F7B",
"#05979A",
"#D3D6CF",
"#545652",
"#EF2828",
"#89E234",
"#FBE84F",
"#729ECF",
"#AC7EA8",
"#34E2E2",
"#EDEDEB"
]
}
|