Add Google theme

This commit is contained in:
Vincent Ockers 2024-03-06 02:27:26 +01:00 committed by GitHub
parent 4aefb7c079
commit cb786242b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 24 additions and 0 deletions

View file

@ -81,6 +81,7 @@ configuration file.
| **_github_light_colorblind_**<br>[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_light_colorblind.yml)| ![github_light_colorblind](images/github_light_colorblind.png) |
| **_github_light_high_contrast_**<br>[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_light_high_contrast.yml)| ![github_light_high_contrast](images/github_light_high_contrast.png)|
| **_github_light_tritanopia_**<br>[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_light_tritanopia.yml)| ![github_light_tritanopia](images/github_light_tritanopia.png) |
| **_google_** | ![falcon](images/google.png) |
| **_gotham_** | ![falcon](images/gotham.png) |
| **_gnome_terminal_**<br>[source](https://gitlab.gnome.org/GNOME/gnome-terminal) | ![gnome_terminal](images/gnome_terminal.png) |
| **_gruvbox_dark_**<br>[source](https://github.com/morhetz/gruvbox) | ![gruvbox_dark](images/gruvbox_dark.png) |

BIN
images/google.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

23
themes/google.toml Normal file
View file

@ -0,0 +1,23 @@
[colors.primary]
background = '#1d1f21'
foreground = '#c5c8c6'
[colors.normal]
black = '#1d1f21'
red = '#cc342b'
green = '#198844'
yellow = '#fba922'
blue = '#3971ed'
magenta = '#a36ac7'
cyan = '#3971ed'
white = '#c5c8c6'
[colors.bright]
black = '#969896'
red = '#cc342b'
green = '#198844'
yellow = '#fba922'
blue = '#3971ed'
magenta = '#a36ac7'
cyan = '#3971ed'
white = '#ffffff'