From 6b48d67a01672086f6fc8144101c5b4748256b54 Mon Sep 17 00:00:00 2001 From: xero Date: Mon, 7 Aug 2023 17:49:18 -0400 Subject: [PATCH] =?UTF-8?q?fix(attribution):=20=F0=9F=94=A5=F0=9F=94=A5?= =?UTF-8?q?=F0=9F=94=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- extras/miasma.yml | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 09aa12e..fa6152c 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ this theme has been ported to a few different apps, and are included in the `ext * `miasma.Xresources` - colors for [xclients](https://wiki.archlinux.org/title/x_resources) (e.g. unix terminal emulators) * `miasma.itermcolors` - colors for [iterm2](https://iterm2.com) * `miasma.zsh` - colors for [zsh](https://zsh.org) -* `miasma.yml` - colors for [alacritty](https://github.com/alacritty/alacritty) +* `miasma.yml` - colors for [alacritty](https://alacritty.org) more on the way, and pr's for others are welcomed! diff --git a/extras/miasma.yml b/extras/miasma.yml index 0b66336..ca09ea6 100644 --- a/extras/miasma.yml +++ b/extras/miasma.yml @@ -1,11 +1,9 @@ -# Colors (Miasma) +# colors (miasma) https://github.com/xero/miasma.nvim colors: - # Default colors primary: background: "#222222" foreground: "#c2c2b0" - # Normal colors normal: black: "#222222" red: "#685742" @@ -16,7 +14,6 @@ colors: cyan: "#c9a554" white: "#d7c483" - # Bright colors bright: black: "#666666" red: "#685742"