[go: up one dir, main page]

Skip to content

Commit

Permalink
Rename gold to glamour
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Dec 19, 2019
1 parent 557ffc6 commit f8268e8
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 31 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Gold
# Glamour

Render markdown on the CLI, with _pizzazz_!

Expand All @@ -13,17 +13,13 @@ Available as a library and on the CLI.

## Example Output

![Gold Dark Style](https://github.com/charmbracelet/gold/raw/master/styles/gallery/dark.png)
![Glamour Dark Style](https://github.com/charmbracelet/glamour/raw/master/styles/gallery/dark.png)

Check out the [Gold Style Gallery](https://github.com/charmbracelet/gold/blob/master/styles/gallery/README.md)!

## CLI Usage

See [cmd/gold](cmd/gold/).
Check out the [Glamour Style Gallery](https://github.com/charmbracelet/glamour/blob/master/styles/gallery/README.md)!

## Colors

Currently `gold` uses the [Aurora ANSI colors](https://godoc.org/github.com/logrusorgru/aurora#Index).
Currently `glamour` uses the [Aurora ANSI colors](https://godoc.org/github.com/logrusorgru/aurora#Index).

## Development

Expand Down
File renamed without changes.
File renamed without changes.
26 changes: 13 additions & 13 deletions styles/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Gold Style Reference
# Glamour Style Reference

## Block Elements

Expand Down Expand Up @@ -118,7 +118,7 @@ Style:

Output:

![Heading Example](https://github.com/charmbracelet/gold/raw/master/styles/examples/heading.png)
![Heading Example](https://github.com/charmbracelet/glamour/raw/master/styles/examples/heading.png)

---

Expand All @@ -140,7 +140,7 @@ Style:

Output:

![Block Quote Example](https://github.com/charmbracelet/gold/raw/master/styles/examples/block_quote.png)
![Block Quote Example](https://github.com/charmbracelet/glamour/raw/master/styles/examples/block_quote.png)

---

Expand Down Expand Up @@ -189,7 +189,7 @@ Style:

Output:

![Code Block Example](https://github.com/charmbracelet/gold/raw/master/styles/examples/code_block.png)
![Code Block Example](https://github.com/charmbracelet/glamour/raw/master/styles/examples/code_block.png)

---

Expand Down Expand Up @@ -218,7 +218,7 @@ Style:

Output:

![Table Example](https://github.com/charmbracelet/gold/raw/master/styles/examples/table.png)
![Table Example](https://github.com/charmbracelet/glamour/raw/master/styles/examples/table.png)

## Inline Elements

Expand Down Expand Up @@ -284,7 +284,7 @@ Style:

Output:

![List Example](https://github.com/charmbracelet/gold/raw/master/styles/examples/list.png)
![List Example](https://github.com/charmbracelet/glamour/raw/master/styles/examples/list.png)

---

Expand All @@ -311,7 +311,7 @@ Style:

Output:

![Enumeration Example](https://github.com/charmbracelet/gold/raw/master/styles/examples/enumeration.png)
![Enumeration Example](https://github.com/charmbracelet/glamour/raw/master/styles/examples/enumeration.png)

---

Expand Down Expand Up @@ -344,7 +344,7 @@ Style:

Output:

![Task Example](https://github.com/charmbracelet/gold/raw/master/styles/examples/task.png)
![Task Example](https://github.com/charmbracelet/glamour/raw/master/styles/examples/task.png)

---

Expand Down Expand Up @@ -373,7 +373,7 @@ Style:

Output:

![Link Example](https://github.com/charmbracelet/gold/raw/master/styles/examples/link.png)
![Link Example](https://github.com/charmbracelet/glamour/raw/master/styles/examples/link.png)

---

Expand Down Expand Up @@ -418,7 +418,7 @@ Style:

Output:

![Image Example](https://github.com/charmbracelet/gold/raw/master/styles/examples/image.png)
![Image Example](https://github.com/charmbracelet/glamour/raw/master/styles/examples/image.png)

---

Expand Down Expand Up @@ -454,7 +454,7 @@ Style:

Output:

![Code Example](https://github.com/charmbracelet/gold/raw/master/styles/examples/code.png)
![Code Example](https://github.com/charmbracelet/glamour/raw/master/styles/examples/code.png)

---

Expand All @@ -480,7 +480,7 @@ Style:

Output:

![Emph Example](https://github.com/charmbracelet/gold/raw/master/styles/examples/emph.png)
![Emph Example](https://github.com/charmbracelet/glamour/raw/master/styles/examples/emph.png)

---

Expand All @@ -506,7 +506,7 @@ Style:

Output:

![Strong Example](https://github.com/charmbracelet/gold/raw/master/styles/examples/strong.png)
![Strong Example](https://github.com/charmbracelet/glamour/raw/master/styles/examples/strong.png)

---

Expand Down
14 changes: 4 additions & 10 deletions styles/gallery/README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
# Gold Styles Gallery
# Glamour Styles Gallery

## Dark

`gold -s dark`

![Gold Dark Style](https://github.com/charmbracelet/gold/raw/master/styles/gallery/dark.png)
![Glamour Dark Style](https://github.com/charmbracelet/glamour/raw/master/styles/gallery/dark.png)

## Light

`gold -s light`

![Gold Light Style](https://github.com/charmbracelet/gold/raw/master/styles/gallery/light.png)
![Glamour Light Style](https://github.com/charmbracelet/glamour/raw/master/styles/gallery/light.png)

## NoTTY

Pronounced _naughty_.

`gold -s notty`

![Gold NoTTY Style](https://github.com/charmbracelet/gold/raw/master/styles/gallery/notty.png)
![Glamour NoTTY Style](https://github.com/charmbracelet/glamour/raw/master/styles/gallery/notty.png)

0 comments on commit f8268e8

Please sign in to comment.