Skip to content

Commit

Permalink
hacker-news: christmas theme is utc time
Browse files Browse the repository at this point in the history
  • Loading branch information
erg committed Dec 25, 2023
1 parent c5c0e48 commit bea64da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/hacker-news/hacker-news.factor
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ CONSTANT: christmas-green COLOR: #376627
"jobstories" hacker-news-items ;

: christmas-day? ( -- ? )
now dup christmas-day same-day? ;
now-utc dup christmas-day same-day? ;

: number-color ( n -- color )
christmas-day? [
Expand Down

0 comments on commit bea64da

Please sign in to comment.