mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-31 12:10:19 -07:00
New: Updated button and calendar outline colors for dark theme
(cherry picked from commit 5d873fafec07c9d67ad8d2c16eecea195a78eecf) Closes #3588
This commit is contained in:
parent
1d09ddf67e
commit
d9cc5b307a
1 changed files with 3 additions and 3 deletions
|
@ -93,9 +93,9 @@ module.exports = {
|
||||||
|
|
||||||
defaultButtonTextColor: '#eee',
|
defaultButtonTextColor: '#eee',
|
||||||
defaultBackgroundColor: '#333',
|
defaultBackgroundColor: '#333',
|
||||||
defaultBorderColor: '#eaeaea',
|
defaultBorderColor: '#393f45',
|
||||||
defaultHoverBackgroundColor: '#444',
|
defaultHoverBackgroundColor: '#444',
|
||||||
defaultHoverBorderColor: '#d6d6d6',
|
defaultHoverBorderColor: '#5a6265',
|
||||||
|
|
||||||
primaryBackgroundColor: '#0b8750',
|
primaryBackgroundColor: '#0b8750',
|
||||||
primaryBorderColor: '#1d563d',
|
primaryBorderColor: '#1d563d',
|
||||||
|
@ -208,7 +208,7 @@ module.exports = {
|
||||||
|
|
||||||
calendarTodayBackgroundColor: '#3e3e3e',
|
calendarTodayBackgroundColor: '#3e3e3e',
|
||||||
calendarBackgroundColor: '#2a2a2a',
|
calendarBackgroundColor: '#2a2a2a',
|
||||||
calendarBorderColor: '#cecece',
|
calendarBorderColor: '#393f45',
|
||||||
calendarTextDim: '#eee',
|
calendarTextDim: '#eee',
|
||||||
calendarTextDimAlternate: '#fff',
|
calendarTextDimAlternate: '#fff',
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue