add alacritty themes and separated windows 11 folder
This commit is contained in:
28
configs/alacritty_g/themes/terminal_app.toml
Normal file
28
configs/alacritty_g/themes/terminal_app.toml
Normal file
@@ -0,0 +1,28 @@
|
||||
# Colors (Terminal.app)
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#000000'
|
||||
foreground = '#b6b6b6'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#000000'
|
||||
red = '#990000'
|
||||
green = '#00a600'
|
||||
yellow = '#999900'
|
||||
blue = '#0000b2'
|
||||
magenta = '#b200b2'
|
||||
cyan = '#00a6b2'
|
||||
white = '#bfbfbf'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#666666'
|
||||
red = '#e50000'
|
||||
green = '#00d900'
|
||||
yellow = '#e5e500'
|
||||
blue = '#0000ff'
|
||||
magenta = '#e500e5'
|
||||
cyan = '#00e5e5'
|
||||
white = '#e5e5e5'
|
||||
Reference in New Issue
Block a user