mirror of
https://github.com/alacritty/alacritty-theme
synced 2024-11-16 19:51:03 +01:00
Add carbonfox theme
This commit is contained in:
parent
529bdb618b
commit
914f463390
4 changed files with 49 additions and 0 deletions
|
@ -45,6 +45,7 @@ configuration file.
|
|||
| **_bluish_** | ![bluish](images/bluish.png) |
|
||||
| **_breeze_**<br>[source](https://github.com/KDE/breeze) | ![breeze](images/breeze.png) |
|
||||
| **_campbell_**<br>[source](https://blogs.msdn.microsoft.com/commandline/2017/08/02/updating-the-windows-console-colors) | ![campbell](images/campbell.png) |
|
||||
| **_carbonfox_**<br>[source](https://github.com/edeneast/nightfox.nvim/raw/main/extra/carbonfox/nightfox_alacritty.yml) | ![carbonfox](images/carbonfox.png) |
|
||||
| **_catppuccin_**<br>[source](https://github.com/catppuccin/catppuccin) | ![catppuccin](images/catppuccin.png) |
|
||||
| **_challenger_deep_**<br>[source](https://github.com/challenger-deep-theme/alacritty) | ![challenger_deep](images/challenger_deep.png) |
|
||||
| **_city_lights_**<br>[source](https://citylights.xyz/) | ![city_lights](images/citylights.png) |
|
||||
|
|
BIN
images/carbonfox.png
Normal file
BIN
images/carbonfox.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
23
schemes.yaml
23
schemes.yaml
|
@ -264,6 +264,29 @@ schemes:
|
|||
cyan: '0x61d6d6'
|
||||
white: '0xf2f2f2'
|
||||
|
||||
carbonfox: &carbonfox
|
||||
primary:
|
||||
background: '0x161616'
|
||||
foreground: '0xf2f4f8'
|
||||
normal:
|
||||
black: '0x282828'
|
||||
red: '0xee5396'
|
||||
green: '0x25be6a'
|
||||
yellow: '0x08bdba'
|
||||
blue: '0x78a9ff'
|
||||
magenta: '0xbe95ff'
|
||||
cyan: '0x33b1ff'
|
||||
white: '0xdfdfe0'
|
||||
bright:
|
||||
black: '0x484848'
|
||||
red: '0xf16da6'
|
||||
green: '0x46c880'
|
||||
yellow: '0x2dc7c4'
|
||||
blue: '0x8cb6ff'
|
||||
magenta: '0xc8a5ff'
|
||||
cyan: '0x52bdff'
|
||||
white: '0xe4e4e5'
|
||||
|
||||
catppuccin: &catppuccin
|
||||
primary:
|
||||
background: '#1E1E2E'
|
||||
|
|
25
themes/carbonfox.yaml
Normal file
25
themes/carbonfox.yaml
Normal file
|
@ -0,0 +1,25 @@
|
|||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x161616'
|
||||
foreground: '0xf2f4f8'
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x282828'
|
||||
red: '0xee5396'
|
||||
green: '0x25be6a'
|
||||
yellow: '0x08bdba'
|
||||
blue: '0x78a9ff'
|
||||
magenta: '0xbe95ff'
|
||||
cyan: '0x33b1ff'
|
||||
white: '0xdfdfe0'
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x484848'
|
||||
red: '0xf16da6'
|
||||
green: '0x46c880'
|
||||
yellow: '0x2dc7c4'
|
||||
blue: '0x8cb6ff'
|
||||
magenta: '0xc8a5ff'
|
||||
cyan: '0x52bdff'
|
||||
white: '0xe4e4e5'
|
Loading…
Reference in a new issue