Delete configs for alacritty, zellij and lazygit, all programs I don't use anymore
This commit is contained in:
parent
477f60b966
commit
3c8d77b719
5 changed files with 0 additions and 187 deletions
|
|
@ -1,76 +0,0 @@
|
||||||
|
|
||||||
[bell]
|
|
||||||
animation = "EaseOutExpo"
|
|
||||||
duration = 0
|
|
||||||
|
|
||||||
[cursor]
|
|
||||||
blink_interval = 500
|
|
||||||
blink_timeout = 5
|
|
||||||
unfocused_hollow = false
|
|
||||||
|
|
||||||
[cursor.style]
|
|
||||||
blinking = "Off"
|
|
||||||
shape = "Block"
|
|
||||||
|
|
||||||
[env]
|
|
||||||
TERM = "alacritty"
|
|
||||||
|
|
||||||
[font]
|
|
||||||
size = 12
|
|
||||||
|
|
||||||
[font.bold]
|
|
||||||
family = "JetBrainsMono Nerd Font"
|
|
||||||
style = "Bold"
|
|
||||||
|
|
||||||
[font.glyph_offset]
|
|
||||||
x = 0
|
|
||||||
y = 0
|
|
||||||
|
|
||||||
[font.italic]
|
|
||||||
family = "JetBrainsMono Nerd Font"
|
|
||||||
|
|
||||||
[font.normal]
|
|
||||||
family = "JetBrainsMono Nerd Font"
|
|
||||||
style = "Regular"
|
|
||||||
|
|
||||||
[font.offset]
|
|
||||||
x = 0
|
|
||||||
y = 1
|
|
||||||
|
|
||||||
[mouse]
|
|
||||||
hide_when_typing = true
|
|
||||||
|
|
||||||
[[mouse.bindings]]
|
|
||||||
action = "PasteSelection"
|
|
||||||
mouse = "Middle"
|
|
||||||
|
|
||||||
[selection]
|
|
||||||
semantic_escape_chars = ",│`|:\"' ()[]{}<>"
|
|
||||||
|
|
||||||
[terminal.shell]
|
|
||||||
program = "/bin/zsh"
|
|
||||||
|
|
||||||
[window]
|
|
||||||
decorations = "none"
|
|
||||||
dynamic_title = true
|
|
||||||
startup_mode = "Maximized"
|
|
||||||
opacity = 0.95
|
|
||||||
blur = true
|
|
||||||
option_as_alt = "Both"
|
|
||||||
|
|
||||||
[window.dimensions]
|
|
||||||
columns = 160
|
|
||||||
lines = 80
|
|
||||||
|
|
||||||
[window.padding]
|
|
||||||
x = 4
|
|
||||||
y = 2
|
|
||||||
|
|
||||||
[general]
|
|
||||||
|
|
||||||
live_config_reload = true
|
|
||||||
import = [
|
|
||||||
"~/.config/alacritty/catppuccin-macchiato.toml"
|
|
||||||
]
|
|
||||||
|
|
||||||
[terminal]
|
|
||||||
|
|
@ -1,75 +0,0 @@
|
||||||
[colors.primary]
|
|
||||||
background = "#24273a"
|
|
||||||
foreground = "#cad3f5"
|
|
||||||
dim_foreground = "#8087a2"
|
|
||||||
bright_foreground = "#cad3f5"
|
|
||||||
|
|
||||||
[colors.cursor]
|
|
||||||
text = "#24273a"
|
|
||||||
cursor = "#f4dbd6"
|
|
||||||
|
|
||||||
[colors.vi_mode_cursor]
|
|
||||||
text = "#24273a"
|
|
||||||
cursor = "#b7bdf8"
|
|
||||||
|
|
||||||
[colors.search.matches]
|
|
||||||
foreground = "#24273a"
|
|
||||||
background = "#a5adcb"
|
|
||||||
|
|
||||||
[colors.search.focused_match]
|
|
||||||
foreground = "#24273a"
|
|
||||||
background = "#a6da95"
|
|
||||||
|
|
||||||
[colors.footer_bar]
|
|
||||||
foreground = "#24273a"
|
|
||||||
background = "#a5adcb"
|
|
||||||
|
|
||||||
[colors.hints.start]
|
|
||||||
foreground = "#24273a"
|
|
||||||
background = "#eed49f"
|
|
||||||
|
|
||||||
[colors.hints.end]
|
|
||||||
foreground = "#24273a"
|
|
||||||
background = "#a5adcb"
|
|
||||||
|
|
||||||
[colors.selection]
|
|
||||||
text = "#24273a"
|
|
||||||
background = "#f4dbd6"
|
|
||||||
|
|
||||||
[colors.normal]
|
|
||||||
black = "#494d64"
|
|
||||||
red = "#ed8796"
|
|
||||||
green = "#a6da95"
|
|
||||||
yellow = "#eed49f"
|
|
||||||
blue = "#8aadf4"
|
|
||||||
magenta = "#f5bde6"
|
|
||||||
cyan = "#8bd5ca"
|
|
||||||
white = "#b8c0e0"
|
|
||||||
|
|
||||||
[colors.bright]
|
|
||||||
black = "#5b6078"
|
|
||||||
red = "#ed8796"
|
|
||||||
green = "#a6da95"
|
|
||||||
yellow = "#eed49f"
|
|
||||||
blue = "#8aadf4"
|
|
||||||
magenta = "#f5bde6"
|
|
||||||
cyan = "#8bd5ca"
|
|
||||||
white = "#a5adcb"
|
|
||||||
|
|
||||||
[colors.dim]
|
|
||||||
black = "#494d64"
|
|
||||||
red = "#ed8796"
|
|
||||||
green = "#a6da95"
|
|
||||||
yellow = "#eed49f"
|
|
||||||
blue = "#8aadf4"
|
|
||||||
magenta = "#f5bde6"
|
|
||||||
cyan = "#8bd5ca"
|
|
||||||
white = "#b8c0e0"
|
|
||||||
|
|
||||||
[[colors.indexed_colors]]
|
|
||||||
index = 16
|
|
||||||
color = "#f5a97f"
|
|
||||||
|
|
||||||
[[colors.indexed_colors]]
|
|
||||||
index = 17
|
|
||||||
color = "#f4dbd6"
|
|
||||||
|
|
@ -1,20 +0,0 @@
|
||||||
theme:
|
|
||||||
activeBorderColor:
|
|
||||||
- '#8aadf4'
|
|
||||||
- bold
|
|
||||||
inactiveBorderColor:
|
|
||||||
- '#a5adcb'
|
|
||||||
optionsTextColor:
|
|
||||||
- '#8aadf4'
|
|
||||||
selectedLineBgColor:
|
|
||||||
- '#363a4f'
|
|
||||||
cherryPickedCommitBgColor:
|
|
||||||
- '#494d64'
|
|
||||||
cherryPickedCommitFgColor:
|
|
||||||
- '#8aadf4'
|
|
||||||
unstagedChangesColor:
|
|
||||||
- '#ed8796'
|
|
||||||
defaultFgColor:
|
|
||||||
- '#cad3f5'
|
|
||||||
searchingActiveBorderColor:
|
|
||||||
- '#eed49f'
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
theme "catppuccin-macchiato"
|
|
||||||
simplified_ui true
|
|
||||||
pane_frames false
|
|
||||||
default_layout "compact"
|
|
||||||
|
|
||||||
ui {
|
|
||||||
pane_frames {
|
|
||||||
rounded_corners true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
layout {
|
|
||||||
pane size=1 borderless=true {
|
|
||||||
plugin location="compact-bar"
|
|
||||||
}
|
|
||||||
pane
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue