{"$schema":"http://json-schema.org/draft-07/schema#","$id":"https://json.schemastore.org/warp-themes.json","definitions":{"color":{"type":"string","pattern":"^#[0-9a-fA-F]{6}$","examples":["#000000","#ff0000","#00ff00","#0000ff","#ffff00","#ff00ff","#00ffff","#ffffff"]},"colors":{"type":"object","properties":{"black":{"$ref":"#/definitions/color","title":"black","description":"A black color of the current theme\nhttps://docs.warp.dev/appearance/custom-themes#create-your-own-custom-theme-manually"},"blue":{"$ref":"#/definitions/color","title":"blue","description":"A blue color of the current theme\nhttps://docs.warp.dev/appearance/custom-themes#create-your-own-custom-theme-manually"},"cyan":{"$ref":"#/definitions/color","title":"cyan","description":"A cyan color of the current theme\nhttps://docs.warp.dev/appearance/custom-themes#create-your-own-custom-theme-manually"},"green":{"$ref":"#/definitions/color","title":"green","description":"A green color of the current theme\nhttps://docs.warp.dev/appearance/custom-themes#create-your-own-custom-theme-manually"},"magenta":{"$ref":"#/definitions/color","title":"magenta","description":"A magenta color of the current theme\nhttps://docs.warp.dev/appearance/custom-themes#create-your-own-custom-theme-manually"},"red":{"$ref":"#/definitions/color","title":"red","description":"A red color of the current theme\nhttps://docs.warp.dev/appearance/custom-themes#create-your-own-custom-theme-manually"},"white":{"$ref":"#/definitions/color","title":"white","description":"A white color of the current theme\nhttps://docs.warp.dev/appearance/custom-themes#create-your-own-custom-theme-manually"},"yellow":{"$ref":"#/definitions/color","title":"yellow","description":"A yellow color of the current theme\nhttps://docs.warp.dev/appearance/custom-themes#create-your-own-custom-theme-manually"}},"additionalProperties":false},"color-or-gradient":{"oneOf":[{"$ref":"#/definitions/color"},{"type":"object","oneOf":[{"properties":{"left":{"$ref":"#/definitions/color","title":"left","description":"A left color of the current theme\nhttps://docs.warp.dev/appearance/custom-themes#background-images-and-gradients"},"right":{"$ref":"#/definitions/color","title":"right","description":"A right color of the current theme\nhttps://docs.warp.dev/appearance/custom-themes#background-images-and-gradients"}},"additionalProperties":false},{"properties":{"top":{"$ref":"#/definitions/color","title":"top","description":"A top color of the current theme\nhttps://docs.warp.dev/appearance/custom-themes#background-images-and-gradients"},"bottom":{"$ref":"#/definitions/color","title":"bottom","description":"A bottom color of the current theme\nhttps://docs.warp.dev/appearance/custom-themes#background-images-and-gradients"}},"additionalProperties":false}]}]}},"title":"theme","description":"A theme","type":"object","properties":{"accent":{"$ref":"#/definitions/color-or-gradient","title":"accent","description":"An accent color of the current theme\nhttps://docs.warp.dev/appearance/custom-themes#create-your-own-custom-theme-manually"},"background":{"$ref":"#/definitions/color-or-gradient","title":"background","description":"A background color of the current theme\nhttps://docs.warp.dev/appearance/custom-themes#create-your-own-custom-theme-manually"},"details":{"title":"details","description":"Whether lighter or darker colors are used in the current theme\nhttps://docs.warp.dev/appearance/custom-themes#create-your-own-custom-theme-manually","type":"string","enum":["lighter","darker"]},"foreground":{"$ref":"#/definitions/color","title":"foreground","description":"A foreground color of the current theme\nhttps://docs.warp.dev/appearance/custom-themes#create-your-own-custom-theme-manually"},"terminal_colors":{"title":"terminal colors","description":"Terminal colors of the current theme\nhttps://docs.warp.dev/appearance/custom-themes#create-your-own-custom-theme-manually","type":"object","properties":{"bright":{"$ref":"#/definitions/colors","title":"bright","description":"Bright colors of the current theme\nhttps://docs.warp.dev/appearance/custom-themes#create-your-own-custom-theme-manually"},"normal":{"$ref":"#/definitions/colors","title":"normal","description":"Normal colors of the current theme\nhttps://docs.warp.dev/appearance/custom-themes#create-your-own-custom-theme-manually"}},"additionalProperties":false},"background_image":{"title":"background image","description":"A background image of the current theme","type":"object","properties":{"path":{"title":"path","description":"A path of the current image of the current theme\nhttps://docs.warp.dev/appearance/custom-themes#background-images-and-gradients","type":"string","minLength":1,"examples":["warp.jpg"]},"opacity":{"title":"opacity","description":"An opacity of the current image of the current theme\nhttps://docs.warp.dev/appearance/custom-themes#background-images-and-gradients","type":"integer","minimum":0,"maximum":100}},"additionalProperties":false}},"additionalProperties":false}