Add nightfly theme

This commit is contained in:
SimonHumber 2024-04-06 23:34:06 -04:00 committed by GitHub
parent bd009e1f85
commit 5f906a45b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 35 additions and 0 deletions

View file

@ -112,6 +112,7 @@ configuration file.
| **_monokai_pro_**<br>[source](https://gist.github.com/AlphaTechnolog/d1d5f6557f77f71519cb5713268da7dd) | ![monokai_pro](images/monokai_pro.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) |
| **_nightfox_**<br>[source](https://github.com/EdenEast/nightfox.nvim) | ![nightfox](images/nightfox.png) |
| **_night_owl_**<br>[source](https://vscodethemes.com/e/sdras.night-owl/night-owl) | ![night_owl](images/night_owl.png) |
| **_night_owlish_light_** | ![night_owlish_light](images/night_owlish_light.png) |

BIN
images/nightfly.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

34
themes/nightfly.toml Normal file
View 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"