mirror of
https://github.com/alacritty/alacritty-theme.git
synced 2026-09-10 07:36:40 -04:00
Add tokyo night light theme
This commit is contained in:
parent
02ed0a1826
commit
a1cefa5ae8
|
|
@ -188,6 +188,7 @@ configuration file.
|
|||
| **_tokyo_night_**<br>[source](https://github.com/zatchheems/tokyo-night-alacritty-theme) |  |
|
||||
| **_tokyo_night_storm_**<br>[source](https://github.com/zatchheems/tokyo-night-alacritty-theme) |  |
|
||||
| **_tokyo_night_enhanced_**<br>[source](https://github.com/Venage5603/Tokyo-Night-Dark-Enhanced) |  |
|
||||
| **_tokyo_night_light_**<br>[source](https://github.com/tokyo-night/tokyo-night-vscode-theme) |  |
|
||||
| **_tomorrow_**<br>[source](https://github.com/ChrisKempson/Tomorrow-Theme) |  |
|
||||
| **_tomorrow_night_**<br>[source](https://github.com/ChrisKempson/Tomorrow-Theme) |  |
|
||||
| **_tomorrow_night_blue_**<br>[source](https://github.com/ChrisKempson/Tomorrow-Theme) |  |
|
||||
|
|
|
|||
BIN
images/tokyo_night_light.png
Normal file
BIN
images/tokyo_night_light.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
30
themes/tokyo_night_light.toml
Normal file
30
themes/tokyo_night_light.toml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
[colors.primary]
|
||||
background = "#d6d8df"
|
||||
foreground = "#343B58"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#707280"
|
||||
|
||||
[colors.selection]
|
||||
text = "CellForeground"
|
||||
background = "#acb0bf"
|
||||
|
||||
[colors.normal]
|
||||
black = "#343B58"
|
||||
red = "#c24242"
|
||||
green = "#41a6b5"
|
||||
yellow = "#8f5e15"
|
||||
blue = "#2959aa"
|
||||
magenta = "#7b43ba"
|
||||
cyan = "#006c86"
|
||||
white = "#707280"
|
||||
|
||||
[colors.bright]
|
||||
black = "#343B58"
|
||||
red = "#c24242"
|
||||
green = "#41a6b5"
|
||||
yellow = "#8f5e15"
|
||||
blue = "#2959aa"
|
||||
magenta = "#7b43ba"
|
||||
cyan = "#006c86"
|
||||
white = "#707280"
|
||||
Loading…
Reference in a new issue