Skip to content

Commit

Permalink
refactor: links should be blue
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham committed Jun 14, 2023
1 parent 827921a commit 6cce7d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/bin/assets/catppuccin.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
--sidebar-bg: #181825;
--sidebar-fg: #cdd6f4;
--sidebar-non-existant: #6c7086;
--sidebar-active: #f5e0dc;
--sidebar-active: #89b4fa;
--sidebar-spacer: #6c7086;
--scrollbar: #6c7086;
--icons: #6c7086;
Expand Down Expand Up @@ -35,7 +35,7 @@
--sidebar-bg: #1e2030;
--sidebar-fg: #cad3f5;
--sidebar-non-existant: #6e738d;
--sidebar-active: #f4dbd6;
--sidebar-active: #8aadf4;
--sidebar-spacer: #6e738d;
--scrollbar: #6e738d;
--icons: #6e738d;
Expand Down Expand Up @@ -66,7 +66,7 @@
--sidebar-bg: #292c3c;
--sidebar-fg: #c6d0f5;
--sidebar-non-existant: #737994;
--sidebar-active: #f2d5cf;
--sidebar-active: #8caaee;
--sidebar-spacer: #737994;
--scrollbar: #737994;
--icons: #737994;
Expand Down Expand Up @@ -97,7 +97,7 @@
--sidebar-bg: #e6e9ef;
--sidebar-fg: #4c4f69;
--sidebar-non-existant: #9ca0b0;
--sidebar-active: #dc8a78;
--sidebar-active: #1e66f5;
--sidebar-spacer: #9ca0b0;
--scrollbar: #9ca0b0;
--icons: #9ca0b0;
Expand Down
2 changes: 1 addition & 1 deletion src/palette/catppuccin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
--sidebar-bg: #{map-get($color, "mantle")};
--sidebar-fg: #{map-get($color, "text")};
--sidebar-non-existant: #{map-get($color, "overlay0")};
--sidebar-active: #{map-get($color, "rosewater")};
--sidebar-active: #{map-get($color, "blue")};
--sidebar-spacer: #{map-get($color, "overlay0")};
--scrollbar: #{map-get($color, "overlay0")};
--icons: #{map-get($color, "overlay0")};
Expand Down

0 comments on commit 6cce7d0

Please sign in to comment.