Files
dotfiles/alacritty/tokyo-night.toml
2025-08-08 21:28:38 +08:00

92 lines
1.5 KiB
TOML

[colors.primary]
background = "#1a1b26"
foreground = "#c0caf5"
dim_foreground = "#a9b1d6"
bright_foreground = "#c0caf5"
[colors.cursor]
text = "#1a1b26"
cursor = "#c0caf5"
[colors.vi_mode_cursor]
text = "#1a1b26"
cursor = "#bb9af7"
[colors.search.matches]
foreground = "#1a1b26"
background = "#e0af68"
[colors.search.focused_match]
foreground = "#1a1b26"
background = "#7aa2f7"
[colors.footer_bar]
foreground = "#c0caf5"
background = "#24283b"
[colors.hints.start]
foreground = "#1a1b26"
background = "#e0af68"
[colors.hints.end]
foreground = "#1a1b26"
background = "#9ece6a"
[colors.selection]
text = "CellForeground"
background = "#364A82"
[colors.normal]
black = "#15161e"
red = "#f7768e"
green = "#9ece6a"
yellow = "#e0af68"
blue = "#7aa2f7"
magenta = "#bb9af7"
cyan = "#7dcfff"
white = "#a9b1d6"
[colors.bright]
black = "#414868"
red = "#f7768e"
green = "#9ece6a"
yellow = "#e0af68"
blue = "#7aa2f7"
magenta = "#bb9af7"
cyan = "#7dcfff"
white = "#c0caf5"
[colors.dim]
black = "#32344a"
red = "#f7768e"
green = "#9ece6a"
yellow = "#e0af68"
blue = "#7aa2f7"
magenta = "#bb9af7"
cyan = "#7dcfff"
white = "#9aa5ce"
# [colors.bright]
# black = "#444b6a"
# blue = "#7da6ff"
# cyan = "#0db9d7"
# green = "#b9f27c"
# magenta = "#bb9af7"
# red = "#ff7a93"
# white = "#acb0d0"
# yellow = "#ff9e64"
#
# [colors.normal]
# black = "#32344a"
# blue = "#7aa2f7"
# cyan = "#449dab"
# green = "#9ece6a"
# magenta = "#ad8ee6"
# red = "#f7768e"
# white = "#787c99"
# yellow = "#e0af68"
#
# [colors.primary]
# background = "#1a1b26"
# foreground = "#a9b1d6"