Skip to content

Commit

Permalink
Add oxocarbon theme
Browse files Browse the repository at this point in the history
  • Loading branch information
992f9e authored Jul 31, 2024
1 parent bcc5ec1 commit 4091fdd
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down
Binary file added images/oxocarbon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/synthwave_84.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed synthwave_84.png
Binary file not shown.
34 changes: 34 additions & 0 deletions themes/oxocarbon.toml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 4091fdd

Please sign in to comment.