benjobas
New Member
- Mar 26, 2024
- 2
- 4
Just an orion edit with Fullscreen, Radio, and theme. You can setup this values in .env and change
SHOW_FULLSCN_BUTTON=true
SHOW_RADIO_BUTTONS=true
Also, change the values on tailwind.config.js so you can make your own palette! Make sure DEFAULT is a color between light and dark bubt the same color and ready! (CustomCyan => this yellow in this example and customPurple -> become the register button, so dont change the name just change the hex codes.)
customGreen: {
DEFAULT: '#116051', // Color base
light: '#1b9e85', // Variante mas clara
dark: '#0a382f', // Variante mas oscura
},
customBlue: {
DEFAULT: '#28B5BE', // Color base
light: '#4ec7d4', // Variante mas clara
dark: '#1b8790', // Variante mas oscura
},
customBlack: {
DEFAULT: '#2C2F33', // Color base
light: '#313438', // Variante mas clara
dark: '#1D2025', // Variante mas oscura
},
customCyan: {
DEFAULT: '#ab7c13', // Color base
light: '#DC9E18', // Variante más clara
dark: '#936A10', // Variante más oscura
},
customPurple: {
DEFAULT: '#ACA885', // Color base
light: '#BDBA9E', // Variante más clara
dark: '#9C976D', // Variante más oscura
}
You must be registered for see links
STREAM_URL=YOUR_RADIO_URLSHOW_FULLSCN_BUTTON=true
SHOW_RADIO_BUTTONS=true
Also, change the values on tailwind.config.js so you can make your own palette! Make sure DEFAULT is a color between light and dark bubt the same color and ready! (CustomCyan => this yellow in this example and customPurple -> become the register button, so dont change the name just change the hex codes.)
customGreen: {
DEFAULT: '#116051', // Color base
light: '#1b9e85', // Variante mas clara
dark: '#0a382f', // Variante mas oscura
},
customBlue: {
DEFAULT: '#28B5BE', // Color base
light: '#4ec7d4', // Variante mas clara
dark: '#1b8790', // Variante mas oscura
},
customBlack: {
DEFAULT: '#2C2F33', // Color base
light: '#313438', // Variante mas clara
dark: '#1D2025', // Variante mas oscura
},
customCyan: {
DEFAULT: '#ab7c13', // Color base
light: '#DC9E18', // Variante más clara
dark: '#936A10', // Variante más oscura
},
customPurple: {
DEFAULT: '#ACA885', // Color base
light: '#BDBA9E', // Variante más clara
dark: '#9C976D', // Variante más oscura
}
You must be registered for see images attach
You must be registered for see images attach