Add Kimbie themes

This commit is contained in:
Aaron Pedersen 2025-01-03 11:14:04 +01:00 committed by GitHub
parent 95a7d69560
commit aff9d111d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 50 additions and 0 deletions

View file

@ -111,6 +111,8 @@ configuration file.
| **_iterm_** | ![iterm](images/iterm.png) | | **_iterm_** | ![iterm](images/iterm.png) |
| **_kanagawa_dragon_**<br>[source](https://github.com/rebelot/kanagawa.nvim) | ![kanagawa_dragon](images/kanagawa_dragon.png) | | **_kanagawa_dragon_**<br>[source](https://github.com/rebelot/kanagawa.nvim) | ![kanagawa_dragon](images/kanagawa_dragon.png) |
| **_kanagawa_wave_**<br>[source](https://github.com/rebelot/kanagawa.nvim) | ![kanagawa_wave](images/kanagawa_wave.png) | | **_kanagawa_wave_**<br>[source](https://github.com/rebelot/kanagawa.nvim) | ![kanagawa_wave](images/kanagawa_wave.png) |
| **_kimbie_dark_**<br>[source](https://github.com/idleberg/Kimbie.tmTheme) | ![kimbie_dark](images/kimbie_dark.png) |
| **_kimbie_light_**<br>[source](https://github.com/idleberg/Kimbie.tmTheme) | ![kimbie_dark](images/kimbie_light.png) |
| **_konsole_linux_** | ![iterm](images/konsole_linux.png) | | **_konsole_linux_** | ![iterm](images/konsole_linux.png) |
| **_low_contrast_** | ![iterm](images/low_contrast.png) | | **_low_contrast_** | ![iterm](images/low_contrast.png) |
| **_Mariana_**<br>[source](https://github.com/mbadolato/iTerm2-Color-Schemes/blob/master/alacritty/Mariana.yml) | ![iterm](images/mariana.png) | | **_Mariana_**<br>[source](https://github.com/mbadolato/iTerm2-Color-Schemes/blob/master/alacritty/Mariana.yml) | ![iterm](images/mariana.png) |

BIN
images/kimbie_dark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

BIN
images/kimbie_light.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

24
themes/kimbie_dark.toml Normal file
View 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
View 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"