Skip to content

Commit

Permalink
Update settings.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
markrubin920 authored Jan 27, 2024
1 parent 326ba24 commit 7191afc
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,20 @@
// accessible through get-color(color-name)

//$hp-blue: #0046d1;
// S24 Colors
$hp-background: #539201; // Darker Green
$hp-foreground: #fefcd3; // Tan
$hp-primary: #75c203; // Green
$hp-secondary: #baf24e; // Lighter green
$hp-accent1: #fefcd3; // Tan

// F23 Colors
// naming convention that hopefully doesn't require variable replacement; not perfect
$hp-background: #321b06; // dark brown
$hp-foreground: #fff8dc; // cream
$hp-primary: #9f5708;
$hp-secondary: #ca7340;
$hp-accent1: #fff8dc; // cream
// $hp-background: #321b06; // dark brown
// $hp-foreground: #fff8dc; // cream
// $hp-primary: #9f5708;
// $hp-secondary: #ca7340;
// $hp-accent1: #fff8dc; // cream

// #9f5708;
// #ca7340;
Expand Down

0 comments on commit 7191afc

Please sign in to comment.