Skip to content

Commit

Permalink
round seven
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoHinderling committed Oct 18, 2024
1 parent fd6cd33 commit 4e6a58d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package com.emergetools.hackernews.ui.theme

import androidx.compose.ui.graphics.Color

val HackerOrange = Color(0xFFF9BE8D)
val HackerOrange = Color(0xFFF8B37A)
val HackerOrangeLight = Color(0xFFFCE0C9)
val HackerRed = Color(0xFFEF476F)
val HackerBlue = Color(0xFF118AB2)
Expand Down

0 comments on commit 4e6a58d

Please sign in to comment.