save
This commit is contained in:
50
alacritty/.config/alacritty/alacritty.toml
Normal file
50
alacritty/.config/alacritty/alacritty.toml
Normal file
@@ -0,0 +1,50 @@
|
||||
[colors.primary]
|
||||
background = "#181818"
|
||||
foreground = "#e4e4e4"
|
||||
|
||||
[colors.normal]
|
||||
black = "#101010"
|
||||
red = "#f43841"
|
||||
green = "#73d936"
|
||||
yellow = "#ffdd33"
|
||||
blue = "#96a6c8"
|
||||
magenta = "#9e95c7"
|
||||
cyan = "#95a99f"
|
||||
white = "#f5f5f5"
|
||||
|
||||
[colors.bright]
|
||||
black = "#282828"
|
||||
red = "#ff4f58"
|
||||
green = "#73d936"
|
||||
yellow = "#ffdd33"
|
||||
blue = "#96a6c8"
|
||||
magenta = "#9e95c7"
|
||||
cyan = "#95a99f"
|
||||
white = "#ffffff"
|
||||
|
||||
[colors.cursor]
|
||||
text = "#000000"
|
||||
cursor = "#f4f4ff"
|
||||
|
||||
[colors.selection]
|
||||
text = "#ffffff"
|
||||
background = "#484848"
|
||||
|
||||
[env]
|
||||
TERM = "xterm-256color"
|
||||
|
||||
[font]
|
||||
normal = { family = "ComicShanns Nerd Font", style = "Regular" }
|
||||
bold = { family = "ComicShanns Nerd Font", style = "Bold" }
|
||||
italic = { family = "ComicShanns Nerd Font", style = "Italic" }
|
||||
size = 9
|
||||
|
||||
[window]
|
||||
padding.x = 14
|
||||
padding.y = 14
|
||||
decorations = "None"
|
||||
|
||||
[keyboard]
|
||||
bindings = [
|
||||
{ key = "F11", action = "ToggleFullscreen" }
|
||||
]
|
||||
Reference in New Issue
Block a user