llms.txt
GhostEye Brand Identity
A complete profile of GhostEye's visual system — colors, typography, components, and personality — extracted from https://ghosteye.ai. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #8C8AFF |
| Accent | #FF6B6B |
| Body Font | Overused Grotesk |
| Heading Font | Overused Grotesk |
Color Palette
- primary: #8C8AFF
- secondary: #232340
- accent: #FF6B6B
- background: #000000
- textPrimary: #FFFFFF
- link: #FF6B6B
Typography
- primary: Overused Grotesk — https://fonts.google.com/specimen/Overused+Grotesk
- heading: Overused Grotesk — https://fonts.google.com/specimen/Overused+Grotesk
Visual Assets
- Logo:
- Favicon:
UI Components
- input: background=transparent, textColor=#FFFFFF, borderColor=#232323, borderRadius=0px, shadow=none
- buttonPrimary: background=#000000, textColor=#FFFFFF, borderRadius=0px, shadow=none
- buttonSecondary: background=#11111F, textColor=#FFFFFF, borderColor=#232340, borderRadius=0px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: business professionals seeking cybersecurity solutions
GhostEye Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- GhostEye AESA Radar Sees All: How RTX Is Redefining Air Defense - YouTube
- Image:
- Source: https://www.youtube.com/watch?v=G9G67_oa8wA
- GhostEye® Radar | Raytheon
- GhostEye® MR: A new radar for medium‐range air defense - Breaking Defense
- Raytheon GhostEye MR successfully passes US air base defence test - Army Technology
- GhostEye® Radar | Raytheon
- Raytheon's New GhostEye Radar Targeted for International Customers
Working with these fonts
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:
CharacterQuilt.com suggests this flow that can help:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each
src: url(...)to point to your local file path.
Programmatic alternative: load the URL with Playwright or Puppeteer, listen for response events whose Content-Type starts with font/, and write the body to disk. The CSS extraction step is the same.
Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.