add alacritty themes and separated windows 11 folder
This commit is contained in:
32
configs/alacritty_g/themes/taerminal.toml
Normal file
32
configs/alacritty_g/themes/taerminal.toml
Normal file
@@ -0,0 +1,32 @@
|
||||
# Colors (Taerminal)
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#26282a'
|
||||
foreground = '#f0f0f0'
|
||||
|
||||
[colors.cursor]
|
||||
background = '#f0f0f0'
|
||||
foreground = '#26282a'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#26282a'
|
||||
red = '#ff8878'
|
||||
green = '#b4fb73'
|
||||
yellow = '#fffcb7'
|
||||
blue = '#8bbce5'
|
||||
magenta = '#ffb2fe'
|
||||
cyan = '#a2e1f8'
|
||||
white = '#f1f1f1'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#6f6f6f'
|
||||
red = '#fe978b'
|
||||
green = '#d6fcba'
|
||||
yellow = '#fffed5'
|
||||
blue = '#c2e3ff'
|
||||
magenta = '#ffc6ff'
|
||||
cyan = '#c0e9f8'
|
||||
white = '#ffffff'
|
||||
Reference in New Issue
Block a user