mirror of
https://github.com/alacritty/alacritty-theme.git
synced 2026-09-10 07:36:40 -04:00
Add solarized_osaka
This commit is contained in:
parent
07c10441da
commit
4aefb7c079
|
|
@ -136,6 +136,7 @@ configuration file.
|
|||
| **smoooooth**<br>[source](https://github.com/gnachman/iTerm2/blob/33945e63ad48ed80d6cc1adf7cbeb663217652d2/plists/ColorPresets.plist#L4345-L4685) |  |
|
||||
| **_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) |  |
|
||||
| **_taerminal_**<br>[source](https://github.com/cozywigwam/iterm-taerminal) |  |
|
||||
| **_tango_dark_**<br>[source](https://github.com/GNOME/gnome-terminal/blob/18939a24d21d6b7c6edd57a00a3a8a48f3aecec5/src/profile-editor.c#L213) |  |
|
||||
| **_tender_**<br>[source](https://github.com/huyvohcmc/tender-alacritty) |  |
|
||||
|
|
|
|||
BIN
images/solarized_osaka.png
Normal file
BIN
images/solarized_osaka.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 392 KiB |
29
themes/solarized_osaka.toml
Normal file
29
themes/solarized_osaka.toml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Colors (Solarized Osaka)
|
||||
# Source https://github.com/craftzdog/solarized-osaka.nvim
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#001a1d'
|
||||
foreground = '#839496'
|
||||
|
||||
# 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