Add linux VT console theme

This commit is contained in:
Jesse Miller 2025-08-02 14:05:57 -06:00 committed by Christian Duerr
parent 6c91a0e913
commit f39edf5ba3
3 changed files with 29 additions and 0 deletions

View file

@ -115,6 +115,7 @@ configuration file.
| **_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) |
| **_linux_**<br>[source](https://github.com/torvalds/linux/blob/186f3edfdd41f2ae87fc40a9ccba52a3bf930994/drivers/tty/vt/vt.c#L1369-L1389) | ![linux](images/linux.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) |
| **_marine_dark_**<br>[source](https://github.com/ProDeSquare/alacritty-colorschemes/blob/master/themes/marine_dark.yaml) | ![marine_dark](images/marine_dark.png) |

BIN
images/linux.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

28
themes/linux.toml Normal file
View 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'