chore: remove alacritty
parent
9a02b30939
commit
6c3c7e1e00
|
@ -1,15 +0,0 @@
|
||||||
import:
|
|
||||||
- ~/.config/alacritty/catppuccin-mocha.yml
|
|
||||||
|
|
||||||
font:
|
|
||||||
normal:
|
|
||||||
family: mononoki
|
|
||||||
style: Regular
|
|
||||||
size: 16.0
|
|
||||||
|
|
||||||
window:
|
|
||||||
opacity: 0.9
|
|
||||||
option_as_alt: OnlyLeft
|
|
||||||
|
|
||||||
cursor:
|
|
||||||
style: Beam
|
|
|
@ -1,78 +0,0 @@
|
||||||
colors:
|
|
||||||
primary:
|
|
||||||
background: "#1E1E2E" # base
|
|
||||||
foreground: "#CDD6F4" # text
|
|
||||||
# Bright and dim foreground colors
|
|
||||||
dim_foreground: "#CDD6F4" # text
|
|
||||||
bright_foreground: "#CDD6F4" # text
|
|
||||||
|
|
||||||
# Cursor colors
|
|
||||||
cursor:
|
|
||||||
text: "#1E1E2E" # base
|
|
||||||
cursor: "#F5E0DC" # rosewater
|
|
||||||
vi_mode_cursor:
|
|
||||||
text: "#1E1E2E" # base
|
|
||||||
cursor: "#B4BEFE" # lavender
|
|
||||||
|
|
||||||
# Search colors
|
|
||||||
search:
|
|
||||||
matches:
|
|
||||||
foreground: "#1E1E2E" # base
|
|
||||||
background: "#A6ADC8" # subtext0
|
|
||||||
focused_match:
|
|
||||||
foreground: "#1E1E2E" # base
|
|
||||||
background: "#A6E3A1" # green
|
|
||||||
footer_bar:
|
|
||||||
foreground: "#1E1E2E" # base
|
|
||||||
background: "#A6ADC8" # subtext0
|
|
||||||
|
|
||||||
# Keyboard regex hints
|
|
||||||
hints:
|
|
||||||
start:
|
|
||||||
foreground: "#1E1E2E" # base
|
|
||||||
background: "#F9E2AF" # yellow
|
|
||||||
end:
|
|
||||||
foreground: "#1E1E2E" # base
|
|
||||||
background: "#A6ADC8" # subtext0
|
|
||||||
|
|
||||||
# Selection colors
|
|
||||||
selection:
|
|
||||||
text: "#1E1E2E" # base
|
|
||||||
background: "#F5E0DC" # rosewater
|
|
||||||
|
|
||||||
# Normal colors
|
|
||||||
normal:
|
|
||||||
black: "#45475A" # surface1
|
|
||||||
red: "#F38BA8" # red
|
|
||||||
green: "#A6E3A1" # green
|
|
||||||
yellow: "#F9E2AF" # yellow
|
|
||||||
blue: "#89B4FA" # blue
|
|
||||||
magenta: "#F5C2E7" # pink
|
|
||||||
cyan: "#94E2D5" # teal
|
|
||||||
white: "#BAC2DE" # subtext1
|
|
||||||
|
|
||||||
# Bright colors
|
|
||||||
bright:
|
|
||||||
black: "#585B70" # surface2
|
|
||||||
red: "#F38BA8" # red
|
|
||||||
green: "#A6E3A1" # green
|
|
||||||
yellow: "#F9E2AF" # yellow
|
|
||||||
blue: "#89B4FA" # blue
|
|
||||||
magenta: "#F5C2E7" # pink
|
|
||||||
cyan: "#94E2D5" # teal
|
|
||||||
white: "#A6ADC8" # subtext0
|
|
||||||
|
|
||||||
# Dim colors
|
|
||||||
dim:
|
|
||||||
black: "#45475A" # surface1
|
|
||||||
red: "#F38BA8" # red
|
|
||||||
green: "#A6E3A1" # green
|
|
||||||
yellow: "#F9E2AF" # yellow
|
|
||||||
blue: "#89B4FA" # blue
|
|
||||||
magenta: "#F5C2E7" # pink
|
|
||||||
cyan: "#94E2D5" # teal
|
|
||||||
white: "#BAC2DE" # subtext1
|
|
||||||
|
|
||||||
indexed_colors:
|
|
||||||
- { index: 16, color: "#FAB387" }
|
|
||||||
- { index: 17, color: "#F5E0DC" }
|
|
|
@ -30,14 +30,6 @@ url = "https://github.com/DinkDonk/kitty-icon/blob/main/kitty-dark.icns?raw=true
|
||||||
internal = "data/kitty/kitty-light.icns"
|
internal = "data/kitty/kitty-light.icns"
|
||||||
url = "https://github.com/DinkDonk/kitty-icon/blob/main/kitty-light.icns?raw=true"
|
url = "https://github.com/DinkDonk/kitty-icon/blob/main/kitty-light.icns?raw=true"
|
||||||
|
|
||||||
[[apps.alacritty.paths]]
|
|
||||||
internal = "data/alacritty"
|
|
||||||
external = "~/.config/alacritty"
|
|
||||||
|
|
||||||
[[apps.alacritty.paths]]
|
|
||||||
internal = "data/alacritty/catppuccin-mocha.yml"
|
|
||||||
url = "https://raw.githubusercontent.com/catppuccin/alacritty/main/catppuccin-mocha.yml"
|
|
||||||
|
|
||||||
[[apps.wezterm.paths]]
|
[[apps.wezterm.paths]]
|
||||||
internal = "data/wezterm"
|
internal = "data/wezterm"
|
||||||
external = "~/.config/wezterm"
|
external = "~/.config/wezterm"
|
||||||
|
|
Loading…
Reference in New Issue