Skip to content

Instantly share code, notes, and snippets.

@lleyton
Created April 16, 2021 01:51
Show Gist options
  • Save lleyton/bff25d68c861377aedb2c6d63613e731 to your computer and use it in GitHub Desktop.
Save lleyton/bff25d68c861377aedb2c6d63613e731 to your computer and use it in GitHub Desktop.
{
"name": "Octii",
"dark": {
"colors": {
"primary": "linear-gradient(224deg, #75C8FF 0%, #007FFF 100%)",
"secondary": "linear-gradient(224deg, #A3A3A3 0%, #636363 100%)",
"success": "#8f8f8f",
"info": "#8f8f8f",
"danger": "linear-gradient(224deg, #FC9D9D 0%, #F86464 100%)",
"warning": "linear-gradient(224deg, #FFD575 0%, #FF7200 100%)",
"light": "#dadada",
"dark": "#040a0f"
},
"text": {
"normal": "#FEFEFE",
"inverse": "#FEFEFE",
"primary": "#1089FF",
"danger": "#F86464",
"warning": "#FF7D0E",
"secondary": "#646464"
},
"mention": {
"me": "#007FFF",
"other": "#687DB2"
},
"sidebar": {
"background": "#040a0f",
"seperator": "#383838",
"shadow": " 0 -9px 10px 0 rgba(0, 0, 0, 0.42)"
},
"backgrounds": {
"primary": "#040a0f",
"secondary": "#1A1F2C"
},
"settings": {
"background": "#040a0f",
"card": "#1A1F2C",
"input": "#040a0f"
},
"channels": {
"background": "#1A1F2C",
"seperator": "#383838"
},
"chat": {
"background": "#040a0f",
"hover": "#1A1F2CAC"
},
"context": {
"seperator": "#040a0f",
"background": "rgba(227, 242, 256, 0.1)"
},
"status": {
"selected": "#1089FF",
"online": "#23DB5F",
"idle": "#FED009",
"dnd": "#F86464",
"offline": "#D8D8D8"
},
"message": {
"author": "string",
"date": "string",
"message": "string"
},
"input": {
"background": "#1A1F2C",
"text": "#ffffff"
},
"modal": {
"background": "rgba(30, 30, 38, 0.6)",
"foreground": "#040a0f"
},
"emojis": {
"background": "#1A1F2C",
"input": "#040a0f"
}
},
"light": {
"colors": {
"primary": "linear-gradient(224deg, #75C8FF 0%, #007FFF 100%)",
"secondary": "linear-gradient(224deg, #A3A3A3 0%, #636363 100%)",
"success": "#8f8f8f",
"info": "#8f8f8f",
"danger": "linear-gradient(224deg, #FC9D9D 0%, #F86464 100%)",
"warning": "linear-gradient(224deg, #FFD575 0%, #FF7200 100%)",
"light": "#dadada",
"dark": "#040a0f"
},
"text": {
"normal": "#000000",
"inverse": "#FEFEFE",
"primary": "#1089FF",
"danger": "#F86464",
"warning": "#FF7D0E",
"secondary": "#646464"
},
"sidebar": {
"background": "#EEF7FF",
"seperator": "#FFFFFF",
"shadow": "0 -9px 12px -2px rgba(255, 255, 255, 1)"
},
"settings": {
"background": "#EEF7FF",
"card": "#FFFFFF",
"input": "#EEF7FF"
},
"backgrounds": {
"primary": "#FFFFFF",
"secondary": "#EEF7FF"
},
"channels": {
"background": "#FFFFFF",
"seperator": "#F1F1F1"
},
"chat": {
"background": "#EEF7FF",
"hover": "#FFFFFFAC"
},
"mention": {
"me": "#007FFF",
"other": "#687DB2"
},
"context": {
"seperator": "#ffffff",
"background": "rgba(0, 0, 0, 0.1)"
},
"status": {
"selected": "#1089FF",
"online": "#23DB5F",
"idle": "#FED009",
"dnd": "#F86464",
"offline": "#D8D8D8"
},
"message": {
"author": "string",
"date": "string",
"message": "string"
},
"input": {
"background": "#FFFFFF",
"text": "#000000"
},
"modal": {
"background": "rgba(70, 70, 70, 0.5)",
"foreground": "#EEF7FF"
},
"emojis": {
"background": "#ffffff",
"input": "#EEF7FF"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment