Add light variant of solarized osaka theme

This commit is contained in:
dudmz 2026-01-24 13:36:52 -03:00 committed by GitHub
parent f82c742634
commit d6aa290133
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 30 additions and 0 deletions

View file

@ -170,6 +170,7 @@ configuration file.
| **_solarized_dark_**<br>[source](http://ethanschoonover.com/solarized) | ![solarized_dark](images/solarized_dark.png) |
| **_solarized_light_**<br>[source](http://ethanschoonover.com/solarized) | ![solarized_light](images/solarized_light.png) |
| **_solarized_osaka_**<br>[source](https://github.com/craftzdog/solarized-osaka.nvim) | ![solarized_osaka](images/solarized_osaka.png) |
| **_solarized_osaka_day_**<br>[source](https://github.com/craftzdog/solarized-osaka.nvim) | ![solarized_osaka_day](images/solarized_osaka_day.png) |
| **_sonokai_**<br>[source](https://github.com/sainnhe/sonokai) | ![sonokai](images/sonokai.png) |
| **_spacegray_**<br>[source](https://github.com/SublimeText/Spacegray) | ![spacegray](images/spacegray.png) |
| **_synthwave_84_**<br>[source](https://github.com/robb0wen/synthwave-vscode) | ![synthwave_84](images/synthwave_84.png) |

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

View file

@ -0,0 +1,29 @@
# Colors (Solarized Osaka: Day)
# Source https://github.com/craftzdog/solarized-osaka.nvim
# Default colors
[colors.primary]
background = '#fdf5e0'
foreground = '#586e74'
# Normal colors
[colors.normal]
black = '#073642'
red = '#dc322f'
green = '#859900'
yellow = '#b58900'
blue = '#268bd2'
magenta = '#d33682'
cyan = '#2aa198'
white = '#eee8d5'
# Bright colors
[colors.bright]
black = '#4c4c4c'
red = '#cb4b16'
green = '#586e75'
yellow = '#657b83'
blue = '#839496'
magenta = '#6c71c4'
cyan = '#93a1a1'
white = '#fdf6e3'