Skip to content

Instantly share code, notes, and snippets.

@comzyh
Created November 22, 2018 07:04
Show Gist options
  • Select an option

  • Save comzyh/2a0dd607a49d97e1d636b24d407e5617 to your computer and use it in GitHub Desktop.

Select an option

Save comzyh/2a0dd607a49d97e1d636b24d407e5617 to your computer and use it in GitHub Desktop.

Revisions

  1. comzyh created this gist Nov 22, 2018.
    25 changes: 25 additions & 0 deletions ubuntu.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,25 @@
    {
    "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"
    ]
    }