(Un)colored icon

(Un)colored 0.10.2

Rich text (HTML & Markdown) editor that saves documents with themes

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    uncolored # (Un)colored
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    uncolored # (Un)colored
  ];
}

Package Definition

{
  "pname": "uncolored",
  "version": "0.10.2",
  "src": {
    "url": "https://github.com/n457/Uncolored/releases/download/v.0.10.2/Uncolored-v.0.10.2-osx-x64.dmg",
    "sha256": "7ac0c07fbe3c0b9b1bf575274e590c7070e9b30f46d16744464ae99d4aed9f07"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Uncolored.app\" && cp -r \"Uncolored.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Rich text (HTML & Markdown) editor that saves documents with themes",
    "homepage": "https://n457.github.io/Uncolored/"
  }
}