Skip to content

Commit

Permalink
fix(attribution): πŸ”₯πŸ”₯πŸ”₯
Browse files Browse the repository at this point in the history
  • Loading branch information
xero committed Aug 7, 2023
1 parent 2009113 commit 6b48d67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down
5 changes: 1 addition & 4 deletions extras/miasma.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -16,7 +14,6 @@ colors:
cyan: "#c9a554"
white: "#d7c483"

# Bright colors
bright:
black: "#666666"
red: "#685742"
Expand Down

0 comments on commit 6b48d67

Please sign in to comment.