New: Updated button and calendar outline colors for dark theme

This commit is contained in:
Benjamin Staneck 2023-04-30 05:58:01 +02:00 committed by GitHub
parent 7ce0d4a9db
commit 5d873fafec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -94,9 +94,9 @@ module.exports = {
defaultButtonTextColor: '#eee', defaultButtonTextColor: '#eee',
defaultBackgroundColor: '#333', defaultBackgroundColor: '#333',
defaultBorderColor: '#eaeaea', defaultBorderColor: '#393f45',
defaultHoverBackgroundColor: '#444', defaultHoverBackgroundColor: '#444',
defaultHoverBorderColor: '#d6d6d6', defaultHoverBorderColor: '#5a6265',
primaryBackgroundColor: '#5d9cec', primaryBackgroundColor: '#5d9cec',
primaryBorderColor: '#5899eb', primaryBorderColor: '#5899eb',
@ -209,7 +209,7 @@ module.exports = {
calendarTodayBackgroundColor: '#3e3e3e', calendarTodayBackgroundColor: '#3e3e3e',
calendarBackgroundColor: '#2a2a2a', calendarBackgroundColor: '#2a2a2a',
calendarBorderColor: '#cecece', calendarBorderColor: '#393f45',
calendarTextDim: '#eee', calendarTextDim: '#eee',
calendarTextDimAlternate: '#fff', calendarTextDimAlternate: '#fff',