Skip to content

Commit

Permalink
Merge pull request #18 from baduhai/master
Browse files Browse the repository at this point in the history
Add catppuccin theme
  • Loading branch information
AlexW00 authored Sep 23, 2024
2 parents 7bfb82e + 41ade66 commit cfb8b97
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/views/tree/themechanger/theme-changer.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ export default class ThemeChanger {
"nord",
"MonokaiPro",
"Programiz",
"autumn-mech"
"autumn-mech",
"catppuccin"
];

themeCssLink = document.querySelector("link[href='../styles/colors.css']");
Expand Down
22 changes: 22 additions & 0 deletions themes/catppuccin.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
:root {
--background: #1e1e2e;
--foreground: #cdd6f4;
--cursor: #cdd6f4;

--color0: #1e1e2e;
--color1: #181825;
--color2: #313244;
--color3: #45475a;
--color4: #585b70;
--color5: #cdd6f4;
--color6: #f5e0dc;
--color7: #b4befe;
--color8: #f38ba8;
--color9: #fab387;
--color10: #f0e2af;
--color11: #a6e3a1;
--color12: #94e2d5;
--color13: #89b4fa;
--color14: #cba6f7;
--color15: #f2cdcd;
}

0 comments on commit cfb8b97

Please sign in to comment.