mirror of
https://github.com/Radarr/Radarr
synced 2025-02-20 13:27:10 +00:00
New: Updated button and calendar outline colors for dark theme
(cherry picked from commit 5d873fafec07c9d67ad8d2c16eecea195a78eecf)
This commit is contained in:
parent
adee52d8c2
commit
138b1e1c9d
1 changed files with 3 additions and 3 deletions
|
@ -92,9 +92,9 @@ module.exports = {
|
|||
|
||||
defaultButtonTextColor: '#eee',
|
||||
defaultBackgroundColor: '#333',
|
||||
defaultBorderColor: '#eaeaea',
|
||||
defaultBorderColor: '#393f45',
|
||||
defaultHoverBackgroundColor: '#444',
|
||||
defaultHoverBorderColor: '#d6d6d6',
|
||||
defaultHoverBorderColor: '#5a6265',
|
||||
|
||||
primaryBackgroundColor: '#5d9cec',
|
||||
primaryBorderColor: '#5899eb',
|
||||
|
@ -207,7 +207,7 @@ module.exports = {
|
|||
|
||||
calendarTodayBackgroundColor: '#3e3e3e',
|
||||
calendarBackgroundColor: '#2a2a2a',
|
||||
calendarBorderColor: '#cecece',
|
||||
calendarBorderColor: '#393f45',
|
||||
calendarTextDim: '#eee',
|
||||
calendarTextDimAlternate: '#fff',
|
||||
|
||||
|
|
Loading…
Reference in a new issue