Skip to content

Commit

Permalink
chore: update images (#8)
Browse files Browse the repository at this point in the history
* chore: update images

* ci: ignore files
  • Loading branch information
Garfield550 authored Jan 21, 2024
1 parent 9a912b8 commit 593c610
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- .github/**
- '!.github/workflows/build-and-test.yml'
- .vscode/**
- images/**
pull_request:
paths-ignore:
- .editorconfig
Expand All @@ -23,6 +24,7 @@ on:
- .github/**
- '!.github/workflows/build-and-test.yml'
- .vscode/**
- images/**

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
[![Build and test](https://github.com/BiscuitTin/zig-term-colors/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/BiscuitTin/zig-term-colors/actions/workflows/build-and-test.yml)

<p align="center">
<img width="600" height="470" src="images/demo.png">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="images/banner-dark.png" />
<source media="(prefers-color-scheme: light)" srcset="images/banner-light.png" />
<img width="620" height="224" src="images/banner-dark.png" />
</picture>
</p>

# Zig terminal colors

A simple library for working with terminal formatting and colors in Zig.

<details>

<summary>View full demo</summary>

<p align="center">
<img width="800" height="626" src="images/demo.png" />
</p>

</details>
Binary file added images/banner-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/banner-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 593c610

Please sign in to comment.