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:
|
2023-01-20 22:30:45 +01:00
|
|
|
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
|
|
|
|
2023-06-08 23:17:19 +02:00
|
|
|
# CATPPUCCIN THEME
|
2021-01-31 16:49:35 +01:00
|
|
|
colors:
|
2023-06-08 23:17:19 +02:00
|
|
|
primary:
|
2024-01-14 18:27:37 +01:00
|
|
|
background: "#<% opt.catppuccin.base %>" # base
|
|
|
|
foreground: "#<% opt.catppuccin.text %>" # text
|
2023-06-08 23:17:19 +02:00
|
|
|
# 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
|
2023-06-08 23:17:19 +02:00
|
|
|
|
|
|
|
# Cursor colors
|
|
|
|
cursor:
|
2024-01-14 18:27:37 +01:00
|
|
|
text: "#<% opt.catppuccin.base %>" # base
|
|
|
|
cursor: "#<% opt.catppuccin.rosewater %>" # rosewater
|
2023-06-08 23:17:19 +02:00
|
|
|
vi_mode_cursor:
|
2024-01-14 18:27:37 +01:00
|
|
|
text: "#<% opt.catppuccin.base %>" # base
|
|
|
|
cursor: "#<% opt.catppuccin.lavender %>" # lavender
|
2023-06-08 23:17:19 +02:00
|
|
|
|
|
|
|
# Search colors
|
|
|
|
search:
|
|
|
|
matches:
|
2024-01-14 18:27:37 +01:00
|
|
|
foreground: "#<% opt.catppuccin.base %>" # base
|
|
|
|
background: "#<% opt.catppuccin.subtext0 %>" # subtext0
|
2023-06-08 23:17:19 +02:00
|
|
|
focused_match:
|
2024-01-14 18:27:37 +01:00
|
|
|
foreground: "#<% opt.catppuccin.base %>" # base
|
|
|
|
background: "#<% opt.catppuccin.green %>" # green
|
2023-06-08 23:17:19 +02:00
|
|
|
footer_bar:
|
2024-01-14 18:27:37 +01:00
|
|
|
foreground: "#<% opt.catppuccin.base %>" # base
|
|
|
|
background: "#<% opt.catppuccin.subtext0 %>" # subtext0
|
2023-06-08 23:17:19 +02:00
|
|
|
|
|
|
|
# Keyboard regex hints
|
|
|
|
hints:
|
|
|
|
start:
|
2024-01-14 18:27:37 +01:00
|
|
|
foreground: "#<% opt.catppuccin.base %>" # base
|
|
|
|
background: "#<% opt.catppuccin.yellow %>" # yellow
|
2023-06-08 23:17:19 +02:00
|
|
|
end:
|
2024-01-14 18:27:37 +01:00
|
|
|
foreground: "#<% opt.catppuccin.base %>" # base
|
|
|
|
background: "#<% opt.catppuccin.subtext0 %>" # subtext0
|
2023-06-08 23:17:19 +02:00
|
|
|
|
|
|
|
# Selection colors
|
|
|
|
selection:
|
2024-01-14 18:27:37 +01:00
|
|
|
text: "#<% opt.catppuccin.base %>" # base
|
|
|
|
background: "#<% opt.catppuccin.rosewater %>" # rosewater
|
2023-06-08 23:17:19 +02:00
|
|
|
|
|
|
|
# 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
|
2023-06-08 23:17:19 +02:00
|
|
|
|
|
|
|
# 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
|
2023-06-08 23:17:19 +02:00
|
|
|
|
|
|
|
# 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
|
|
|
|
2023-06-08 23:17:19 +02:00
|
|
|
indexed_colors:
|
2024-01-14 18:27:37 +01:00
|
|
|
- { index: 16, color: "#<% opt.catppuccin.peach %>" }
|
|
|
|
- { index: 17, color: "#<% opt.catppuccin.rosewater %>" }
|