Skip to content

Commit

Permalink
Contrast improvements
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Miller <shanecm.ux@gmail.com>
  • Loading branch information
shanecmiller23 committed Aug 3, 2023
1 parent 5a959cb commit 69fb052
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
20 changes: 10 additions & 10 deletions themes/geekboot/assets/scss/dark-mode.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
--anchor-link-color: #{$fog-400};

// Single code lines inside text. Code blocks are in _code_theme_dark.scss
--code-background: #{$fog-0}20;
--code-background: #{$fog-0}30;
--code-color: #{$fog-0};
--code-line-number-color: #{$aqua-400};

Expand All @@ -16,7 +16,7 @@
--inactive-tab-hover-color: #{$fog-0};

// Sidebar nav
--nav-highlight-color: #{$aqua-950};
--nav-highlight-color: #{$aqua-900};
--btn-close-color: #{$fog-0};

//Version dropdown
Expand All @@ -33,17 +33,17 @@
--toc-mobile-menu-background: #{$fog-1000};

//hint boxes
--hint-important: #{$tangerine-700}; //"exclamation",
--hint-important-background: #{$tangerine-900};
--hint-important: #{$tangerine-600}; //"exclamation",
--hint-important-background: #{$tangerine-850};

--hint-warning: #{$salmon-700}; //"fire",
--hint-warning-background: #{$salmon-900};
--hint-warning: #{$salmon-600}; //"fire",
--hint-warning-background: #{$salmon-850};

--hint-tip: #{$grass-700}; //"check",
--hint-tip-background: #{$grass-900};
--hint-tip: #{$grass-600}; //"check",
--hint-tip-background: #{$grass-850};

--hint-note: #{$fog-700}; //"info",
--hint-note-background: #{$fog-900};
--hint-note: #{$fog-600}; //"info",
--hint-note-background: #{$fog-850};

//Search Related
--search-box-background: var(--body-background);
Expand Down
12 changes: 6 additions & 6 deletions themes/geekboot/assets/scss/light-mode.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
--toc-mobile-menu-background: #{$fog-0};

//hint boxes
--hint-important: #{$tangerine-300}; //"exclamation",
--hint-important-background: #{$tangerine-75};
--hint-important: #{$tangerine-400}; //"exclamation",
--hint-important-background: #{$tangerine-100};

--hint-warning: #{$salmon-300}; //"fire",
--hint-warning-background: #{$salmon-75};
--hint-warning: #{$salmon-400}; //"fire",
--hint-warning-background: #{$salmon-100};

--hint-tip: #{$grass-300}; //"check",
--hint-tip-background: #{$grass-75};
--hint-tip: #{$grass-400}; //"check",
--hint-tip-background: #{$grass-100};

--hint-note: #{$fog-200}; //"info",
--hint-note-background: #{$fog-50};
Expand Down

0 comments on commit 69fb052

Please sign in to comment.