programs.ptyxis.palettes
Home-Manager option
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.
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
declared in: <home-manager/modules/programs/ptyxis.nix>source unavailable{ myPalette = { Palette.Name = "My awesome theme"; Light = { Foreground="#E2E2E3"; Background="#2C2E34"; Color0="#2C2E34"; Color1="#FC5D7C"; Color2="#9ED072"; Color3="#E7C664"; Color4="#F39660"; }; }; }