Dynamic Theme Update
This commit is contained in:
@@ -15,7 +15,7 @@ export interface Project {
|
||||
export const projects: Project[] = [
|
||||
{
|
||||
name: 'PokemonTCGAPI',
|
||||
description: 'Official NPM package wrapper for the PokemonTCG API — utilities and helpers for working with Pokemon TCG data.',
|
||||
description: 'UnOfficial NPM package wrapper for the PokemonTCG API.',
|
||||
tech: ['TypeScript', 'Node.js'],
|
||||
live: 'https://www.npmjs.com/package/@bosstop/pokemontcgapi',
|
||||
image: 'https://upload.wikimedia.org/wikipedia/commons/thumb/d/db/Npm-logo.svg/1200px-Npm-logo.svg.png',
|
||||
@@ -23,7 +23,7 @@ export const projects: Project[] = [
|
||||
},
|
||||
{
|
||||
name: 'MCSS TS API',
|
||||
description: 'TypeScript API for MCServersSoft services, published to NPM.',
|
||||
description: 'TypeScript API for MC Server Soft services, published to NPM.',
|
||||
tech: ['TypeScript', 'Node.js'],
|
||||
live: 'https://www.npmjs.com/package/@mcserversoft/mcss-api',
|
||||
image: 'https://upload.wikimedia.org/wikipedia/commons/thumb/d/db/Npm-logo.svg/1200px-Npm-logo.svg.png',
|
||||
@@ -35,7 +35,7 @@ export const projects: Project[] = [
|
||||
tech: ['TypeScript', 'Selenium'],
|
||||
live: 'https://www.npmjs.com/package/@sirblob/mcp-selenium',
|
||||
image: 'https://upload.wikimedia.org/wikipedia/commons/thumb/d/db/Npm-logo.svg/1200px-Npm-logo.svg.png',
|
||||
featured: false
|
||||
featured: true
|
||||
},
|
||||
{
|
||||
name: 'Pkit',
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
// ============================================================================
|
||||
// COLOR PALETTE
|
||||
// COLOR PALETTE (DEPRECATED)
|
||||
// ============================================================================
|
||||
// These colors are used for terminal text formatting and UI elements
|
||||
// Colors follow Catppuccin Mocha theme by default
|
||||
// NOTE: This is deprecated. Use themeColors.colorMap from $lib/stores/theme instead.
|
||||
// The colorMap in theme JSON files is the source of truth and supports dynamic themes.
|
||||
// This is kept for backward compatibility only.
|
||||
|
||||
export const colorPalette = {
|
||||
// Basic colors
|
||||
|
||||
Reference in New Issue
Block a user