Add carbonfox theme

This commit is contained in:
Ryan Noronha 2023-06-19 23:55:06 +05:30 committed by GitHub
parent 529bdb618b
commit 914f463390
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 49 additions and 0 deletions

View file

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

View file

@ -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
View 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'