mirror of
https://github.com/alacritty/alacritty-theme.git
synced 2026-09-10 07:36:40 -04:00
Add linux VT console theme
This commit is contained in:
parent
6c91a0e913
commit
f39edf5ba3
|
|
@ -115,6 +115,7 @@ configuration file.
|
|||
| **_kimbie_dark_**<br>[source](https://github.com/idleberg/Kimbie.tmTheme) |  |
|
||||
| **_kimbie_light_**<br>[source](https://github.com/idleberg/Kimbie.tmTheme) |  |
|
||||
| **_konsole_linux_** |  |
|
||||
| **_linux_**<br>[source](https://github.com/torvalds/linux/blob/186f3edfdd41f2ae87fc40a9ccba52a3bf930994/drivers/tty/vt/vt.c#L1369-L1389) |  |
|
||||
| **_low_contrast_** |  |
|
||||
| **_Mariana_**<br>[source](https://github.com/mbadolato/iTerm2-Color-Schemes/blob/master/alacritty/Mariana.yml) |  |
|
||||
| **_marine_dark_**<br>[source](https://github.com/ProDeSquare/alacritty-colorschemes/blob/master/themes/marine_dark.yaml) |  |
|
||||
|
|
|
|||
BIN
images/linux.png
Normal file
BIN
images/linux.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 59 KiB |
28
themes/linux.toml
Normal file
28
themes/linux.toml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Linux console default colors
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#000000'
|
||||
foreground = '#aaaaaa'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#000000'
|
||||
red = '#aa0000'
|
||||
green = '#00aa00'
|
||||
yellow = '#aa5500'
|
||||
blue = '#0000aa'
|
||||
magenta = '#aa00aa'
|
||||
cyan = '#00aaaa'
|
||||
white = '#aaaaaa'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#555555'
|
||||
red = '#ff5555'
|
||||
green = '#55ff55'
|
||||
yellow = '#ffff55'
|
||||
blue = '#5555ff'
|
||||
magenta = '#ff55ff'
|
||||
cyan = '#55ffff'
|
||||
white = '#ffffff'
|
||||
Loading…
Reference in a new issue