mirror of
https://github.com/alacritty/alacritty-theme.git
synced 2026-09-10 07:36:40 -04:00
Add oxocarbon theme
This commit is contained in:
parent
bcc5ec1bde
commit
4091fddff8
|
|
@ -129,6 +129,7 @@ configuration file.
|
|||
| **_oceanic_next_**<br>[source](https://github.com/voronianski/oceanic-next-color-scheme) |  |
|
||||
| **_omni_**<br>[source](https://github.com/getomni/alacritty/blob/main/omni.yml) |  |
|
||||
| **_one_dark_** |  |
|
||||
| **_oxocarbon_**<br>[source](https://github.com/nyoom-engineering/oxocarbon.nvim/tree/main) |  |
|
||||
| **_palenight_**<br>[source](https://github.com/JonathanSpeek/palenight-iterm2) |  |
|
||||
| **_papercolor_dark_**<br>[source](https://github.com/NLKNguyen/papercolor-theme/blob/master/colors/PaperColor.vim#L126) |  |
|
||||
| **_papercolor_light_**<br>[source](https://github.com/NLKNguyen/papercolor-theme/blob/master/colors/PaperColor.vim#L36) |  |
|
||||
|
|
|
|||
BIN
images/oxocarbon.png
Normal file
BIN
images/oxocarbon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 96 KiB |
BIN
synthwave_84.png
BIN
synthwave_84.png
Binary file not shown.
|
Before Width: | Height: | Size: 116 KiB |
34
themes/oxocarbon.toml
Normal file
34
themes/oxocarbon.toml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# Colors (Oxocarbon)
|
||||
# Source https://vimcolorschemes.com/nyoom-engineering/oxocarbon.nvim
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#1b1b1b'
|
||||
foreground = '#ffffff'
|
||||
|
||||
[colors.cursor]
|
||||
text = '#161616'
|
||||
cursor = '#78a9ff'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#161616'
|
||||
red = '#ee5396'
|
||||
green = '#42be65'
|
||||
yellow = '#ff7eb6'
|
||||
blue = '#33b1ff'
|
||||
magenta = '#be95ff'
|
||||
cyan = '#3ddbd9'
|
||||
white = '#ffffff'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#525252'
|
||||
red = '#ee5396'
|
||||
green = '#42be65'
|
||||
yellow = '#ff7eb6'
|
||||
blue = '#33b1ff'
|
||||
magenta = '#be95ff'
|
||||
cyan = '#3ddbd9'
|
||||
white = '#ffffff'
|
||||
|
||||
Loading…
Reference in a new issue