Skip to content

Commit

Permalink
♻️
Browse files Browse the repository at this point in the history
  • Loading branch information
xero committed Aug 7, 2023
2 parents ee095e7 + a92b122 commit 2009113
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +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)

more on the way, and pr's for others are welcomed!

Expand Down
31 changes: 31 additions & 0 deletions extras/miasma.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Colors (Miasma)
colors:
# Default colors
primary:
background: "#222222"
foreground: "#c2c2b0"

# Normal colors
normal:
black: "#222222"
red: "#685742"
green: "#5f875f"
yellow: "#b36d43"
blue: "#78824b"
magenta: "#bb7744"
cyan: "#c9a554"
white: "#d7c483"

# Bright colors
bright:
black: "#666666"
red: "#685742"
green: "#5f875f"
yellow: "#b36d43"
blue: "#78824b"
magenta: "#bb7744"
cyan: "#c9a554"
white: "#d7c483"

indexed_colors:
- { index: 16, color: "0x222222" }

0 comments on commit 2009113

Please sign in to comment.