Skip to content

Commit

Permalink
feat(theme): update def dark/light themes after new inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlj95 committed Sep 17, 2023
1 parent 9629d1b commit 2b82720
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/sass/themes/_default-dark-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ $default-dark-theme: (
z2: #35363aff,
),
text: (
primary: #e8eaedff,
// Seems this one is overridden for macOs and Linux
// primary: #e8eaedff,
primary: #bdc6cfff,
secondary: #9aa0a6ff,
),
image: (
Expand Down
7 changes: 5 additions & 2 deletions src/sass/themes/_default-light-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@ $default-light-theme: (
background: (
// Invented tweaking luminance in HSL
main: #fcfdfd,
z0: #f8f9f9ff,
//z0: #f8f9f9ff,
z0: white,
z1: #f1f3f4ff,
z2: #dee1e6ff,
),
image: (
filter: none,
),
text: (
primary: #202124ff,
// Seems this one is overridden for macOs and Linux
//primary: #202124ff,
primary: #303942ff,
secondary: #5f6368ff,
),
tabs: (
Expand Down

0 comments on commit 2b82720

Please sign in to comment.