diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-05-25 21:20:33 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-05-25 21:20:33 +0530 |
commit | b70dd5e00538576bb1e67b864e43e50422f14cea (patch) | |
tree | fa09b61ae177833cc768025494a59fbb57e3107a /.config/doom/packages.el | |
parent | 03cc1d4ebdaf2f276c61f1f2b7eef33f52de7f32 (diff) |
themed emacs with catppuccin, added transparency
Diffstat (limited to '.config/doom/packages.el')
-rw-r--r-- | .config/doom/packages.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/doom/packages.el b/.config/doom/packages.el index 364e6e9..ead1529 100644 --- a/.config/doom/packages.el +++ b/.config/doom/packages.el @@ -1,3 +1,5 @@ +(package! catppuccin-theme) + ;; -*- no-byte-compile: t; -*- ;;; $DOOMDIR/packages.el |