Skip to content

Instantly share code, notes, and snippets.

@sotsugov
Created January 13, 2019 21:49
Show Gist options
  • Save sotsugov/37b2fcc38bb319ac825be5508b44aed0 to your computer and use it in GitHub Desktop.
Save sotsugov/37b2fcc38bb319ac825be5508b44aed0 to your computer and use it in GitHub Desktop.

Revisions

  1. sotsugov created this gist Jan 13, 2019.
    35 changes: 35 additions & 0 deletions challenger-deep-theme.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,35 @@
    {
    "background-color": "#1B172C",
    "badge-color": "#AC7EA8",
    "bold-color": "#FFFFFF",
    "comment": "",
    "cursor-background-color": "#000000",
    "cursor-foreground-color": "#FFFFFF",
    "foreground-color": "#CBE3E7",
    "highlight-background-color": "#000000",
    "highlight-foreground-color": "#FFFFFF",
    "name": "challeer-deep-theme",
    "palette": [
    "#565575",
    "#FF8080",
    "#95FFA3",
    "#FFE9AA",
    "#91DDFF",
    "#C990E1",
    "#AAFFE4",
    "#CBE3E7",
    "#0F0D23",
    "#FF5357",
    "#61D196",
    "#FFB378",
    "#64B2FF",
    "#906CFF",
    "#62F2F0",
    "#A6B2CC"
    ],
    "use-badge-color": false,
    "use-bold-color": false,
    "use-cursor-color": false,
    "use-highlight-color": false,
    "use-theme-colors": false
    }