add alacritty themes and separated windows 11 folder
This commit is contained in:
36
configs/alacritty_g/themes/github_dark_default.toml
Normal file
36
configs/alacritty_g/themes/github_dark_default.toml
Normal file
@@ -0,0 +1,36 @@
|
||||
# github Alacritty Colors
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#0d1117'
|
||||
foreground = '#b3b1ad'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#484f58'
|
||||
red = '#ff7b72'
|
||||
green = '#3fb950'
|
||||
yellow = '#d29922'
|
||||
blue = '#58a6ff'
|
||||
magenta = '#bc8cff'
|
||||
cyan = '#39c5cf'
|
||||
white = '#b1bac4'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#6e7681'
|
||||
red = '#ffa198'
|
||||
green = '#56d364'
|
||||
yellow = '#e3b341'
|
||||
blue = '#79c0ff'
|
||||
magenta = '#d2a8ff'
|
||||
cyan = '#56d4dd'
|
||||
white = '#f0f6fc'
|
||||
|
||||
[[colors.indexed_colors]]
|
||||
index = 16
|
||||
color = '#d18616'
|
||||
|
||||
[[colors.indexed_colors]]
|
||||
index = 17
|
||||
color = '#ffa198'
|
||||
Reference in New Issue
Block a user