A collection of 250 Otty color themes converted from the Warp theme
collection. Every theme is a standalone .ottytheme file: the original 16
ANSI colors are preserved exactly, and Otty interface colors are derived from
the same palette.
This repository is a derivative adaptation of austintraver/warp-theme. Thank you to its maintainers and contributors for assembling, documenting, and sharing the source theme collection. See NOTICE and LICENSE for attribution and licensing details.
Copy a theme into Otty's user theme directory, then activate it:
cp themes/base16_greenscreen.ottytheme ~/.config/otty/themes/
otty config set theme base16_greenscreen --reloadAn Otty theme is a TOML-based .ottytheme file. Its [meta] section carries
the name and light/dark mode; [terminal] defines terminal foreground,
background, and the 16-color ANSI palette. Optional sections such as [token],
[panel], [sidebar], and [tab] extend the same palette to Otty's interface.
The source Warp themes use YAML with a flatter structure. This conversion keeps the terminal colors exact while translating the source metadata into Otty's sections:
| Warp YAML | Otty .ottytheme |
|---|---|
foreground and background |
[terminal] foreground and background |
terminal_colors.normal |
palette entries 0–7 |
terminal_colors.bright |
palette entries 8–15 |
accent |
[token] accent and tab accent |
details: lighter/darker |
[meta] mode = "light"/"dark" |
background_image |
Not converted: Otty has no equivalent theme field |
Many themes in this collection use the Base16 approach: a coherent system of sixteen named color roles. In those themes, the conversion preserves the original sixteen terminal colors in the same ANSI order, so programs using terminal color codes retain the source theme's intent.
The original repository's preview images are preserved below for browsing.