Skip to content

Instantly share code, notes, and snippets.

@comzyh
Created November 22, 2018 07:04
Show Gist options
  • Save comzyh/2a0dd607a49d97e1d636b24d407e5617 to your computer and use it in GitHub Desktop.
Save comzyh/2a0dd607a49d97e1d636b24d407e5617 to your computer and use it in GitHub Desktop.
Ubuntu theme colors for tilix
{
"name": "Ubuntu",
"comment": "Ubuntu default/theme terminal colors for tilix",
"use-theme-colors": false,
"foreground-color": "#ffffff",
"background-color": "#300a24",
"palette": [
"#2e3436",
"#cc0000",
"#4e9a06",
"#c4a000",
"#3465a4",
"#75507b",
"#06989a",
"#d3d7cf",
"#555753",
"#ef2929",
"#8ae234",
"#fce94f",
"#729fcf",
"#ad7fa8",
"#34e2e2",
"#eeeeec"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment