Skip to content

Commit

Permalink
Fix selected and hover background colors
Browse files Browse the repository at this point in the history
  • Loading branch information
bonanitech committed Jul 11, 2024
1 parent a146197 commit 4a0b961
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/themes/solarized-dark/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ $monospace-font: Menlo, Consolas, "DejaVu Sans Mono", Courier, monospace;
$primary-background: #002b36;

$secondary-background: #073642;
$secondary-background-selected: #005a6f;
$secondary-background-selected: #002b36;
$secondary-background-inactive: #002b36;
$secondary-background-hover: #033f4e;
$secondary-background-hover: #002b36;
$secondary-background-disabled: #002b36;

$tertiary-background: #002b36;
Expand Down
4 changes: 2 additions & 2 deletions src/themes/solarized-light/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ $monospace-font: Menlo, Consolas, "DejaVu Sans Mono", Courier, monospace;
$primary-background: #eee8d5;

$secondary-background: #fdf6e3;
$secondary-background-selected: #dfca88;
$secondary-background-selected: #eee8d5;
$secondary-background-inactive: #eee8d5;
$secondary-background-hover: #f5ebcc;
$secondary-background-hover: #eee8d5;
$secondary-background-disabled: #eee8d5;

$tertiary-background: #eee8d5;
Expand Down

0 comments on commit 4a0b961

Please sign in to comment.