add: 1440x900 alacritty config move, alacritty files as well
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
# Gruvbox_material_medium_dark
|
||||
[colors.primary]
|
||||
background = '0x282828'
|
||||
foreground = '0xd4be98'
|
||||
|
||||
[colors.normal]
|
||||
black = '0x3c3836'
|
||||
red = '0xea6962'
|
||||
green = '0xa9b665'
|
||||
yellow = '0xd8a657'
|
||||
blue = '0x7daea3'
|
||||
magenta = '0xd3869b'
|
||||
cyan = '0x89b482'
|
||||
white = '0xd4be98'
|
||||
|
||||
[colors.bright]
|
||||
black = '0x3c3836'
|
||||
red = '0xea6962'
|
||||
green = '0xa9b665'
|
||||
yellow = '0xd8a657'
|
||||
blue = '0x7daea3'
|
||||
magenta = '0xd3869b'
|
||||
cyan = '0x89b482'
|
||||
white = '0xd4be98'
|
||||
|
||||
[font]
|
||||
size = 10
|
||||
|
||||
[font.bold]
|
||||
family = "ComicCodeLigatures Nerd Font"
|
||||
style = "Bold"
|
||||
|
||||
[font.bold_italic]
|
||||
family = "ComicCodeLigatures Nerd Font"
|
||||
style = "Bold Italic"
|
||||
|
||||
[font.italic]
|
||||
family = "ComicCodeLigatures Nerd Font"
|
||||
style = "Italic"
|
||||
|
||||
[font.normal]
|
||||
family = "ComicCodeLigatures Nerd Font"
|
||||
style = "Regular"
|
||||
|
||||
[terminal.shell]
|
||||
program = "/bin/zsh"
|
||||
|
||||
[window]
|
||||
opacity = 1.000000
|
||||
|
||||
[window.padding]
|
||||
x = 20
|
||||
y = 10
|
||||
|
||||
[terminal]
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user