add alacritty themes and separated windows 11 folder
This commit is contained in:
23
configs/alacritty_g/themes/monokai.toml
Normal file
23
configs/alacritty_g/themes/monokai.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
[colors.primary]
|
||||
background = "#272822"
|
||||
foreground = "#f8f8f2"
|
||||
|
||||
[colors.normal]
|
||||
black = "#272822"
|
||||
red = "#f92672"
|
||||
green = "#a6e22e"
|
||||
yellow = "#f4bf75"
|
||||
blue = "#66d9ef"
|
||||
magenta = "#ae81ff"
|
||||
cyan = "#a1efe4"
|
||||
white = "#f8f8f2"
|
||||
|
||||
[colors.bright]
|
||||
black = "#75715e"
|
||||
red = "#f92672"
|
||||
green = "#a6e22e"
|
||||
yellow = "#f4bf75"
|
||||
blue = "#66d9ef"
|
||||
magenta = "#ae81ff"
|
||||
cyan = "#a1efe4"
|
||||
white = "#f9f8f5"
|
||||
Reference in New Issue
Block a user