mirror of
https://github.com/alacritty/alacritty-theme
synced 2024-11-16 19:51:03 +01:00
Add moonfly theme
This commit is contained in:
parent
e759dafb8e
commit
90a8406beb
3 changed files with 35 additions and 0 deletions
|
@ -116,6 +116,7 @@ configuration file.
|
|||
| **_monokai_**<br>[source](https://unpkg.com/browse/alacritty-themes@4.1.5/themes/Monokai.dark.yml) | ![monokai](images/monokai.png) |
|
||||
| **_monokai_charcoal_**<br>[source](https://github.com/dodeca12/Monokai-Charcoal-Theme-for-Alacritty/blob/main/monokai_charcoal_white.yaml) | ![monokai_charcoal](images/monokai-charcoal.png) |
|
||||
| **_monokai_pro_**<br>[source](https://gist.github.com/AlphaTechnolog/d1d5f6557f77f71519cb5713268da7dd) | ![monokai_pro](images/monokai_pro.png) |
|
||||
| **_moonfly_**<br>[source](https://github.com/bluz71/vim-moonfly-colors) | ![moonfly](images/moonfly.png) |
|
||||
| **_moonlight_ii_vscode_**<br>[source](https://github.com/atomiks/moonlight-vscode-theme) | ![moonlight_ii_vscode](images/moonlight_ii_vscode.png) |
|
||||
| **_msx_**<br>[source](https://paulwratt.github.io/programmers-palettes/HW-MSX/HW-MSX-palettes.html) | ![msx](images/msx.png) |
|
||||
| **_nightfly_**<br>[source](https://github.com/bluz71/vim-nightfly-colors) | ![nightfly](images/nightfly.png) |
|
||||
|
|
BIN
images/moonfly.png
Normal file
BIN
images/moonfly.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 124 KiB |
34
themes/moonfly.toml
Normal file
34
themes/moonfly.toml
Normal file
|
@ -0,0 +1,34 @@
|
|||
# Upstream: github.com/bluz71/vim-moonfly-colors
|
||||
|
||||
[colors.bright]
|
||||
black = "#949494"
|
||||
blue = "#74b2ff"
|
||||
cyan = "#85dc85"
|
||||
green = "#36c692"
|
||||
magenta = "#ae81ff"
|
||||
red = "#ff5189"
|
||||
white = "#e4e4e4"
|
||||
yellow = "#c6c684"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#8e8e8e"
|
||||
text = "#080808"
|
||||
|
||||
[colors.normal]
|
||||
black = "#323437"
|
||||
blue = "#80a0ff"
|
||||
cyan = "#79dac8"
|
||||
green = "#8cc85f"
|
||||
magenta = "#cf87e8"
|
||||
red = "#ff5454"
|
||||
white = "#c6c6c6"
|
||||
yellow = "#e3c78a"
|
||||
|
||||
[colors.primary]
|
||||
background = "#080808"
|
||||
bright_foreground = "#eeeeee"
|
||||
foreground = "#bdbdbd"
|
||||
|
||||
[colors.selection]
|
||||
background = "#b2ceee"
|
||||
text = "#080808"
|
Loading…
Reference in a new issue