From 06d3fbc29f96328a4f61672c413a1cccaa05d5a5 Mon Sep 17 00:00:00 2001 From: Clint Plummer Date: Fri, 15 Apr 2022 20:42:08 +1000 Subject: [PATCH] Updated README --- README.md | 4 ++-- src/__main__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dbbe5b4..c118a34 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# osx-colors [![ci](https://github.com/yuhonas/osx-colors/workflows/ci/badge.svg)](https://github.com/yuhonas/osx-colors/actions/workflows/ci.yml) +# osx-colors [![ci](https://github.com/yuhonas/osx-colors/workflows/ci/badge.svg)](https://github.com/yuhonas/osx-colors/actions/workflows/ci.yml) ![./LICENSE](https://img.shields.io/badge/license-MIT-blue.svg) Sane command line color customisation for osx, no more fiddling about with `defaults`, internal apple color constants and rgb color codes -Say you want to change your Accent/Highlight Color to Green like this +Say you want to change your `Accent` and `Highlight` Color to `Green` like this ![](./osx-general-preference-pane.jpg) diff --git a/src/__main__.py b/src/__main__.py index bd03bb2..bc0a5d7 100644 --- a/src/__main__.py +++ b/src/__main__.py @@ -12,7 +12,7 @@ logger = logging.getLogger() parser = argparse.ArgumentParser( - description='Sets the limited number of colors apple allows us too', + description='Sane command line color customization for osx', prog=settings.get_app_name(), formatter_class=argparse.RawDescriptionHelpFormatter, epilog=dedent(f'''