mirror of
https://github.com/alacritty/alacritty-theme.git
synced 2026-09-10 07:36:40 -04:00
Add Kimbie themes
This commit is contained in:
parent
95a7d69560
commit
aff9d111d4
|
|
@ -111,6 +111,8 @@ configuration file.
|
||||||
| **_iterm_** |  |
|
| **_iterm_** |  |
|
||||||
| **_kanagawa_dragon_**<br>[source](https://github.com/rebelot/kanagawa.nvim) |  |
|
| **_kanagawa_dragon_**<br>[source](https://github.com/rebelot/kanagawa.nvim) |  |
|
||||||
| **_kanagawa_wave_**<br>[source](https://github.com/rebelot/kanagawa.nvim) |  |
|
| **_kanagawa_wave_**<br>[source](https://github.com/rebelot/kanagawa.nvim) |  |
|
||||||
|
| **_kimbie_dark_**<br>[source](https://github.com/idleberg/Kimbie.tmTheme) |  |
|
||||||
|
| **_kimbie_light_**<br>[source](https://github.com/idleberg/Kimbie.tmTheme) |  |
|
||||||
| **_konsole_linux_** |  |
|
| **_konsole_linux_** |  |
|
||||||
| **_low_contrast_** |  |
|
| **_low_contrast_** |  |
|
||||||
| **_Mariana_**<br>[source](https://github.com/mbadolato/iTerm2-Color-Schemes/blob/master/alacritty/Mariana.yml) |  |
|
| **_Mariana_**<br>[source](https://github.com/mbadolato/iTerm2-Color-Schemes/blob/master/alacritty/Mariana.yml) |  |
|
||||||
|
|
|
||||||
BIN
images/kimbie_dark.png
Normal file
BIN
images/kimbie_dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 71 KiB |
BIN
images/kimbie_light.png
Normal file
BIN
images/kimbie_light.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 77 KiB |
24
themes/kimbie_dark.toml
Normal file
24
themes/kimbie_dark.toml
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
[colors.primary]
|
||||||
|
background = "#221a0f"
|
||||||
|
foreground = "#d3af86"
|
||||||
|
|
||||||
|
[colors.normal]
|
||||||
|
black = "#221a0f"
|
||||||
|
red = "#c87e5a"
|
||||||
|
green = "#879a6b"
|
||||||
|
yellow = "#e4b581"
|
||||||
|
blue = "#5d90cd"
|
||||||
|
magenta = "#c792ea"
|
||||||
|
cyan = "#6bbab2"
|
||||||
|
white = "#d3af86"
|
||||||
|
|
||||||
|
[colors.bright]
|
||||||
|
black = "#7d6f48"
|
||||||
|
red = "#c87e5a"
|
||||||
|
green = "#879a6b"
|
||||||
|
yellow = "#e4b581"
|
||||||
|
blue = "#5d90cd"
|
||||||
|
magenta = "#c792ea"
|
||||||
|
cyan = "#6bbab2"
|
||||||
|
white = "#f2cca8"
|
||||||
|
|
||||||
24
themes/kimbie_light.toml
Normal file
24
themes/kimbie_light.toml
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
[colors.primary]
|
||||||
|
background = "#fbebd4"
|
||||||
|
foreground = "#6e5346"
|
||||||
|
|
||||||
|
[colors.normal]
|
||||||
|
black = "#fbebd4"
|
||||||
|
red = "#d43552"
|
||||||
|
green = "#b8bb26"
|
||||||
|
yellow = "#f0c674"
|
||||||
|
blue = "#7cafc2"
|
||||||
|
magenta = "#d3869b"
|
||||||
|
cyan = "#8abeb7"
|
||||||
|
white = "#6e5346"
|
||||||
|
|
||||||
|
[colors.bright]
|
||||||
|
black = "#f7e4c6"
|
||||||
|
red = "#d43552"
|
||||||
|
green = "#b8bb26"
|
||||||
|
yellow = "#f0c674"
|
||||||
|
blue = "#7cafc2"
|
||||||
|
magenta = "#d3869b"
|
||||||
|
cyan = "#8abeb7"
|
||||||
|
white = "#4a3631"
|
||||||
|
|
||||||
Loading…
Reference in a new issue