Skip to content

Commit

Permalink
Themes: define reserves for Kyriaki+Light
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloudis committed Nov 22, 2024
1 parent 0310ed6 commit ebc7c8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions utils/ThemeUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ const Kyriaki: { [key: string]: any } = {
separator: '#31363F',
outbound: '#FFA900',
inbound: '#FFF0CA',
outboundReserve: '#B7B7B7',
inboundReserve: '#636569',
success: '#46BE43',
warning: '#E14C4C',
warningReserve: '#EA8181',
Expand Down Expand Up @@ -42,6 +44,8 @@ const Light: { [key: string]: any } = {
separator: '#CED0CE',
outbound: '#FFD93F',
inbound: '#FFF0CA',
outboundReserve: '#B7B7B7',
inboundReserve: '#636569',
success: '#46BE43',
warning: '#E14C4C',
warningReserve: '#EA8181',
Expand Down

0 comments on commit ebc7c8e

Please sign in to comment.