From ae2453ee681d52d4eeb10ddc51d7723701acd638 Mon Sep 17 00:00:00 2001 From: Thomas Linford Date: Fri, 8 Apr 2022 09:09:09 +0200 Subject: [PATCH] docs(changelog): nord theme --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45a9f989..ffd9083a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * repo: add `.git-blame-ignore-revs-file` (https://github.com/zellij-org/zellij/pull/1295) * add: `musl` target to `rust-toolchain` (https://github.com/zellij-org/zellij/pull/1294) * fix: update termwiz to fix crash when pasting on wsl (https://github.com/zellij-org/zellij/pull/1303) +* add: nord theme example (https://github.com/zellij-org/zellij/pull/1304) ## [0.27.0] - 2022-03-31 * Fix: feature `disable_automatic_asset_installation` (https://github.com/zellij-org/zellij/pull/1226)