Add dotfiles
This commit is contained in:
parent
49bfe1a4d3
commit
b6e01a720b
52 changed files with 4701 additions and 0 deletions
94
alacritty/alacritty.toml
Normal file
94
alacritty/alacritty.toml
Normal file
|
@ -0,0 +1,94 @@
|
|||
[[colors.indexed_colors]]
|
||||
color = "#FAB387"
|
||||
index = 16
|
||||
|
||||
[[colors.indexed_colors]]
|
||||
color = "#F5E0DC"
|
||||
index = 17
|
||||
|
||||
[colors.bright]
|
||||
black = "#585B70"
|
||||
blue = "#89B4FA"
|
||||
cyan = "#94E2D5"
|
||||
green = "#A6E3A1"
|
||||
magenta = "#F5C2E7"
|
||||
red = "#F38BA8"
|
||||
white = "#A6ADC8"
|
||||
yellow = "#F9E2AF"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#F5E0DC"
|
||||
text = "#1E1E2E"
|
||||
|
||||
[colors.dim]
|
||||
black = "#45475A"
|
||||
blue = "#89B4FA"
|
||||
cyan = "#94E2D5"
|
||||
green = "#A6E3A1"
|
||||
magenta = "#F5C2E7"
|
||||
red = "#F38BA8"
|
||||
white = "#BAC2DE"
|
||||
yellow = "#F9E2AF"
|
||||
|
||||
[colors.hints.end]
|
||||
background = "#A6ADC8"
|
||||
foreground = "#1E1E2E"
|
||||
|
||||
[colors.hints.start]
|
||||
background = "#F9E2AF"
|
||||
foreground = "#1E1E2E"
|
||||
|
||||
[colors.normal]
|
||||
black = "#45475A"
|
||||
blue = "#89B4FA"
|
||||
cyan = "#94E2D5"
|
||||
green = "#A6E3A1"
|
||||
magenta = "#F5C2E7"
|
||||
red = "#F38BA8"
|
||||
white = "#BAC2DE"
|
||||
yellow = "#F9E2AF"
|
||||
|
||||
[colors.primary]
|
||||
background = "#1E1E2E"
|
||||
bright_foreground = "#CDD6F4"
|
||||
dim_foreground = "#CDD6F4"
|
||||
foreground = "#CDD6F4"
|
||||
|
||||
[colors.search.focused_match]
|
||||
background = "#A6E3A1"
|
||||
foreground = "#1E1E2E"
|
||||
|
||||
|
||||
[colors.search.matches]
|
||||
background = "#A6ADC8"
|
||||
foreground = "#1E1E2E"
|
||||
|
||||
[colors.selection]
|
||||
background = "#F5E0DC"
|
||||
text = "#1E1E2E"
|
||||
|
||||
[colors.vi_mode_cursor]
|
||||
cursor = "#B4BEFE"
|
||||
text = "#1E1E2E"
|
||||
|
||||
[font]
|
||||
size = 9
|
||||
|
||||
[font.bold]
|
||||
family = "Source Code Pro"
|
||||
style = "Bold"
|
||||
|
||||
[font.bold_italic]
|
||||
family = "Source Code Pro"
|
||||
style = "Bold Italic"
|
||||
|
||||
[font.italic]
|
||||
family = "Source Code Pro"
|
||||
style = "Italic"
|
||||
|
||||
[font.normal]
|
||||
family = "Source Code Pro"
|
||||
style = "Regular"
|
||||
|
||||
[window]
|
||||
opacity = 0.7
|
Loading…
Add table
Add a link
Reference in a new issue