New: Updated button and calendar outline colors for dark theme

(cherry picked from commit 5d873fafec07c9d67ad8d2c16eecea195a78eecf)
pull/2425/head
Benjamin Staneck 1 year ago committed by Bogdan
parent 63670f55b0
commit dbed46dd5b

@ -93,9 +93,9 @@ module.exports = {
defaultButtonTextColor: '#eee',
defaultBackgroundColor: '#333',
defaultBorderColor: '#eaeaea',
defaultBorderColor: '#393f45',
defaultHoverBackgroundColor: '#444',
defaultHoverBorderColor: '#d6d6d6',
defaultHoverBorderColor: '#5a6265',
primaryBackgroundColor: '#0b8750',
primaryBorderColor: '#1d563d',
@ -208,7 +208,7 @@ module.exports = {
calendarTodayBackgroundColor: '#3e3e3e',
calendarBackgroundColor: '#2a2a2a',
calendarBorderColor: '#cecece',
calendarBorderColor: '#393f45',
calendarTextDim: '#eee',
calendarTextDimAlternate: '#fff',

Loading…
Cancel
Save