@mytechtoday/augment-extensions 0.4.0 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/augment-extensions/domain-rules/design/color/themes/catppuccin-latte/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/catppuccin-latte/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/catppuccin-mocha/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/catppuccin-mocha/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/dracula/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/dracula/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/gruvbox-dark/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/gruvbox-dark/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/gruvbox-light/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/gruvbox-light/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/high-contrast/README.md +27 -0
- package/augment-extensions/domain-rules/design/color/themes/high-contrast/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/monokai/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/monokai/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/nord/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/nord/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/one-dark/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/one-dark/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/one-light/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/one-light/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/solarized-dark/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/solarized-dark/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/solarized-light/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/solarized-light/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/tokyo-night/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/tokyo-night/module.json +26 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/README.md +136 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/SCHEMA-VALIDATION-REPORT.md +216 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/examples/brand-kit-example.yaml +292 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/examples/campaign-brief-example.yaml +389 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/examples/content-calendar-example.yaml +643 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/examples/email-newsletter-example.md +376 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/examples/landing-page-example.md +934 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/examples/ppc-ad-copy-example.md +301 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/examples/seo-blog-post-example.md +347 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/examples/social-media-campaign-example.md +606 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/module.json +50 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/affiliate-influencer-marketing.md +593 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/asset-management.md +418 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/brand-consistency.md +210 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/content-marketing.md +337 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/conversion-optimization.md +455 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/direct-sales.md +499 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/email-marketing.md +439 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/legal-compliance.md +227 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/ppc-advertising.md +569 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/seo-optimization.md +470 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/social-media-marketing.md +414 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/universal-marketing.md +177 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/schemas/asset-inventory.schema.json +247 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/schemas/brand-kit.schema.json +326 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/schemas/campaign-brief.schema.json +342 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/schemas/color-palette.schema.json +223 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/schemas/content-template.schema.json +383 -0
- package/augment-extensions/workflows/beads-integration/IMPLEMENTATION-STATUS.md +145 -0
- package/augment-extensions/workflows/beads-integration/README.md +143 -0
- package/augment-extensions/workflows/beads-integration/config/defaults.json +32 -0
- package/augment-extensions/workflows/beads-integration/config/schema.json +140 -0
- package/augment-extensions/workflows/beads-integration/examples/basic-task-generation.md +293 -0
- package/augment-extensions/workflows/beads-integration/module.json +75 -0
- package/augment-extensions/workflows/beads-integration/rules/core-rules.md +219 -0
- package/augment-extensions/workflows/beads-integration/rules/effectiveness-standards.md +256 -0
- package/augment-extensions/workflows/beads-integration/rules/task-generation.md +607 -0
- package/augment-extensions/writing-standards/screenplay/README.md +135 -6
- package/augment-extensions/writing-standards/screenplay/_templates/README.md +121 -0
- package/augment-extensions/writing-standards/screenplay/_templates/genre-template.md +153 -0
- package/augment-extensions/writing-standards/screenplay/_templates/style-template.md +243 -0
- package/augment-extensions/writing-standards/screenplay/_templates/theme-template.md +213 -0
- package/augment-extensions/writing-standards/screenplay/examples/beat-sheet-example.yaml +95 -0
- package/augment-extensions/writing-standards/screenplay/examples/character-profile-example.yaml +116 -0
- package/augment-extensions/writing-standards/screenplay/examples/commercial-30sec.fountain +151 -0
- package/augment-extensions/writing-standards/screenplay/examples/independent-monologue.fountain +67 -0
- package/augment-extensions/writing-standards/screenplay/examples/news-segment.fountain +142 -0
- package/augment-extensions/writing-standards/screenplay/examples/plot-outline-example.yaml +184 -0
- package/augment-extensions/writing-standards/screenplay/examples/tv-episode-teaser.fountain +204 -0
- package/augment-extensions/writing-standards/screenplay/genres/README.md +181 -0
- package/augment-extensions/writing-standards/screenplay/genres/examples/.gitkeep +2 -0
- package/augment-extensions/writing-standards/screenplay/genres/module.json +70 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/.gitkeep +2 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/action.md +399 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/adventure.md +407 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/animation.md +293 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/biographical.md +293 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/comedy.md +401 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/documentary.md +293 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/drama.md +409 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/fantasy.md +293 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/historical.md +293 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/horror.md +268 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/musical.md +294 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/mystery.md +293 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/noir.md +294 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/romance.md +293 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/sci-fi.md +289 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/superhero.md +293 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/thriller.md +294 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/western.md +293 -0
- package/augment-extensions/writing-standards/screenplay/module.json +1 -1
- package/augment-extensions/writing-standards/screenplay/rules/aaa-hollywood-films.md +339 -0
- package/augment-extensions/writing-standards/screenplay/rules/ai-integration-testing.md +329 -0
- package/augment-extensions/writing-standards/screenplay/rules/character-development.md +169 -0
- package/augment-extensions/writing-standards/screenplay/rules/commercials.md +437 -0
- package/augment-extensions/writing-standards/screenplay/rules/dialogue-writing.md +263 -0
- package/augment-extensions/writing-standards/screenplay/rules/diversity-inclusion.md +261 -0
- package/augment-extensions/writing-standards/screenplay/rules/examples-guide.md +315 -0
- package/augment-extensions/writing-standards/screenplay/rules/formatting-validation.md +413 -0
- package/augment-extensions/writing-standards/screenplay/rules/fountain-format.md +372 -0
- package/augment-extensions/writing-standards/screenplay/rules/independent-films.md +374 -0
- package/augment-extensions/writing-standards/screenplay/rules/live-tv-productions.md +443 -0
- package/augment-extensions/writing-standards/screenplay/rules/narrative-structures.md +207 -0
- package/augment-extensions/writing-standards/screenplay/rules/news-broadcasts.md +444 -0
- package/augment-extensions/writing-standards/screenplay/rules/pacing-timing.md +331 -0
- package/augment-extensions/writing-standards/screenplay/rules/quality-review-checklist.md +334 -0
- package/augment-extensions/writing-standards/screenplay/rules/quick-reference.md +299 -0
- package/augment-extensions/writing-standards/screenplay/rules/screen-continuity.md +263 -0
- package/augment-extensions/writing-standards/screenplay/rules/streaming-content.md +412 -0
- package/augment-extensions/writing-standards/screenplay/rules/trope-management.md +370 -0
- package/augment-extensions/writing-standards/screenplay/rules/tv-series.md +374 -0
- package/augment-extensions/writing-standards/screenplay/rules/vscode-integration.md +277 -0
- package/augment-extensions/writing-standards/screenplay/rules/web-content.md +393 -0
- package/augment-extensions/writing-standards/screenplay/schemas/beat-sheet.json +332 -0
- package/augment-extensions/writing-standards/screenplay/schemas/character-profile.json +247 -0
- package/augment-extensions/writing-standards/screenplay/schemas/feature-selection.json +200 -0
- package/augment-extensions/writing-standards/screenplay/schemas/plot-outline.json +233 -0
- package/augment-extensions/writing-standards/screenplay/schemas/screenplay-config.json +245 -0
- package/augment-extensions/writing-standards/screenplay/schemas/trope-inventory.json +221 -0
- package/augment-extensions/writing-standards/screenplay/styles/README.md +159 -0
- package/augment-extensions/writing-standards/screenplay/styles/examples/.gitkeep +2 -0
- package/augment-extensions/writing-standards/screenplay/styles/examples/style-applications.md +1449 -0
- package/augment-extensions/writing-standards/screenplay/styles/module.json +64 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/.gitkeep +2 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/dialogue-centric.md +520 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/ensemble.md +499 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/epic.md +497 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/experimental.md +492 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/flashback.md +509 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/linear.md +490 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/minimalist.md +499 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/non-linear.md +501 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/poetic.md +499 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/realistic.md +498 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/satirical.md +499 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/surreal.md +508 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/voice-over.md +500 -0
- package/augment-extensions/writing-standards/screenplay/themes/README.md +158 -0
- package/augment-extensions/writing-standards/screenplay/themes/examples/.gitkeep +2 -0
- package/augment-extensions/writing-standards/screenplay/themes/examples/common-mistakes-and-fixes.md +643 -0
- package/augment-extensions/writing-standards/screenplay/themes/examples/complete-scene-example.md +311 -0
- package/augment-extensions/writing-standards/screenplay/themes/examples/individual-theme-examples.md +562 -0
- package/augment-extensions/writing-standards/screenplay/themes/examples/multi-theme-weaving.md +538 -0
- package/augment-extensions/writing-standards/screenplay/themes/examples/theme-application-guide.md +432 -0
- package/augment-extensions/writing-standards/screenplay/themes/examples/theme-integration-across-acts.md +637 -0
- package/augment-extensions/writing-standards/screenplay/themes/module.json +66 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/.gitkeep +2 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/ambition.md +458 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/betrayal.md +490 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/environment.md +458 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/fate.md +459 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/friendship.md +491 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/growth.md +491 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/identity.md +490 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/isolation.md +464 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/justice.md +461 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/love.md +489 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/power.md +494 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/redemption.md +483 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/revenge.md +489 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/survival.md +496 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/technology.md +463 -0
- package/cli/dist/cli.js +30 -1
- package/cli/dist/cli.js.map +1 -1
- package/cli/dist/commands/show.d.ts +23 -0
- package/cli/dist/commands/show.d.ts.map +1 -1
- package/cli/dist/commands/show.js +928 -10
- package/cli/dist/commands/show.js.map +1 -1
- package/cli/dist/types/gui.d.ts +62 -0
- package/cli/dist/types/gui.d.ts.map +1 -0
- package/cli/dist/types/gui.js +30 -0
- package/cli/dist/types/gui.js.map +1 -0
- package/cli/dist/utils/config-system.d.ts +111 -0
- package/cli/dist/utils/config-system.d.ts.map +1 -0
- package/cli/dist/utils/config-system.js +239 -0
- package/cli/dist/utils/config-system.js.map +1 -0
- package/cli/dist/utils/gui-helpers.d.ts +23 -0
- package/cli/dist/utils/gui-helpers.d.ts.map +1 -0
- package/cli/dist/utils/gui-helpers.js +159 -0
- package/cli/dist/utils/gui-helpers.js.map +1 -0
- package/cli/dist/utils/hook-system.d.ts +84 -0
- package/cli/dist/utils/hook-system.d.ts.map +1 -0
- package/cli/dist/utils/hook-system.js +151 -0
- package/cli/dist/utils/hook-system.js.map +1 -0
- package/cli/dist/utils/inspection-cache.d.ts +56 -0
- package/cli/dist/utils/inspection-cache.d.ts.map +1 -0
- package/cli/dist/utils/inspection-cache.js +166 -0
- package/cli/dist/utils/inspection-cache.js.map +1 -0
- package/cli/dist/utils/inspection-handlers.d.ts +75 -0
- package/cli/dist/utils/inspection-handlers.d.ts.map +1 -0
- package/cli/dist/utils/inspection-handlers.js +171 -0
- package/cli/dist/utils/inspection-handlers.js.map +1 -0
- package/cli/dist/utils/module-system.d.ts +81 -1
- package/cli/dist/utils/module-system.d.ts.map +1 -1
- package/cli/dist/utils/module-system.js +393 -16
- package/cli/dist/utils/module-system.js.map +1 -1
- package/cli/dist/utils/plugin-system.d.ts +133 -0
- package/cli/dist/utils/plugin-system.d.ts.map +1 -0
- package/cli/dist/utils/plugin-system.js +210 -0
- package/cli/dist/utils/plugin-system.js.map +1 -0
- package/cli/dist/utils/progress.d.ts +67 -0
- package/cli/dist/utils/progress.d.ts.map +1 -0
- package/cli/dist/utils/progress.js +146 -0
- package/cli/dist/utils/progress.js.map +1 -0
- package/cli/dist/utils/stream-reader.d.ts +34 -0
- package/cli/dist/utils/stream-reader.d.ts.map +1 -0
- package/cli/dist/utils/stream-reader.js +147 -0
- package/cli/dist/utils/stream-reader.js.map +1 -0
- package/cli/dist/utils/vscode-editor.d.ts +45 -0
- package/cli/dist/utils/vscode-editor.d.ts.map +1 -0
- package/cli/dist/utils/vscode-editor.js +171 -0
- package/cli/dist/utils/vscode-editor.js.map +1 -0
- package/cli/dist/utils/vscode-links.d.ts +49 -0
- package/cli/dist/utils/vscode-links.d.ts.map +1 -0
- package/cli/dist/utils/vscode-links.js +167 -0
- package/cli/dist/utils/vscode-links.js.map +1 -0
- package/modules.md +44 -2
- package/package.json +6 -4
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
**Reusable augmentation modules for Augment Code AI - Beyond the 49,400 character limit.**
|
|
4
4
|
|
|
5
|
-
[](https://github.com/mytech-today-now/augment-extensions)
|
|
6
6
|
[](./LICENSE)
|
|
7
7
|
[](https://www.npmjs.com/package/@mytechtoday/augment-extensions)
|
|
8
8
|
|
|
@@ -20,7 +20,7 @@ Augment Code AI limits the `.augment/` folder to ~49,400 characters. This reposi
|
|
|
20
20
|
- **Versioned updates** that propagate to consuming projects
|
|
21
21
|
- **Project-agnostic modules** that work across different codebases
|
|
22
22
|
|
|
23
|
-
## ✨ What's New in v0.4.0
|
|
23
|
+
## ✨ What's New in v0.4.0
|
|
24
24
|
|
|
25
25
|
- 🧠 **Skills System** - Token-efficient, on-demand skill loading (500-10K tokens vs 50K+ for modules)
|
|
26
26
|
- 🔧 **CLI Integration** - Wrap external tools and MCP servers as skills
|
|
@@ -759,13 +759,13 @@ MIT License - See [LICENSE](./LICENSE) for details.
|
|
|
759
759
|
## 🔗 Links
|
|
760
760
|
|
|
761
761
|
- **npm Package**: [@mytechtoday/augment-extensions](https://www.npmjs.com/package/@mytechtoday/augment-extensions)
|
|
762
|
-
- **Repository**: [github.com/mytech-today-now/augment](https://github.com/mytech-today-now/augment)
|
|
763
|
-
- **Issues**: [github.com/mytech-today-now/augment/issues](https://github.com/mytech-today-now/augment/issues)
|
|
762
|
+
- **Repository**: [github.com/mytech-today-now/augment-extensions](https://github.com/mytech-today-now/augment-extensions)
|
|
763
|
+
- **Issues**: [github.com/mytech-today-now/augment-extensions/issues](https://github.com/mytech-today-now/augment-extensions/issues)
|
|
764
764
|
- **Documentation**: [MODULES.md](./MODULES.md) | [AGENTS.md](./AGENTS.md)
|
|
765
765
|
|
|
766
766
|
---
|
|
767
767
|
|
|
768
|
-
**Status**: Active Development | **Version**: 0.
|
|
768
|
+
**Status**: Active Development | **Version**: 0.4.0 | **Maintainer**: @mytech-today-now
|
|
769
769
|
|
|
770
|
-
**Latest Release**:
|
|
770
|
+
**Latest Release**: Skills System (Beta) - Token-efficient, on-demand skill loading with 97.2% token reduction. MCP Integration for wrapping external tools as skills.
|
|
771
771
|
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Catppuccin Latte Theme
|
|
2
|
+
|
|
3
|
+
Soothing light theme with pastel colors (Latte variant).
|
|
4
|
+
|
|
5
|
+
## Colors
|
|
6
|
+
|
|
7
|
+
- **Primary**: `#1e66f5` (Blue)
|
|
8
|
+
- **Secondary**: `#8839ef` (Mauve)
|
|
9
|
+
- **Background**: `#eff1f5` (Base)
|
|
10
|
+
- **Surface**: `#e6e9ef` (Mantle)
|
|
11
|
+
- **Text**: `#4c4f69` (Text)
|
|
12
|
+
- **Accent**: `#04a5e5` (Sky)
|
|
13
|
+
- **Success**: `#40a02b` (Green)
|
|
14
|
+
- **Warning**: `#df8e1d` (Yellow)
|
|
15
|
+
- **Error**: `#d20f39` (Red)
|
|
16
|
+
- **Info**: `#1e66f5` (Blue)
|
|
17
|
+
|
|
18
|
+
## Usage
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
augx link themes/catppuccin-latte
|
|
22
|
+
```
|
|
23
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "catppuccin-latte",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"displayName": "Catppuccin Latte Theme",
|
|
5
|
+
"description": "Soothing light theme with pastel colors (Latte variant)",
|
|
6
|
+
"type": "domain-rules",
|
|
7
|
+
"augment": {
|
|
8
|
+
"characterCount": 0,
|
|
9
|
+
"priority": "medium",
|
|
10
|
+
"category": "domain-rules"
|
|
11
|
+
},
|
|
12
|
+
"installation": "optional",
|
|
13
|
+
"colors": {
|
|
14
|
+
"primary": "#1e66f5",
|
|
15
|
+
"secondary": "#8839ef",
|
|
16
|
+
"background": "#eff1f5",
|
|
17
|
+
"surface": "#e6e9ef",
|
|
18
|
+
"text": "#4c4f69",
|
|
19
|
+
"accent": "#04a5e5",
|
|
20
|
+
"success": "#40a02b",
|
|
21
|
+
"warning": "#df8e1d",
|
|
22
|
+
"error": "#d20f39",
|
|
23
|
+
"info": "#1e66f5"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Catppuccin Mocha Theme
|
|
2
|
+
|
|
3
|
+
Soothing dark theme with pastel colors (Mocha variant).
|
|
4
|
+
|
|
5
|
+
## Colors
|
|
6
|
+
|
|
7
|
+
- **Primary**: `#89b4fa` (Blue)
|
|
8
|
+
- **Secondary**: `#cba6f7` (Mauve)
|
|
9
|
+
- **Background**: `#1e1e2e` (Base)
|
|
10
|
+
- **Surface**: `#313244` (Surface 0)
|
|
11
|
+
- **Text**: `#cdd6f4` (Text)
|
|
12
|
+
- **Accent**: `#89dceb` (Sky)
|
|
13
|
+
- **Success**: `#a6e3a1` (Green)
|
|
14
|
+
- **Warning**: `#f9e2af` (Yellow)
|
|
15
|
+
- **Error**: `#f38ba8` (Red)
|
|
16
|
+
- **Info**: `#89b4fa` (Blue)
|
|
17
|
+
|
|
18
|
+
## Usage
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
augx link themes/catppuccin-mocha
|
|
22
|
+
```
|
|
23
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "catppuccin-mocha",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"displayName": "Catppuccin Mocha Theme",
|
|
5
|
+
"description": "Soothing dark theme with pastel colors (Mocha variant)",
|
|
6
|
+
"type": "domain-rules",
|
|
7
|
+
"augment": {
|
|
8
|
+
"characterCount": 0,
|
|
9
|
+
"priority": "medium",
|
|
10
|
+
"category": "domain-rules"
|
|
11
|
+
},
|
|
12
|
+
"installation": "optional",
|
|
13
|
+
"colors": {
|
|
14
|
+
"primary": "#89b4fa",
|
|
15
|
+
"secondary": "#cba6f7",
|
|
16
|
+
"background": "#1e1e2e",
|
|
17
|
+
"surface": "#313244",
|
|
18
|
+
"text": "#cdd6f4",
|
|
19
|
+
"accent": "#89dceb",
|
|
20
|
+
"success": "#a6e3a1",
|
|
21
|
+
"warning": "#f9e2af",
|
|
22
|
+
"error": "#f38ba8",
|
|
23
|
+
"info": "#89b4fa"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Dracula Theme
|
|
2
|
+
|
|
3
|
+
Dark theme with purple and pink accents inspired by the popular Dracula color scheme.
|
|
4
|
+
|
|
5
|
+
## Colors
|
|
6
|
+
|
|
7
|
+
- **Primary**: `#bd93f9` (Purple)
|
|
8
|
+
- **Secondary**: `#ff79c6` (Pink)
|
|
9
|
+
- **Background**: `#282a36` (Dark Gray)
|
|
10
|
+
- **Surface**: `#44475a` (Medium Gray)
|
|
11
|
+
- **Text**: `#f8f8f2` (Off White)
|
|
12
|
+
- **Accent**: `#8be9fd` (Cyan)
|
|
13
|
+
- **Success**: `#50fa7b` (Green)
|
|
14
|
+
- **Warning**: `#f1fa8c` (Yellow)
|
|
15
|
+
- **Error**: `#ff5555` (Red)
|
|
16
|
+
- **Info**: `#8be9fd` (Cyan)
|
|
17
|
+
|
|
18
|
+
## Usage
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
augx link themes/dracula
|
|
22
|
+
```
|
|
23
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "dracula",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"displayName": "Dracula Theme",
|
|
5
|
+
"description": "Dark theme with purple and pink accents inspired by the popular Dracula color scheme",
|
|
6
|
+
"type": "domain-rules",
|
|
7
|
+
"augment": {
|
|
8
|
+
"characterCount": 0,
|
|
9
|
+
"priority": "medium",
|
|
10
|
+
"category": "domain-rules"
|
|
11
|
+
},
|
|
12
|
+
"installation": "optional",
|
|
13
|
+
"colors": {
|
|
14
|
+
"primary": "#bd93f9",
|
|
15
|
+
"secondary": "#ff79c6",
|
|
16
|
+
"background": "#282a36",
|
|
17
|
+
"surface": "#44475a",
|
|
18
|
+
"text": "#f8f8f2",
|
|
19
|
+
"accent": "#8be9fd",
|
|
20
|
+
"success": "#50fa7b",
|
|
21
|
+
"warning": "#f1fa8c",
|
|
22
|
+
"error": "#ff5555",
|
|
23
|
+
"info": "#8be9fd"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Gruvbox Dark Theme
|
|
2
|
+
|
|
3
|
+
Retro-inspired dark theme with warm earthy tones.
|
|
4
|
+
|
|
5
|
+
## Colors
|
|
6
|
+
|
|
7
|
+
- **Primary**: `#83a598` (Blue)
|
|
8
|
+
- **Secondary**: `#8ec07c` (Aqua)
|
|
9
|
+
- **Background**: `#282828` (Dark Brown)
|
|
10
|
+
- **Surface**: `#3c3836` (Medium Brown)
|
|
11
|
+
- **Text**: `#ebdbb2` (Cream)
|
|
12
|
+
- **Accent**: `#fe8019` (Orange)
|
|
13
|
+
- **Success**: `#b8bb26` (Green)
|
|
14
|
+
- **Warning**: `#fabd2f` (Yellow)
|
|
15
|
+
- **Error**: `#fb4934` (Red)
|
|
16
|
+
- **Info**: `#83a598` (Blue)
|
|
17
|
+
|
|
18
|
+
## Usage
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
augx link themes/gruvbox-dark
|
|
22
|
+
```
|
|
23
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "gruvbox-dark",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"displayName": "Gruvbox Dark Theme",
|
|
5
|
+
"description": "Retro-inspired dark theme with warm earthy tones",
|
|
6
|
+
"type": "domain-rules",
|
|
7
|
+
"augment": {
|
|
8
|
+
"characterCount": 0,
|
|
9
|
+
"priority": "medium",
|
|
10
|
+
"category": "domain-rules"
|
|
11
|
+
},
|
|
12
|
+
"installation": "optional",
|
|
13
|
+
"colors": {
|
|
14
|
+
"primary": "#83a598",
|
|
15
|
+
"secondary": "#8ec07c",
|
|
16
|
+
"background": "#282828",
|
|
17
|
+
"surface": "#3c3836",
|
|
18
|
+
"text": "#ebdbb2",
|
|
19
|
+
"accent": "#fe8019",
|
|
20
|
+
"success": "#b8bb26",
|
|
21
|
+
"warning": "#fabd2f",
|
|
22
|
+
"error": "#fb4934",
|
|
23
|
+
"info": "#83a598"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Gruvbox Light Theme
|
|
2
|
+
|
|
3
|
+
Retro-inspired light theme with warm earthy tones.
|
|
4
|
+
|
|
5
|
+
## Colors
|
|
6
|
+
|
|
7
|
+
- **Primary**: `#458588` (Blue)
|
|
8
|
+
- **Secondary**: `#689d6a` (Aqua)
|
|
9
|
+
- **Background**: `#fbf1c7` (Light Cream)
|
|
10
|
+
- **Surface**: `#ebdbb2` (Cream)
|
|
11
|
+
- **Text**: `#3c3836` (Dark Gray)
|
|
12
|
+
- **Accent**: `#d65d0e` (Orange)
|
|
13
|
+
- **Success**: `#98971a` (Green)
|
|
14
|
+
- **Warning**: `#d79921` (Yellow)
|
|
15
|
+
- **Error**: `#cc241d` (Red)
|
|
16
|
+
- **Info**: `#458588` (Blue)
|
|
17
|
+
|
|
18
|
+
## Usage
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
augx link themes/gruvbox-light
|
|
22
|
+
```
|
|
23
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "gruvbox-light",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"displayName": "Gruvbox Light Theme",
|
|
5
|
+
"description": "Retro-inspired light theme with warm earthy tones",
|
|
6
|
+
"type": "domain-rules",
|
|
7
|
+
"augment": {
|
|
8
|
+
"characterCount": 0,
|
|
9
|
+
"priority": "medium",
|
|
10
|
+
"category": "domain-rules"
|
|
11
|
+
},
|
|
12
|
+
"installation": "optional",
|
|
13
|
+
"colors": {
|
|
14
|
+
"primary": "#458588",
|
|
15
|
+
"secondary": "#689d6a",
|
|
16
|
+
"background": "#fbf1c7",
|
|
17
|
+
"surface": "#ebdbb2",
|
|
18
|
+
"text": "#3c3836",
|
|
19
|
+
"accent": "#d65d0e",
|
|
20
|
+
"success": "#98971a",
|
|
21
|
+
"warning": "#d79921",
|
|
22
|
+
"error": "#cc241d",
|
|
23
|
+
"info": "#458588"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# High Contrast Theme
|
|
2
|
+
|
|
3
|
+
Accessibility-focused theme with maximum contrast for better readability.
|
|
4
|
+
|
|
5
|
+
## Colors
|
|
6
|
+
|
|
7
|
+
- **Primary**: `#0066ff` (Bright Blue)
|
|
8
|
+
- **Secondary**: `#ff00ff` (Magenta)
|
|
9
|
+
- **Background**: `#000000` (Black)
|
|
10
|
+
- **Surface**: `#1a1a1a` (Dark Gray)
|
|
11
|
+
- **Text**: `#ffffff` (White)
|
|
12
|
+
- **Accent**: `#00ffff` (Cyan)
|
|
13
|
+
- **Success**: `#00ff00` (Bright Green)
|
|
14
|
+
- **Warning**: `#ffff00` (Bright Yellow)
|
|
15
|
+
- **Error**: `#ff0000` (Bright Red)
|
|
16
|
+
- **Info**: `#0066ff` (Bright Blue)
|
|
17
|
+
|
|
18
|
+
## Usage
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
augx link themes/high-contrast
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
## Accessibility
|
|
25
|
+
|
|
26
|
+
This theme is designed for maximum contrast to improve readability for users with visual impairments.
|
|
27
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "high-contrast",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"displayName": "High Contrast Theme",
|
|
5
|
+
"description": "Accessibility-focused theme with maximum contrast for better readability",
|
|
6
|
+
"type": "domain-rules",
|
|
7
|
+
"augment": {
|
|
8
|
+
"characterCount": 0,
|
|
9
|
+
"priority": "medium",
|
|
10
|
+
"category": "domain-rules"
|
|
11
|
+
},
|
|
12
|
+
"installation": "optional",
|
|
13
|
+
"colors": {
|
|
14
|
+
"primary": "#0066ff",
|
|
15
|
+
"secondary": "#ff00ff",
|
|
16
|
+
"background": "#000000",
|
|
17
|
+
"surface": "#1a1a1a",
|
|
18
|
+
"text": "#ffffff",
|
|
19
|
+
"accent": "#00ffff",
|
|
20
|
+
"success": "#00ff00",
|
|
21
|
+
"warning": "#ffff00",
|
|
22
|
+
"error": "#ff0000",
|
|
23
|
+
"info": "#0066ff"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Monokai Theme
|
|
2
|
+
|
|
3
|
+
Dark theme with vibrant colors inspired by the classic Monokai editor theme.
|
|
4
|
+
|
|
5
|
+
## Colors
|
|
6
|
+
|
|
7
|
+
- **Primary**: `#f92672` (Pink)
|
|
8
|
+
- **Secondary**: `#a6e22e` (Green)
|
|
9
|
+
- **Background**: `#272822` (Dark Gray)
|
|
10
|
+
- **Surface**: `#3e3d32` (Medium Gray)
|
|
11
|
+
- **Text**: `#f8f8f2` (Off White)
|
|
12
|
+
- **Accent**: `#66d9ef` (Cyan)
|
|
13
|
+
- **Success**: `#a6e22e` (Green)
|
|
14
|
+
- **Warning**: `#e6db74` (Yellow)
|
|
15
|
+
- **Error**: `#f92672` (Pink)
|
|
16
|
+
- **Info**: `#66d9ef` (Cyan)
|
|
17
|
+
|
|
18
|
+
## Usage
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
augx link themes/monokai
|
|
22
|
+
```
|
|
23
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "monokai",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"displayName": "Monokai Theme",
|
|
5
|
+
"description": "Dark theme with vibrant colors inspired by the classic Monokai editor theme",
|
|
6
|
+
"type": "domain-rules",
|
|
7
|
+
"augment": {
|
|
8
|
+
"characterCount": 0,
|
|
9
|
+
"priority": "medium",
|
|
10
|
+
"category": "domain-rules"
|
|
11
|
+
},
|
|
12
|
+
"installation": "optional",
|
|
13
|
+
"colors": {
|
|
14
|
+
"primary": "#f92672",
|
|
15
|
+
"secondary": "#a6e22e",
|
|
16
|
+
"background": "#272822",
|
|
17
|
+
"surface": "#3e3d32",
|
|
18
|
+
"text": "#f8f8f2",
|
|
19
|
+
"accent": "#66d9ef",
|
|
20
|
+
"success": "#a6e22e",
|
|
21
|
+
"warning": "#e6db74",
|
|
22
|
+
"error": "#f92672",
|
|
23
|
+
"info": "#66d9ef"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Nord Theme
|
|
2
|
+
|
|
3
|
+
Arctic-inspired dark theme with cool blue tones.
|
|
4
|
+
|
|
5
|
+
## Colors
|
|
6
|
+
|
|
7
|
+
- **Primary**: `#88c0d0` (Frost Blue)
|
|
8
|
+
- **Secondary**: `#81a1c1` (Frost Light Blue)
|
|
9
|
+
- **Background**: `#2e3440` (Polar Night)
|
|
10
|
+
- **Surface**: `#3b4252` (Polar Night Light)
|
|
11
|
+
- **Text**: `#eceff4` (Snow Storm)
|
|
12
|
+
- **Accent**: `#5e81ac` (Frost Dark Blue)
|
|
13
|
+
- **Success**: `#a3be8c` (Aurora Green)
|
|
14
|
+
- **Warning**: `#ebcb8b` (Aurora Yellow)
|
|
15
|
+
- **Error**: `#bf616a` (Aurora Red)
|
|
16
|
+
- **Info**: `#88c0d0` (Frost Blue)
|
|
17
|
+
|
|
18
|
+
## Usage
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
augx link themes/nord
|
|
22
|
+
```
|
|
23
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "nord",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"displayName": "Nord Theme",
|
|
5
|
+
"description": "Arctic-inspired dark theme with cool blue tones",
|
|
6
|
+
"type": "domain-rules",
|
|
7
|
+
"augment": {
|
|
8
|
+
"characterCount": 0,
|
|
9
|
+
"priority": "medium",
|
|
10
|
+
"category": "domain-rules"
|
|
11
|
+
},
|
|
12
|
+
"installation": "optional",
|
|
13
|
+
"colors": {
|
|
14
|
+
"primary": "#88c0d0",
|
|
15
|
+
"secondary": "#81a1c1",
|
|
16
|
+
"background": "#2e3440",
|
|
17
|
+
"surface": "#3b4252",
|
|
18
|
+
"text": "#eceff4",
|
|
19
|
+
"accent": "#5e81ac",
|
|
20
|
+
"success": "#a3be8c",
|
|
21
|
+
"warning": "#ebcb8b",
|
|
22
|
+
"error": "#bf616a",
|
|
23
|
+
"info": "#88c0d0"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# One Dark Theme
|
|
2
|
+
|
|
3
|
+
Popular dark theme inspired by Atom's One Dark.
|
|
4
|
+
|
|
5
|
+
## Colors
|
|
6
|
+
|
|
7
|
+
- **Primary**: `#61afef` (Blue)
|
|
8
|
+
- **Secondary**: `#c678dd` (Purple)
|
|
9
|
+
- **Background**: `#282c34` (Dark Gray)
|
|
10
|
+
- **Surface**: `#3e4451` (Medium Gray)
|
|
11
|
+
- **Text**: `#abb2bf` (Light Gray)
|
|
12
|
+
- **Accent**: `#56b6c2` (Cyan)
|
|
13
|
+
- **Success**: `#98c379` (Green)
|
|
14
|
+
- **Warning**: `#e5c07b` (Yellow)
|
|
15
|
+
- **Error**: `#e06c75` (Red)
|
|
16
|
+
- **Info**: `#61afef` (Blue)
|
|
17
|
+
|
|
18
|
+
## Usage
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
augx link themes/one-dark
|
|
22
|
+
```
|
|
23
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "one-dark",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"displayName": "One Dark Theme",
|
|
5
|
+
"description": "Popular dark theme inspired by Atom's One Dark",
|
|
6
|
+
"type": "domain-rules",
|
|
7
|
+
"augment": {
|
|
8
|
+
"characterCount": 0,
|
|
9
|
+
"priority": "medium",
|
|
10
|
+
"category": "domain-rules"
|
|
11
|
+
},
|
|
12
|
+
"installation": "optional",
|
|
13
|
+
"colors": {
|
|
14
|
+
"primary": "#61afef",
|
|
15
|
+
"secondary": "#c678dd",
|
|
16
|
+
"background": "#282c34",
|
|
17
|
+
"surface": "#3e4451",
|
|
18
|
+
"text": "#abb2bf",
|
|
19
|
+
"accent": "#56b6c2",
|
|
20
|
+
"success": "#98c379",
|
|
21
|
+
"warning": "#e5c07b",
|
|
22
|
+
"error": "#e06c75",
|
|
23
|
+
"info": "#61afef"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# One Light Theme
|
|
2
|
+
|
|
3
|
+
Popular light theme inspired by Atom's One Light.
|
|
4
|
+
|
|
5
|
+
## Colors
|
|
6
|
+
|
|
7
|
+
- **Primary**: `#4078f2` (Blue)
|
|
8
|
+
- **Secondary**: `#a626a4` (Purple)
|
|
9
|
+
- **Background**: `#fafafa` (Off White)
|
|
10
|
+
- **Surface**: `#f0f0f0` (Light Gray)
|
|
11
|
+
- **Text**: `#383a42` (Dark Gray)
|
|
12
|
+
- **Accent**: `#0184bc` (Cyan)
|
|
13
|
+
- **Success**: `#50a14f` (Green)
|
|
14
|
+
- **Warning**: `#c18401` (Orange)
|
|
15
|
+
- **Error**: `#e45649` (Red)
|
|
16
|
+
- **Info**: `#4078f2` (Blue)
|
|
17
|
+
|
|
18
|
+
## Usage
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
augx link themes/one-light
|
|
22
|
+
```
|
|
23
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "one-light",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"displayName": "One Light Theme",
|
|
5
|
+
"description": "Popular light theme inspired by Atom's One Light",
|
|
6
|
+
"type": "domain-rules",
|
|
7
|
+
"augment": {
|
|
8
|
+
"characterCount": 0,
|
|
9
|
+
"priority": "medium",
|
|
10
|
+
"category": "domain-rules"
|
|
11
|
+
},
|
|
12
|
+
"installation": "optional",
|
|
13
|
+
"colors": {
|
|
14
|
+
"primary": "#4078f2",
|
|
15
|
+
"secondary": "#a626a4",
|
|
16
|
+
"background": "#fafafa",
|
|
17
|
+
"surface": "#f0f0f0",
|
|
18
|
+
"text": "#383a42",
|
|
19
|
+
"accent": "#0184bc",
|
|
20
|
+
"success": "#50a14f",
|
|
21
|
+
"warning": "#c18401",
|
|
22
|
+
"error": "#e45649",
|
|
23
|
+
"info": "#4078f2"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Solarized Dark Theme
|
|
2
|
+
|
|
3
|
+
Dark theme with warm tones based on the Solarized color palette.
|
|
4
|
+
|
|
5
|
+
## Colors
|
|
6
|
+
|
|
7
|
+
- **Primary**: `#268bd2` (Blue)
|
|
8
|
+
- **Secondary**: `#2aa198` (Cyan)
|
|
9
|
+
- **Background**: `#002b36` (Dark Blue)
|
|
10
|
+
- **Surface**: `#073642` (Dark Cyan)
|
|
11
|
+
- **Text**: `#839496` (Light Gray)
|
|
12
|
+
- **Accent**: `#cb4b16` (Orange)
|
|
13
|
+
- **Success**: `#859900` (Green)
|
|
14
|
+
- **Warning**: `#b58900` (Yellow)
|
|
15
|
+
- **Error**: `#dc322f` (Red)
|
|
16
|
+
- **Info**: `#268bd2` (Blue)
|
|
17
|
+
|
|
18
|
+
## Usage
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
augx link themes/solarized-dark
|
|
22
|
+
```
|
|
23
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "solarized-dark",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"displayName": "Solarized Dark Theme",
|
|
5
|
+
"description": "Dark theme with warm tones based on the Solarized color palette",
|
|
6
|
+
"type": "domain-rules",
|
|
7
|
+
"augment": {
|
|
8
|
+
"characterCount": 0,
|
|
9
|
+
"priority": "medium",
|
|
10
|
+
"category": "domain-rules"
|
|
11
|
+
},
|
|
12
|
+
"installation": "optional",
|
|
13
|
+
"colors": {
|
|
14
|
+
"primary": "#268bd2",
|
|
15
|
+
"secondary": "#2aa198",
|
|
16
|
+
"background": "#002b36",
|
|
17
|
+
"surface": "#073642",
|
|
18
|
+
"text": "#839496",
|
|
19
|
+
"accent": "#cb4b16",
|
|
20
|
+
"success": "#859900",
|
|
21
|
+
"warning": "#b58900",
|
|
22
|
+
"error": "#dc322f",
|
|
23
|
+
"info": "#268bd2"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Solarized Light Theme
|
|
2
|
+
|
|
3
|
+
Light theme with warm tones based on the Solarized color palette.
|
|
4
|
+
|
|
5
|
+
## Colors
|
|
6
|
+
|
|
7
|
+
- **Primary**: `#268bd2` (Blue)
|
|
8
|
+
- **Secondary**: `#2aa198` (Cyan)
|
|
9
|
+
- **Background**: `#fdf6e3` (Cream)
|
|
10
|
+
- **Surface**: `#eee8d5` (Light Tan)
|
|
11
|
+
- **Text**: `#657b83` (Gray)
|
|
12
|
+
- **Accent**: `#cb4b16` (Orange)
|
|
13
|
+
- **Success**: `#859900` (Green)
|
|
14
|
+
- **Warning**: `#b58900` (Yellow)
|
|
15
|
+
- **Error**: `#dc322f` (Red)
|
|
16
|
+
- **Info**: `#268bd2` (Blue)
|
|
17
|
+
|
|
18
|
+
## Usage
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
augx link themes/solarized-light
|
|
22
|
+
```
|
|
23
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "solarized-light",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"displayName": "Solarized Light Theme",
|
|
5
|
+
"description": "Light theme with warm tones based on the Solarized color palette",
|
|
6
|
+
"type": "domain-rules",
|
|
7
|
+
"augment": {
|
|
8
|
+
"characterCount": 0,
|
|
9
|
+
"priority": "medium",
|
|
10
|
+
"category": "domain-rules"
|
|
11
|
+
},
|
|
12
|
+
"installation": "optional",
|
|
13
|
+
"colors": {
|
|
14
|
+
"primary": "#268bd2",
|
|
15
|
+
"secondary": "#2aa198",
|
|
16
|
+
"background": "#fdf6e3",
|
|
17
|
+
"surface": "#eee8d5",
|
|
18
|
+
"text": "#657b83",
|
|
19
|
+
"accent": "#cb4b16",
|
|
20
|
+
"success": "#859900",
|
|
21
|
+
"warning": "#b58900",
|
|
22
|
+
"error": "#dc322f",
|
|
23
|
+
"info": "#268bd2"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|