Skip to content

Instantly share code, notes, and snippets.

@pwittchen
Created January 4, 2018 22:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pwittchen/f0713eb00f09dc8398e38520146e6241 to your computer and use it in GitHub Desktop.
Save pwittchen/f0713eb00f09dc8398e38520146e6241 to your computer and use it in GitHub Desktop.
Custom Color Scheme for Tilix Terminal on Ubuntu Linux (based on Monokai Dark)
{
"background-color": "#2E3436",
"badge-color": "#FFFFFF",
"bold-color": "#FFFFFF",
"comment": "",
"cursor-background-color": "#000000",
"cursor-foreground-color": "#FFFFFF",
"foreground-color": "#BABDB6",
"highlight-background-color": "#000000",
"highlight-foreground-color": "#FFFFFF",
"name": "Custom-Jan-2018_blue_green_orange",
"palette": [
"#272822",
"#E04807",
"#73D216",
"#F4BF75",
"#2AA7DD",
"#AE81FF",
"#A1EFE4",
"#F8F8F2",
"#75715E",
"#F0540A",
"#73D216",
"#F4BF75",
"#66D9EF",
"#AE81FF",
"#A1EFE4",
"#F9F8F5"
],
"use-badge-color": false,
"use-bold-color": false,
"use-cursor-color": false,
"use-highlight-color": false,
"use-theme-colors": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment