New: Lidarr to Readarr

This commit is contained in:
Qstick
2020-02-29 15:51:29 -05:00
parent 7359c2a9fa
commit 3b7eb01918
565 changed files with 1669 additions and 4272 deletions
+4 -4
View File
@@ -1,4 +1,4 @@
const lidarrGreen = '#00A65B';
const readarrGreen = '#00A65B';
module.exports = {
textColor: '#515253',
@@ -15,10 +15,10 @@ module.exports = {
successColor: '#27c24c',
dangerColor: '#f05050',
warningColor: '#ffa500',
infoColor: lidarrGreen,
infoColor: readarrGreen,
purple: '#7a43b6',
pink: '#ff69b4',
lidarrGreen,
readarrGreen,
helpTextColor: '#909293',
darkGray: '#888',
gray: '#adadad',
@@ -27,7 +27,7 @@ module.exports = {
// Theme Colors
themeBlue: lidarrGreen,
themeBlue: readarrGreen,
themeAlternateBlue: '#00a65b',
themeRed: '#c4273c',
themeDarkColor: '#353535',