mirror of
https://github.com/alacritty/alacritty-theme.git
synced 2026-09-10 07:36:40 -04:00
Add nightfly theme
This commit is contained in:
parent
bd009e1f85
commit
5f906a45b8
|
|
@ -112,6 +112,7 @@ configuration file.
|
|||
| **_monokai_pro_**<br>[source](https://gist.github.com/AlphaTechnolog/d1d5f6557f77f71519cb5713268da7dd) |  |
|
||||
| **_moonlight_ii_vscode_**<br>[source](https://github.com/atomiks/moonlight-vscode-theme) |  |
|
||||
| **_msx_**<br>[source](https://paulwratt.github.io/programmers-palettes/HW-MSX/HW-MSX-palettes.html) |  |
|
||||
| **_nightfly_**<br>[source](https://github.com/bluz71/vim-nightfly-colors) |  |
|
||||
| **_nightfox_**<br>[source](https://github.com/EdenEast/nightfox.nvim) |  |
|
||||
| **_night_owl_**<br>[source](https://vscodethemes.com/e/sdras.night-owl/night-owl) |  |
|
||||
| **_night_owlish_light_** |  |
|
||||
|
|
|
|||
BIN
images/nightfly.png
Normal file
BIN
images/nightfly.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 134 KiB |
34
themes/nightfly.toml
Normal file
34
themes/nightfly.toml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# Source https://github.com/bluz71/vim-nightfly-colors
|
||||
|
||||
[colors.bright]
|
||||
black = "#7c8f8f"
|
||||
blue = "#82aaff"
|
||||
cyan = "#7fdbca"
|
||||
green = "#21c7a8"
|
||||
magenta = "#ae81ff"
|
||||
red = "#ff5874"
|
||||
white = "#d6deeb"
|
||||
yellow = "#ecc48d"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#9ca1aa"
|
||||
text = "#080808"
|
||||
|
||||
[colors.normal]
|
||||
black = "#1d3b53"
|
||||
blue = "#82aaff"
|
||||
cyan = "#7fdbca"
|
||||
green = "#a1cd5e"
|
||||
magenta = "#c792ea"
|
||||
red = "#fc514e"
|
||||
white = "#a1aab8"
|
||||
yellow = "#e3d18a"
|
||||
|
||||
[colors.primary]
|
||||
background = "#011627"
|
||||
bright_foreground = "#eeeeee"
|
||||
foreground = "#bdc1c6"
|
||||
|
||||
[colors.selection]
|
||||
background = "#b2ceee"
|
||||
text = "#080808"
|
||||
Loading…
Reference in a new issue