add alacritty themes and separated windows 11 folder
This commit is contained in:
28
configs/alacritty_g/themes/material_theme_mod.toml
Normal file
28
configs/alacritty_g/themes/material_theme_mod.toml
Normal file
@@ -0,0 +1,28 @@
|
||||
# Colors (Material Theme)
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#1e282d'
|
||||
foreground = '#c4c7d1'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#666666'
|
||||
red = '#eb606b'
|
||||
green = '#c3e88d'
|
||||
yellow = '#f7eb95'
|
||||
blue = '#80cbc4'
|
||||
magenta = '#ff2f90'
|
||||
cyan = '#aeddff'
|
||||
white = '#ffffff'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#a1a1a1'
|
||||
red = '#eb606b'
|
||||
green = '#c3e88d'
|
||||
yellow = '#f7eb95'
|
||||
blue = '#7dc6bf'
|
||||
magenta = '#6c71c4'
|
||||
cyan = '#35434d'
|
||||
white = '#ffffff'
|
||||
Reference in New Issue
Block a user