mirror of
https://github.com/alacritty/alacritty-theme.git
synced 2026-09-10 07:36:40 -04:00
Add Miasma theme
This commit is contained in:
parent
86c578469e
commit
0520b1f8f3
|
|
@ -121,6 +121,7 @@ configuration file.
|
|||
| **_material_theme_**<br>[source](https://github.com/equinusocio/material-theme) |  |
|
||||
| **_material_theme_mod_** |  |
|
||||
| **_meliora_**<br>[source](https://github.com/ramojus/mellifluous.nvim) |  |
|
||||
| **_miasma_**<br>[source](https://github.com/xero/miasma.nvim/blob/main/extras/miasma.toml) |  |
|
||||
| **_midnight_haze_**<br>[source](https://github.com/hafiz-muhammad/midnight-haze-alacritty-theme) |  |
|
||||
| **_monokai_**<br>[source](https://unpkg.com/browse/alacritty-themes@4.1.5/themes/Monokai.dark.yml) |  |
|
||||
| **_monokai_charcoal_**<br>[source](https://github.com/dodeca12/Monokai-Charcoal-Theme-for-Alacritty/blob/main/monokai_charcoal_white.yaml) |  |
|
||||
|
|
|
|||
BIN
images/miasma.png
Normal file
BIN
images/miasma.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 65 KiB |
28
themes/miasma.toml
Normal file
28
themes/miasma.toml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# miasma: https://github.com/xero/miasma.nvim
|
||||
|
||||
# Primary colors
|
||||
[colors.primary]
|
||||
background = "#222222"
|
||||
foreground = "#c2c2b0"
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = "#222222"
|
||||
red = "#685742"
|
||||
green = "#5f875f"
|
||||
yellow = "#b36d43"
|
||||
blue = "#78824b"
|
||||
magenta = "#bb7744"
|
||||
cyan = "#c9a554"
|
||||
white = "#d7c483"
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = "#666666"
|
||||
red = "#685742"
|
||||
green = "#5f875f"
|
||||
yellow = "#b36d43"
|
||||
blue = "#78824b"
|
||||
magenta = "#bb7744"
|
||||
cyan = "#c9a554"
|
||||
white = "#d7c483"
|
||||
Loading…
Reference in a new issue