Add oxocarbon theme

This commit is contained in:
992f9e 2024-07-30 22:38:25 -03:00 committed by GitHub
parent bcc5ec1bde
commit 4091fddff8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 35 additions and 0 deletions

View file

@ -129,6 +129,7 @@ configuration file.
| **_oceanic_next_**<br>[source](https://github.com/voronianski/oceanic-next-color-scheme) | ![oceanic_next](images/oceanic_next.png) |
| **_omni_**<br>[source](https://github.com/getomni/alacritty/blob/main/omni.yml) | ![omni](images/omni.png) |
| **_one_dark_** | ![one_dark](images/one_dark.png) |
| **_oxocarbon_**<br>[source](https://github.com/nyoom-engineering/oxocarbon.nvim/tree/main) | ![oxocarbon](images/oxocarbon.png) |
| **_palenight_**<br>[source](https://github.com/JonathanSpeek/palenight-iterm2) | ![palenight](images/palenight.png) |
| **_papercolor_dark_**<br>[source](https://github.com/NLKNguyen/papercolor-theme/blob/master/colors/PaperColor.vim#L126) | ![papercolor_dark](images/papercolor_dark.png) |
| **_papercolor_light_**<br>[source](https://github.com/NLKNguyen/papercolor-theme/blob/master/colors/PaperColor.vim#L36) | ![papercolor_light](images/papercolor_light.png) |

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB

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