mirror of
https://github.com/avinal/dotfiles.git
synced 2026-07-03 23:20:07 +05:30
9f298d08da
- alacritty: add cursor style - nvim: fix which-key, add colorizer, add debugger, update plugins - zellij: revamp layouts - starship: change prompt Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
98 lines
1.8 KiB
TOML
98 lines
1.8 KiB
TOML
[window]
|
|
padding = { x = 7, y = 7 }
|
|
|
|
[font]
|
|
normal = { family = "Monaspace Argon", style = "Regular" }
|
|
bold = { family = "Monaspace Argon", style = "Bold" }
|
|
italic = { family = "Monaspace Argon", style = "Italic" }
|
|
bold_italic = { family = "Monaspace Argon", style = "Bold Italic" }
|
|
size = 14.5
|
|
|
|
[shell]
|
|
program = "zellij"
|
|
args = ["-l", "welcome"]
|
|
|
|
# Nightfox Alacritty Colors
|
|
## name: carbonfox
|
|
## upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/carbonfox/alacritty.toml
|
|
|
|
[colors.primary]
|
|
background = "#161616"
|
|
foreground = "#f2f4f8"
|
|
dim_foreground = "#b6b8bb"
|
|
bright_foreground = "#f9fbff"
|
|
|
|
[colors.cursor]
|
|
text = "#f2f4f8"
|
|
cursor = "#b6b8bb"
|
|
|
|
[colors.vi_mode_cursor]
|
|
text = "#f2f4f8"
|
|
cursor = "#33b1ff"
|
|
|
|
[colors.search.matches]
|
|
foreground = "#f2f4f8"
|
|
background = "#525253"
|
|
|
|
[colors.search.focused_match]
|
|
foreground = "#f2f4f8"
|
|
background = "#3ddbd9"
|
|
|
|
[colors.footer_bar]
|
|
foreground = "#f2f4f8"
|
|
background = "#353535"
|
|
|
|
[colors.hints.start]
|
|
foreground = "#f2f4f8"
|
|
background = "#3ddbd9"
|
|
|
|
[colors.hints.end]
|
|
foreground = "#f2f4f8"
|
|
background = "#353535"
|
|
|
|
[colors.selection]
|
|
text = "#f2f4f8"
|
|
background = "#2a2a2a"
|
|
|
|
[colors.normal]
|
|
black = "#282828"
|
|
red = "#ee5396"
|
|
green = "#25be6a"
|
|
yellow = "#08bdba"
|
|
blue = "#78a9ff"
|
|
magenta = "#be95ff"
|
|
cyan = "#33b1ff"
|
|
white = "#dfdfe0"
|
|
|
|
[colors.bright]
|
|
black = "#484848"
|
|
red = "#f16da6"
|
|
green = "#46c880"
|
|
yellow = "#2dc7c4"
|
|
blue = "#8cb6ff"
|
|
magenta = "#c8a5ff"
|
|
cyan = "#52bdff"
|
|
white = "#e4e4e5"
|
|
|
|
[colors.dim]
|
|
black = "#222222"
|
|
red = "#ca4780"
|
|
green = "#1fa25a"
|
|
yellow = "#07a19e"
|
|
blue = "#6690d9"
|
|
magenta = "#a27fd9"
|
|
cyan = "#2b96d9"
|
|
white = "#bebebe"
|
|
|
|
[[colors.indexed_colors]]
|
|
index = 16
|
|
color = "#3ddbd9"
|
|
|
|
[[colors.indexed_colors]]
|
|
index = 17
|
|
color = "#ff7eb6"
|
|
|
|
[cursor]
|
|
style = { shape = "Underline", blinking = "On" }
|
|
vi_mode_style = { shape = "Block", blinking = "Off" }
|