Skip to content

Commit

Permalink
Update color themes
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Cameron <[email protected]>
  • Loading branch information
JasonLovesDoggo committed Sep 25, 2024
1 parent e3edd06 commit 027ed50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/vars-default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ $is_light_theme: true;
$color_primary0: #fff;
$color_primary5: #f8f8f8; // light background
$color_primary10: #eee; // background
$color_primary25: #4242da; // border
$color_primary25: #8d8db7; // border
$color_primary33: #aaa; // widget
$color_primary50: #808080;
$color_primary66: #555; // tabs
$color_primary75: #3737b4; // widget
$color_primary90: #111;
$color_primary100: #000;
$color_primary90: #1F3EB1;
$color_primary100: #0645ad;

$color_link50: #5b80b9; // default (title)
$color_link75: #1958c1; // default
$color_link100: #0645ad; // hover
$color_link200: #faa700; // active
$color_link200: #053281; // active

$color_pageBg: #fff;

Expand Down

0 comments on commit 027ed50

Please sign in to comment.