Add alacritty config and my theme
This commit is contained in:
parent
69cc2481b3
commit
39d57113e0
2 changed files with 54 additions and 0 deletions
29
alacritty/alacritty.toml
Normal file
29
alacritty/alacritty.toml
Normal file
|
@ -0,0 +1,29 @@
|
|||
import = [
|
||||
# "~/.config/alacritty/themes/themes/monokai_pro.toml"
|
||||
# "~/.config/alacritty/themes/themes/dracula_plus.toml"
|
||||
# "~/.config/alacritty/catppuccin-mocha.toml"
|
||||
# "~/.config/alacritty/themes/gruvbox_material.toml"
|
||||
# "~/.config/alacritty/themes/gruvbox_t0xa.toml"
|
||||
"~/.config/alacritty/themes/gruvbox_t0xa.toml"
|
||||
]
|
||||
# import = [
|
||||
# # uncomment the flavour you want below:
|
||||
# # "~/.config/alacritty/catppuccin-latte.toml"
|
||||
# # "~/.config/alacritty/catppuccin-frappe.toml"
|
||||
# # "~/.config/alacritty/catppuccin-macchiato.toml"
|
||||
# ]
|
||||
|
||||
[env]
|
||||
TERM = "xterm-256color"
|
||||
[window]
|
||||
padding.x = 10
|
||||
padding.y = 10
|
||||
|
||||
decorations = "Buttonless"
|
||||
|
||||
option_as_alt = "Both"
|
||||
|
||||
[font]
|
||||
normal = {family = "RobotoMono Nerd Font", style = "Regular"}
|
||||
size = 10
|
||||
|
25
alacritty/gruvbox_t0xa.toml
Normal file
25
alacritty/gruvbox_t0xa.toml
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Colors (Gruvbox Material Dark Medium)
|
||||
|
||||
[colors.primary]
|
||||
background = '#282828'
|
||||
foreground = '#dfbf8e'
|
||||
|
||||
[colors.normal]
|
||||
black = '#665c54'
|
||||
red = '#eb5149'
|
||||
green = '#77c752'
|
||||
yellow = '#e78a4e'
|
||||
blue = '#4fe3c2'
|
||||
magenta = '#d3869b'
|
||||
cyan = '#89b482'
|
||||
white = '#dfbf8e'
|
||||
|
||||
[colors.bright]
|
||||
black = '#928374'
|
||||
red = '#ea6962'
|
||||
green = '#6fcc43'
|
||||
yellow = '#e3a84e'
|
||||
blue = '#7daea3'
|
||||
magenta = '#d3869b'
|
||||
cyan = '#89b482'
|
||||
white = '#dfbf8e'
|
Loading…
Reference in a new issue