add alacritty themes and separated windows 11 folder
This commit is contained in:
33
configs/alacritty_g/themes/github_light_tritanopia.toml
Normal file
33
configs/alacritty_g/themes/github_light_tritanopia.toml
Normal file
@@ -0,0 +1,33 @@
|
||||
# (Github Light Tritanopia) Colors for Alacritty
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#ffffff'
|
||||
foreground = '#1b1f24'
|
||||
|
||||
# Cursor colors
|
||||
[colors.cursor]
|
||||
text = '#ffffff'
|
||||
cursor = '#24292f'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#24292f'
|
||||
red = '#cf222e'
|
||||
green = '#0550ae'
|
||||
yellow = '#4d2d00'
|
||||
blue = '#0969da'
|
||||
magenta = '#8250df'
|
||||
cyan = '#1b7c83'
|
||||
white = '#6e7781'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#57606a'
|
||||
red = '#a40e26'
|
||||
green = '#0969da'
|
||||
yellow = '#633c01'
|
||||
blue = '#218bff'
|
||||
magenta = '#8250df'
|
||||
cyan = '#1b7c83'
|
||||
white = '#6e7781'
|
||||
Reference in New Issue
Block a user