Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
update theme name
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen committed Feb 1, 2024
1 parent fd21c17 commit 8d66442
Show file tree
Hide file tree
Showing 36 changed files with 156 additions and 532 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: NPM-Theme (Catppuccin Dark)
name: NPM-Theme (Catppuccin)

on:
workflow_dispatch:
Expand All @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./packages/astro-ghostcms-catppuccin-dark
working-directory: ./packages/astro-ghostcms-catppuccin
steps:
- name: checkout
uses: actions/checkout@v4
Expand All @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./packages/astro-ghostcms-catppuccin-dark
working-directory: ./packages/astro-ghostcms-catppuccin
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @type {import('tailwindcss').Config} */
import { fontFamily as _fontFamily } from "tailwindcss/defaultTheme";
export const content = [
'./node_modules/@matthiesenxyz/astro-ghostcms-catppuccin-dark/src/**/*.{astro,js,css,ts}'
'./node_modules/@matthiesenxyz/astro-ghostcms-catppuccin/src/**/*.{astro,js,css,ts}'
];
export const theme = {
extend: {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @type {import('tailwindcss').Config} */
import { fontFamily as _fontFamily } from "tailwindcss/defaultTheme";
export const content = [
'./node_modules/@matthiesenxyz/astro-ghostcms-catppuccin-dark/src/**/*.{astro,js,css,ts}'
'./node_modules/@matthiesenxyz/astro-ghostcms-catppuccin/src/**/*.{astro,js,css,ts}'
];
export const theme = {
extend: {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @type {import('tailwindcss').Config} */
import { fontFamily as _fontFamily } from "tailwindcss/defaultTheme";
export const content = [
'./node_modules/@matthiesenxyz/astro-ghostcms-catppuccin-dark/src/**/*.{astro,js,css,ts}'
'./node_modules/@matthiesenxyz/astro-ghostcms-catppuccin/src/**/*.{astro,js,css,ts}'
];
export const theme = {
extend: {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @type {import('tailwindcss').Config} */
import { fontFamily as _fontFamily } from "tailwindcss/defaultTheme";
export const content = [
'./node_modules/@matthiesenxyz/astro-ghostcms-catppuccin-dark/src/**/*.{astro,js,css,ts}'
'./node_modules/@matthiesenxyz/astro-ghostcms-catppuccin/src/**/*.{astro,js,css,ts}'
];
export const theme = {
extend: {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@matthiesenxyz/astro-ghostcms-catppuccin-dark",
"name": "@matthiesenxyz/astro-ghostcms-catppuccin",
"description": "A dark theme made with Catppuccin and TailwindCSS for Astro-GhostCMS",
"version": "0.0.4",
"version": "0.0.1",
"homepage": "https://astro-ghostcms.xyz/",
"type": "module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"astro": "^4.2.8",
"@matthiesenxyz/astro-ghostcms-theme-default": "workspace:*",
"@matthiesenxyz/astro-ghostcms-catppuccin-dark": "workspace:*",
"@matthiesenxyz/astro-ghostcms-catppuccin": "workspace:*",
"@matthiesenxyz/astro-ghostcms": "workspace:*",
"@astrojs/tailwind": "^5.1.0",
"tailwindcss": "^3.3.5"
Expand Down
2 changes: 1 addition & 1 deletion playground/tailwind.config.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
presets: [require('@matthiesenxyz/astro-ghostcms-catppuccin-dark/macchiato')]
presets: [require('@matthiesenxyz/astro-ghostcms-catppuccin/macchiato')]
};
Loading

2 comments on commit 8d66442

@vercel
Copy link

@vercel vercel bot commented on 8d66442 Feb 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 8d66442 Feb 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.