From bb0385f0b36514a9803743cb01ab2f17261d7ff4 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Thu, 28 Nov 2019 07:03:14 +0100 Subject: [PATCH] Move screenshot to styles/ --- README.md | 4 ++-- gold_dark.png => styles/gold_dark.png | Bin 2 files changed, 2 insertions(+), 2 deletions(-) rename gold_dark.png => styles/gold_dark.png (100%) diff --git a/README.md b/README.md index 71ffec3..172a74d 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ You can supply a JSON stylesheet with the `-s` flag: Style definitions located in `styles/` can be embedded into the binary by running [statik](https://github.com/rakyll/statik). ``` -statik -f -src styles +statik -f -src styles -include "*.json" ``` ## Colors @@ -46,4 +46,4 @@ Currently `gold` uses the [Aurora ANSI colors](https://godoc.org/github.com/logr ## Example Output -![Gold Dark Style](https://github.com/charmbracelet/gold/raw/master/cmd/gold/gold_dark.png) +![Gold Dark Style](https://github.com/charmbracelet/gold/raw/master/cmd/gold/styles/gold_dark.png) diff --git a/gold_dark.png b/styles/gold_dark.png similarity index 100% rename from gold_dark.png rename to styles/gold_dark.png