Skip to content

Commit

Permalink
light theme lightblue for data color
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmtimbo committed Oct 17, 2024
1 parent 1b3cfea commit fd849b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/client/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@ export const COLOR_LINK_BLUE = '#1d62c9'
export const COLOR_CHARTREUSE = '#dfff00'
export const COLOR_LINK_CHARTREUSE = '#cddd00'

export const COLOR_DARK_CHARTREUSE = '#d84315' // orange
export const COLOR_DARK_LINK_CHARTREUSE = '#bf360c'
export const COLOR_DARK_CHARTREUSE = '#4cccf6' // aquamarine
export const COLOR_DARK_LINK_CHARTREUSE = '#3aabd4'

export const COLOR_WHITE = '#ffffff'

export const COLOR_YELLOW = '#ffcc00'
export const COLOR_LINK_YELLOW = '#ffbb00'

export const COLOR_DARK_YELLOW = '#ef6c00' // orange
export const COLOR_DARK_LINK_YELLOW = '#e65100'
export const COLOR_DARK_YELLOW = '#2299ff' // lightblue
export const COLOR_DARK_LINK_YELLOW = '#1177dd'

export const COLOR_NONE = '#00000000'

Expand Down

0 comments on commit fd849b0

Please sign in to comment.