MyNixOS website logo

Written to $XDG_CONFIG_HOME/org.gnome.Prompt/palettes/NAME.palette. See https://gitlab.gnome.org/chergert/ptyxis/-/tree/main/data/palettes for more information.

Declarations
Type
attribute set of ((attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))) or absolute path or string)
Default
{ }
Example
{
  myPalette = {
    Palette.Name = "My awesome theme";
    Light = {
      Foreground="#E2E2E3";
      Background="#2C2E34";
      Color0="#2C2E34";
      Color1="#FC5D7C";
      Color2="#9ED072";
      Color3="#E7C664";
      Color4="#F39660";
    };
  };
}