|
|
|
@ -26,23 +26,23 @@ module.exports = {
@@ -26,23 +26,23 @@ module.exports = {
|
|
|
|
|
"ash-400": "#3D394D", |
|
|
|
|
"ash-300": "#2C293A", |
|
|
|
|
"ash-200": "#2B2836", |
|
|
|
|
"ash-100": "#1E1C26" |
|
|
|
|
"ash-100": "#1E1C26", |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
/* fonts */ |
|
|
|
|
fontFamily: { |
|
|
|
|
"open-sans": "'Open Sans'" |
|
|
|
|
"open-sans": "'Open Sans'", |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
/* animations */ |
|
|
|
|
keyframes: { |
|
|
|
|
"loading-pin": { |
|
|
|
|
"0%, 40%, 100%": { height: "0.5em", "background-color": "#282336" }, |
|
|
|
|
"20%": { height: "1em", "background-color": "white" } |
|
|
|
|
} |
|
|
|
|
"20%": { height: "1em", "background-color": "white" }, |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
animation: { "loading-pin": "loading-pin 1.8s ease-in-out infinite" } |
|
|
|
|
} |
|
|
|
|
animation: { "loading-pin": "loading-pin 1.8s ease-in-out infinite" }, |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
plugins: [ |
|
|
|
|
require("tailwind-scrollbar"), |
|
|
|
@ -52,31 +52,31 @@ module.exports = {
@@ -52,31 +52,31 @@ module.exports = {
|
|
|
|
|
colors: { |
|
|
|
|
// Branding
|
|
|
|
|
pill: { |
|
|
|
|
background: "#1C1C36" |
|
|
|
|
background: "#1C1C36", |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
// meta data for the theme itself
|
|
|
|
|
global: { |
|
|
|
|
accentA: "#505DBD", |
|
|
|
|
accentB: "#3440A1" |
|
|
|
|
accentB: "#3440A1", |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
// light bar
|
|
|
|
|
lightBar: { |
|
|
|
|
light: "#2A2A71" |
|
|
|
|
light: "#2A2A71", |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
// Buttons
|
|
|
|
|
buttons: { |
|
|
|
|
toggle: "#8D44D6", |
|
|
|
|
toggleDisabled: "#202836" |
|
|
|
|
toggleDisabled: "#202836", |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
// only used for body colors/textures
|
|
|
|
|
background: { |
|
|
|
|
main: "#0A0A10", |
|
|
|
|
accentA: "#6E3B80", |
|
|
|
|
accentB: "#1F1F50" |
|
|
|
|
accentB: "#1F1F50", |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
// typography
|
|
|
|
@ -85,7 +85,7 @@ module.exports = {
@@ -85,7 +85,7 @@ module.exports = {
|
|
|
|
|
text: "#73739D", |
|
|
|
|
dimmed: "#926CAD", |
|
|
|
|
divider: "#262632", |
|
|
|
|
secondary: "#64647B" |
|
|
|
|
secondary: "#64647B", |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
// search bar
|
|
|
|
@ -94,7 +94,7 @@ module.exports = {
@@ -94,7 +94,7 @@ module.exports = {
|
|
|
|
|
focused: "#24243C", |
|
|
|
|
placeholder: "#4A4A71", |
|
|
|
|
icon: "#545476", |
|
|
|
|
text: "#FFFFFF" |
|
|
|
|
text: "#FFFFFF", |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
// media cards
|
|
|
|
@ -106,7 +106,7 @@ module.exports = {
@@ -106,7 +106,7 @@ module.exports = {
|
|
|
|
|
barColor: "#4B4B63", |
|
|
|
|
barFillColor: "#BA7FD6", |
|
|
|
|
badge: "#151522", |
|
|
|
|
badgeText: "#5F5F7A" |
|
|
|
|
badgeText: "#5F5F7A", |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
// video player
|
|
|
|
@ -118,17 +118,17 @@ module.exports = {
@@ -118,17 +118,17 @@ module.exports = {
|
|
|
|
|
error: "#E44F4F", |
|
|
|
|
success: "#40B44B", |
|
|
|
|
loading: "#B759D8", |
|
|
|
|
noresult: "#64647B" |
|
|
|
|
noresult: "#64647B", |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
progress: { |
|
|
|
|
background: "#8787A8", |
|
|
|
|
preloaded: "#8787A8", |
|
|
|
|
watched: "#A75FC9" |
|
|
|
|
watched: "#A75FC9", |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
audio: { |
|
|
|
|
set: "#A75FC9" |
|
|
|
|
set: "#A75FC9", |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
buttons: { |
|
|
|
@ -137,7 +137,7 @@ module.exports = {
@@ -137,7 +137,7 @@ module.exports = {
|
|
|
|
|
secondaryHover: "#1B262E", |
|
|
|
|
primary: "#fff", |
|
|
|
|
primaryText: "#000", |
|
|
|
|
primaryHover: "#dedede" |
|
|
|
|
primaryHover: "#dedede", |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
context: { |
|
|
|
@ -152,21 +152,26 @@ module.exports = {
@@ -152,21 +152,26 @@ module.exports = {
|
|
|
|
|
slider: "#8787A8", |
|
|
|
|
sliderFilled: "#A75FC9", |
|
|
|
|
|
|
|
|
|
download: { |
|
|
|
|
button: "#6b298a", |
|
|
|
|
hover: "#7f35a1", |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
buttons: { |
|
|
|
|
list: "#161C26", |
|
|
|
|
active: "#0D1317" |
|
|
|
|
active: "#0D1317", |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
type: { |
|
|
|
|
main: "#617A8A", |
|
|
|
|
secondary: "#374A56", |
|
|
|
|
accent: "#A570FA" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
] |
|
|
|
|
accent: "#A570FA", |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
}), |
|
|
|
|
], |
|
|
|
|
}; |
|
|
|
|