mirror of
https://github.com/alacritty/alacritty-theme.git
synced 2026-09-10 07:36:40 -04:00
Add light variant of solarized osaka theme
This commit is contained in:
parent
f82c742634
commit
d6aa290133
|
|
@ -170,6 +170,7 @@ configuration file.
|
|||
| **_solarized_dark_**<br>[source](http://ethanschoonover.com/solarized) |  |
|
||||
| **_solarized_light_**<br>[source](http://ethanschoonover.com/solarized) |  |
|
||||
| **_solarized_osaka_**<br>[source](https://github.com/craftzdog/solarized-osaka.nvim) |  |
|
||||
| **_solarized_osaka_day_**<br>[source](https://github.com/craftzdog/solarized-osaka.nvim) |  |
|
||||
| **_sonokai_**<br>[source](https://github.com/sainnhe/sonokai) |  |
|
||||
| **_spacegray_**<br>[source](https://github.com/SublimeText/Spacegray) |  |
|
||||
| **_synthwave_84_**<br>[source](https://github.com/robb0wen/synthwave-vscode) |  |
|
||||
|
|
|
|||
BIN
images/solarized_osaka_day.png
Normal file
BIN
images/solarized_osaka_day.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 142 KiB |
29
themes/solarized_osaka_day.toml
Normal file
29
themes/solarized_osaka_day.toml
Normal 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'
|
||||
Loading…
Reference in a new issue