@theme { /* Catppuccin Mocha color palette */ --color-ctp-rosewater: #f5e0dc; --color-ctp-flamingo: #f2cdcd; --color-ctp-pink: #f5c2e7; --color-ctp-mauve: #cba6f7; --color-ctp-red: #f38ba8; --color-ctp-maroon: #eba0ac; --color-ctp-peach: #fab387; --color-ctp-yellow: #f9e2af; --color-ctp-green: #a6e3a1; --color-ctp-teal: #94e2d5; --color-ctp-sky: #89dceb; --color-ctp-sapphire: #74c7ec; --color-ctp-blue: #89b4fa; --color-ctp-lavender: #b4befe; --color-ctp-text: #cdd6f4; --color-ctp-subtext1: #bac2de; --color-ctp-subtext0: #a6adc8; --color-ctp-overlay2: #9399b2; --color-ctp-overlay1: #7f849c; --color-ctp-overlay0: #6c7086; --color-ctp-surface2: #585b70; --color-ctp-surface1: #45475a; --color-ctp-surface0: #313244; --color-ctp-base: #1e1e2e; --color-ctp-mantle: #181825; --color-ctp-crust: #11111b; } /* Custom scrollbar styles provided by the UI package */ .scrollbar-thin { scrollbar-width: thin; } .scrollbar-thin::-webkit-scrollbar { width: 8px; height: 8px; } .scrollbar-thumb-ctp-surface2::-webkit-scrollbar-thumb { background-color: rgb(var(--ctp-surface2) / 1); border-radius: 4px; } .scrollbar-track-ctp-surface0::-webkit-scrollbar-track { background-color: rgb(var(--ctp-surface0) / 1); } .hover\:scrollbar-thumb-ctp-overlay0:hover::-webkit-scrollbar-thumb { background-color: rgb(var(--ctp-overlay0) / 1); } .cv-calendar-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); }