diff options
Diffstat (limited to 'alacritty')
| -rw-r--r-- | alacritty/alacritty.toml | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml deleted file mode 100644 index 72e4f07..0000000 --- a/alacritty/alacritty.toml +++ /dev/null @@ -1,49 +0,0 @@ -# Default colors -[colors.primary] -background = '#111111' -foreground = '#EEEEEE' - -# Cursor colors -[colors.cursor] -text = '#EBEBEB' -cursor = '#1f97ea' - -# Normal colors -[colors.normal] -black = '#0d0d0d' -red = '#FF301B' -green = '#0ec248' -yellow = '#FFC620' -blue = '#3966ad' -magenta = '#8763B8' -cyan = '#21DEEF' -white = '#EBEBEB' - -# Bright colors -[colors.bright] -black = '#6D7070' -red = '#FF4352' -green = '#B8E466' -yellow = '#FFD750' -blue = '#1BA6FA' -magenta = '#A578EA' -cyan = '#73FBF1' -white = '#FEFEF8' - -[window] -opacity = 1 - -# Vi mode -[[keyboard.bindings]] -key = "Space" -mods = "Control|Alt" -action = "ToggleViMode" - -[colors.vi_mode_cursor] -cursor = '#FF0000' -text = '#111111' - -[colors.selection] -text = '#111111' -background = '#931b1b' - |
