warp-themes.json
Warp themes
| Type | object |
|---|---|
| File match |
**/.warp/themes/*.yaml
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/warp-themes-json/latest.json |
| Source | https://www.schemastore.org/warp-themes.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
A theme
Properties
accent
color | object
background
color | object
details
string
Whether lighter or darker colors are used in the current theme https://docs.warp.dev/appearance/custom-themes#create-your-own-custom-theme-manually
foreground
string
pattern=^#[0-9a-fA-F]{6}$
terminal_colors
object
Terminal colors of the current theme https://docs.warp.dev/appearance/custom-themes#create-your-own-custom-theme-manually
2 nested properties
bright
object
8 nested properties
black
string
pattern=^#[0-9a-fA-F]{6}$
blue
string
pattern=^#[0-9a-fA-F]{6}$
cyan
string
pattern=^#[0-9a-fA-F]{6}$
green
string
pattern=^#[0-9a-fA-F]{6}$
magenta
string
pattern=^#[0-9a-fA-F]{6}$
red
string
pattern=^#[0-9a-fA-F]{6}$
white
string
pattern=^#[0-9a-fA-F]{6}$
yellow
string
pattern=^#[0-9a-fA-F]{6}$
normal
object
8 nested properties
black
string
pattern=^#[0-9a-fA-F]{6}$
blue
string
pattern=^#[0-9a-fA-F]{6}$
cyan
string
pattern=^#[0-9a-fA-F]{6}$
green
string
pattern=^#[0-9a-fA-F]{6}$
magenta
string
pattern=^#[0-9a-fA-F]{6}$
red
string
pattern=^#[0-9a-fA-F]{6}$
white
string
pattern=^#[0-9a-fA-F]{6}$
yellow
string
pattern=^#[0-9a-fA-F]{6}$
background_image
object
A background image of the current theme
2 nested properties
path
string
A path of the current image of the current theme https://docs.warp.dev/appearance/custom-themes#background-images-and-gradients
minLength=1
opacity
integer
An opacity of the current image of the current theme https://docs.warp.dev/appearance/custom-themes#background-images-and-gradients
min=0max=100
Definitions
color
string
"#000000""#ff0000""#00ff00""#0000ff""#ffff00""#ff00ff""#00ffff""#ffffff"
colors
object
black
string
pattern=^#[0-9a-fA-F]{6}$
blue
string
pattern=^#[0-9a-fA-F]{6}$
cyan
string
pattern=^#[0-9a-fA-F]{6}$
green
string
pattern=^#[0-9a-fA-F]{6}$
magenta
string
pattern=^#[0-9a-fA-F]{6}$
red
string
pattern=^#[0-9a-fA-F]{6}$
white
string
pattern=^#[0-9a-fA-F]{6}$
yellow
string
pattern=^#[0-9a-fA-F]{6}$
color-or-gradient
color | object