Skip to content

Instantly share code, notes, and snippets.

@deverebor
Created November 29, 2023 00:14
Show Gist options
  • Save deverebor/a289f78a2cf9b310ede0b9f08cb3afd9 to your computer and use it in GitHub Desktop.
Save deverebor/a289f78a2cf9b310ede0b9f08cb3afd9 to your computer and use it in GitHub Desktop.
Material Theme to Tilix terminal
{
"name": "Material Darker",
"background-color": "#212121",
"comment": "Ported for Tilix",
"foreground-color": "#eeffff",
"palette": [
"#212121",
"#303030",
"#353535",
"#4A4A4A",
"#B2CCD6",
"#EEFFFF",
"#EEFFFF",
"#FFFFFF",
"#F07178",
"#F78C6C",
"#FFCB6B",
"#C3E88D",
"#89DDFF",
"#82AAFF",
"#C792EA",
"#FF5370"
],
"use-theme-colors": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment