Theme Share: New York Nights

Modeled after our favorite operating system from Cupertino, CA:

New York Nights (Blue):

{
  "awayIndicator": "#ffd60a",
  "buttonBg": "#0a5fcc",
  "buttonColor": "#ffffff",

  "centerChannelBg": "#1c1c1e",
  "centerChannelColor": "#aeb2bf",
  "codeTheme": "monokai",

  "dndIndicator": "#ff3b30",
  "errorTextColor": "#ff6b61",
  "linkColor": "#3a94ff",

  "mentionBg": "#a40000",
  "mentionColor": "#ffffff",
  "mentionHighlightBg": "#2c3442",
  "mentionHighlightLink": "#8ec2ff",

  "newMessageSeparator": "#64a8ff",
  "onlineIndicator": "#30d158",

  "sidebarBg": "#2c2c2e",
  "sidebarHeaderBg": "#1c1c1e",
  "sidebarHeaderTextColor": "#bfc7d4",
  "sidebarTeamBarBg": "#1c1c1e",

  "sidebarText": "#aab2bf",
  "sidebarTextActiveBorder": "#64a8ff",
  "sidebarTextActiveColor": "#d5dbdf",
  "sidebarTextHoverBg": "#35363a",
  "sidebarUnreadText": "#a7b014"
}

And we’ll call this one New York Nights (Graphite - a bit more neutral):

{
  "awayIndicator": "#ffd60a",
  "buttonBg": "#5a5a5f",
  "buttonColor": "#ffffff",

  "centerChannelBg": "#1c1c1e",
  "centerChannelColor": "#aeb2bf",
  "codeTheme": "monokai",

  "dndIndicator": "#ff3b30",
  "errorTextColor": "#ff6b61",
  "linkColor": "#c7c7cc",

  "mentionBg": "#a40000",
  "mentionColor": "#ffffff",
  "mentionHighlightBg": "#34343a",
  "mentionHighlightLink": "#e5e5ea",

  "newMessageSeparator": "#a6a8ad",
  "onlineIndicator": "#30d158",

  "sidebarBg": "#2c2c2e",
  "sidebarHeaderBg": "#1c1c1e",
  "sidebarHeaderTextColor": "#bfc7d4",
  "sidebarTeamBarBg": "#1c1c1e",

  "sidebarText": "#aab2bf",
  "sidebarTextActiveBorder": "#8e8e93",
  "sidebarTextActiveColor": "#d5dbdf",
  "sidebarTextHoverBg": "#35363a",
  "sidebarUnreadText": "#a7b014"
}

1 Like