add alacritty themes and separated windows 11 folder
This commit is contained in:
33
configs/alacritty_g/themes/github_dark_tritanopia.toml
Normal file
33
configs/alacritty_g/themes/github_dark_tritanopia.toml
Normal file
@@ -0,0 +1,33 @@
|
||||
# (Github Dark Tritanopia) Colors for Alacritty
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#0d1117'
|
||||
foreground = '#c9d1d9'
|
||||
|
||||
# Cursor colors
|
||||
[colors.cursor]
|
||||
text = '#0d1117'
|
||||
cursor = '#c9d1d9'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#484f58'
|
||||
red = '#ff7b72'
|
||||
green = '#58a6ff'
|
||||
yellow = '#d29922'
|
||||
blue = '#58a6ff'
|
||||
magenta = '#bc8cff'
|
||||
cyan = '#39c5cf'
|
||||
white = '#b1bac4'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#6e7681'
|
||||
red = '#ffa198'
|
||||
green = '#79c0ff'
|
||||
yellow = '#e3b341'
|
||||
blue = '#79c0ff'
|
||||
magenta = '#bc8cff'
|
||||
cyan = '#39c5cf'
|
||||
white = '#b1bac4'
|
||||
Reference in New Issue
Block a user