update theme name

This commit is contained in:
Adam Matthiesen 2024-02-01 00:14:44 -08:00
parent fd21c17127
commit 8d66442c47
36 changed files with 156 additions and 532 deletions

View File

@ -1,4 +1,4 @@
name: NPM-Theme (Catppuccin Dark) name: NPM-Theme (Catppuccin)
on: on:
workflow_dispatch: workflow_dispatch:
@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
defaults: defaults:
run: run:
working-directory: ./packages/astro-ghostcms-catppuccin-dark working-directory: ./packages/astro-ghostcms-catppuccin
steps: steps:
- name: checkout - name: checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
defaults: defaults:
run: run:
working-directory: ./packages/astro-ghostcms-catppuccin-dark working-directory: ./packages/astro-ghostcms-catppuccin
steps: steps:
- name: checkout - name: checkout
uses: actions/checkout@v4 uses: actions/checkout@v4

View File

@ -1,7 +1,7 @@
/** @type {import('tailwindcss').Config} */ /** @type {import('tailwindcss').Config} */
import { fontFamily as _fontFamily } from "tailwindcss/defaultTheme"; import { fontFamily as _fontFamily } from "tailwindcss/defaultTheme";
export const content = [ 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 = { export const theme = {
extend: { extend: {

View File

@ -1,7 +1,7 @@
/** @type {import('tailwindcss').Config} */ /** @type {import('tailwindcss').Config} */
import { fontFamily as _fontFamily } from "tailwindcss/defaultTheme"; import { fontFamily as _fontFamily } from "tailwindcss/defaultTheme";
export const content = [ 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 = { export const theme = {
extend: { extend: {

View File

@ -1,7 +1,7 @@
/** @type {import('tailwindcss').Config} */ /** @type {import('tailwindcss').Config} */
import { fontFamily as _fontFamily } from "tailwindcss/defaultTheme"; import { fontFamily as _fontFamily } from "tailwindcss/defaultTheme";
export const content = [ 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 = { export const theme = {
extend: { extend: {

View File

@ -1,7 +1,7 @@
/** @type {import('tailwindcss').Config} */ /** @type {import('tailwindcss').Config} */
import { fontFamily as _fontFamily } from "tailwindcss/defaultTheme"; import { fontFamily as _fontFamily } from "tailwindcss/defaultTheme";
export const content = [ 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 = { export const theme = {
extend: { extend: {

View File

@ -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", "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/", "homepage": "https://astro-ghostcms.xyz/",
"type": "module", "type": "module",
"license": "MIT", "license": "MIT",

View File

@ -13,7 +13,7 @@
"dependencies": { "dependencies": {
"astro": "^4.2.8", "astro": "^4.2.8",
"@matthiesenxyz/astro-ghostcms-theme-default": "workspace:*", "@matthiesenxyz/astro-ghostcms-theme-default": "workspace:*",
"@matthiesenxyz/astro-ghostcms-catppuccin-dark": "workspace:*", "@matthiesenxyz/astro-ghostcms-catppuccin": "workspace:*",
"@matthiesenxyz/astro-ghostcms": "workspace:*", "@matthiesenxyz/astro-ghostcms": "workspace:*",
"@astrojs/tailwind": "^5.1.0", "@astrojs/tailwind": "^5.1.0",
"tailwindcss": "^3.3.5" "tailwindcss": "^3.3.5"

View File

@ -1,4 +1,4 @@
/** @type {import('tailwindcss').Config} */ /** @type {import('tailwindcss').Config} */
module.exports = { module.exports = {
presets: [require('@matthiesenxyz/astro-ghostcms-catppuccin-dark/macchiato')] presets: [require('@matthiesenxyz/astro-ghostcms-catppuccin/macchiato')]
}; };

File diff suppressed because it is too large Load Diff