mirror of
https://github.com/alacritty/alacritty-theme
synced 2024-11-16 19:51:03 +01:00
Add nightfox theme
This commit is contained in:
parent
bf8ab57caa
commit
f21b4dae83
4 changed files with 53 additions and 1 deletions
|
@ -82,6 +82,7 @@ configuration file.
|
|||
| **_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) |
|
||||
| **_moonlight_ii_vscode_**<br>[source](https://github.com/atomiks/moonlight-vscode-theme) | ![moonlight_ii_vscode](images/moonlight_ii_vscode.png) |
|
||||
| **_nightfox_**<br>[source](https://github.com/EdenEast/nightfox.nvim) | ![nightfox](images/nightfox.png) |
|
||||
| **_night_owlish_light_** | ![night_owlish_light](images/night_owlish_light.png) |
|
||||
| **_nord_**<br>[source](https://github.com/arcticicestudio/nord) | ![nord](images/nord.png) |
|
||||
| **_oceanic_next_**<br>[source](https://github.com/voronianski/oceanic-next-color-scheme) | ![oceanic_next](images/oceanic_next.png) |
|
||||
|
@ -98,7 +99,6 @@ configuration file.
|
|||
| **_rose-pine_**<br>[source](https://github.com/rose-pine/alacritty) | ![rose-pine](images/rose-pine.png) |
|
||||
| **_rose-pine-dawn_**<br>[source](https://github.com/rose-pine/alacritty) | ![rose-pine-dawn](images/rose-pine-dawn.png) |
|
||||
| **_rose-pine-moon_**<br>[source](https://github.com/rose-pine/alacritty) | ![rose-pine-moon](images/rose-pine-moon.png) |
|
||||
|
||||
| **_snazzy_**<br>[source](https://github.com/sindresorhus/hyper-snazzy) | ![snazzy](images/snazzy.png) |
|
||||
| **seashells**<br>[source](https://raw.githubusercontent.com/mbadolato/iTerm2-Color-Schemes/master/schemes/SeaShells.itermcolors) | ![seashells](images/seashells.png) |
|
||||
| **smoooooth**<br>[source](https://github.com/gnachman/iTerm2/blob/33945e63ad48ed80d6cc1adf7cbeb663217652d2/plists/ColorPresets.plist#L4345-L4685) | ![smoooooth](images/smoooooth.png) |
|
||||
|
|
BIN
images/nightfox.png
Normal file
BIN
images/nightfox.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 57 KiB |
26
schemes.yaml
26
schemes.yaml
|
@ -1007,6 +1007,32 @@ schemes:
|
|||
cyan: '0xb4f9f8'
|
||||
white: '0x5f8787'
|
||||
|
||||
nightfox: &nightfox
|
||||
primary:
|
||||
background: '0x192330'
|
||||
foreground: '0xcdcecf'
|
||||
normal:
|
||||
black: '0x393b44'
|
||||
red: '0xc94f6d'
|
||||
green: '0x81b29a'
|
||||
yellow: '0xdbc074'
|
||||
blue: '0x719cd6'
|
||||
magenta: '0x9d79d6'
|
||||
cyan: '0x63cdcf'
|
||||
white: '0xdfdfe0'
|
||||
bright:
|
||||
black: '0x575860'
|
||||
red: '0xd16983'
|
||||
green: '0x8ebaa4'
|
||||
yellow: '0xe0c989'
|
||||
blue: '0x86abdc'
|
||||
magenta: '0xbaa1e2'
|
||||
cyan: '0x7ad5d6'
|
||||
white: '0xe4e4e5'
|
||||
indexed_colors:
|
||||
- { index: 16, color: '0xf4a261' }
|
||||
- { index: 17, color: '0xd67ad2' }
|
||||
|
||||
night_owlish_light: &night_owlish_light
|
||||
bright:
|
||||
black: '#7a8181'
|
||||
|
|
26
themes/nightfox.yaml
Normal file
26
themes/nightfox.yaml
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Colors (NightFox)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x192330'
|
||||
foreground: '0xcdcecf'
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x393b44'
|
||||
red: '0xc94f6d'
|
||||
green: '0x81b29a'
|
||||
yellow: '0xdbc074'
|
||||
blue: '0x719cd6'
|
||||
magenta: '0x9d79d6'
|
||||
cyan: '0x63cdcf'
|
||||
white: '0xdfdfe0'
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x575860'
|
||||
red: '0xd16983'
|
||||
green: '0x8ebaa4'
|
||||
yellow: '0xe0c989'
|
||||
blue: '0x86abdc'
|
||||
magenta: '0xbaa1e2'
|
||||
cyan: '0x7ad5d6'
|
||||
white: '0xe4e4e5'
|
Loading…
Reference in a new issue