dotfiles/.config/alacritty/alacritty.yml.cgt

100 lines
3.3 KiB
Plaintext
Raw Permalink Normal View History

2022-01-24 18:05:51 +01:00
window:
opacity: 0.8
2021-04-05 14:58:31 +02:00
env:
2021-08-06 12:14:23 +02:00
TERM: xterm-kitty
2021-04-05 14:58:31 +02:00
2021-01-31 16:49:35 +01:00
font:
2021-08-06 12:14:23 +02:00
normal:
family: "<% opt.term_font %>"
2021-01-31 16:49:35 +01:00
bell:
2021-08-06 12:14:23 +02:00
duration: 20
2021-01-31 16:49:35 +01:00
shell:
2021-12-23 02:44:21 +01:00
program: "zellij"
2021-01-31 16:49:35 +01:00
2021-08-06 12:14:23 +02:00
key_bindings:
- { key: Plus, mods: Control, action: IncreaseFontSize }
- { key: Minus, mods: Control, action: DecreaseFontSize }
2021-01-31 16:49:35 +01:00
# CATPPUCCIN THEME
2021-01-31 16:49:35 +01:00
colors:
primary:
2024-01-14 18:27:37 +01:00
background: "#<% opt.catppuccin.base %>" # base
foreground: "#<% opt.catppuccin.text %>" # text
# Bright and dim foreground colors
2024-01-14 18:27:37 +01:00
dim_foreground: "#<% opt.catppuccin.text %>" # text
bright_foreground: "#<% opt.catppuccin.text %>" # text
# Cursor colors
cursor:
2024-01-14 18:27:37 +01:00
text: "#<% opt.catppuccin.base %>" # base
cursor: "#<% opt.catppuccin.rosewater %>" # rosewater
vi_mode_cursor:
2024-01-14 18:27:37 +01:00
text: "#<% opt.catppuccin.base %>" # base
cursor: "#<% opt.catppuccin.lavender %>" # lavender
# Search colors
search:
matches:
2024-01-14 18:27:37 +01:00
foreground: "#<% opt.catppuccin.base %>" # base
background: "#<% opt.catppuccin.subtext0 %>" # subtext0
focused_match:
2024-01-14 18:27:37 +01:00
foreground: "#<% opt.catppuccin.base %>" # base
background: "#<% opt.catppuccin.green %>" # green
footer_bar:
2024-01-14 18:27:37 +01:00
foreground: "#<% opt.catppuccin.base %>" # base
background: "#<% opt.catppuccin.subtext0 %>" # subtext0
# Keyboard regex hints
hints:
start:
2024-01-14 18:27:37 +01:00
foreground: "#<% opt.catppuccin.base %>" # base
background: "#<% opt.catppuccin.yellow %>" # yellow
end:
2024-01-14 18:27:37 +01:00
foreground: "#<% opt.catppuccin.base %>" # base
background: "#<% opt.catppuccin.subtext0 %>" # subtext0
# Selection colors
selection:
2024-01-14 18:27:37 +01:00
text: "#<% opt.catppuccin.base %>" # base
background: "#<% opt.catppuccin.rosewater %>" # rosewater
# Normal colors
normal:
2024-01-14 18:27:37 +01:00
black: "#<% opt.catppuccin.surface1 %>" # surface1
red: "#<% opt.catppuccin.red %>" # red
green: "#<% opt.catppuccin.green %>" # green
yellow: "#<% opt.catppuccin.yellow %>" # yellow
blue: "#<% opt.catppuccin.blue %>" # blue
magenta: "#<% opt.catppuccin.pink %>" # pink
cyan: "#<% opt.catppuccin.teal %>" # teal
white: "#<% opt.catppuccin.subtext1 %>" # subtext1
# Bright colors
bright:
2024-01-14 18:27:37 +01:00
black: "#<% opt.catppuccin.surface2 %>" # surface2
red: "#<% opt.catppuccin.red %>" # red
green: "#<% opt.catppuccin.green %>" # green
yellow: "#<% opt.catppuccin.yellow %>" # yellow
blue: "#<% opt.catppuccin.blue %>" # blue
magenta: "#<% opt.catppuccin.pink %>" # pink
cyan: "#<% opt.catppuccin.teal %>" # teal
white: "#<% opt.catppuccin.subtext0 %>" # subtext0
# Dim colors
dim:
2024-01-14 18:27:37 +01:00
black: "#<% opt.catppuccin.surface1 %>" # surface1
red: "#<% opt.catppuccin.red %>" # red
green: "#<% opt.catppuccin.green %>" # green
yellow: "#<% opt.catppuccin.yellow %>" # yellow
blue: "#<% opt.catppuccin.blue %>" # blue
magenta: "#<% opt.catppuccin.pink %>" # pink
cyan: "#<% opt.catppuccin.teal %>" # teal
white: "#<% opt.catppuccin.subtext1 %>" # subtext1
2021-01-31 16:49:35 +01:00
indexed_colors:
2024-01-14 18:27:37 +01:00
- { index: 16, color: "#<% opt.catppuccin.peach %>" }
- { index: 17, color: "#<% opt.catppuccin.rosewater %>" }