Files
consultant-linux-dotfiles/.config/alacritty/alacritty.toml

146 lines
2.3 KiB
TOML
Executable File

#[colors.bright]
#black = "#4c566a"
#blue = "#81a1c1"
#cyan = "#8fbcbb"
#green = "#a3be8c"
#magenta = "#b48ead"
#red = "#bf616a"
#white = "#eceff4"
#yellow = "#ebcb8b"
#[colors.cursor]
#cursor = "#d8dee9"
#text = "#2e3440"
#[colors.dim]
#black = "#373e4d"
#blue = "#68809a"
#cyan = "#6d96a5"
#green = "#809575"
#magenta = "#8c738c"
#red = "#94545d"
#white = "#aeb3bb"
#yellow = "#b29e75"
#
#[colors.normal]
#black = "#3b4252"
#blue = "#81a1c1"
#cyan = "#88c0d0"
#green = "#a3be8c"
#magenta = "#b48ead"
#red = "#bf616a"
#white = "#e5e9f0"
#yellow = "#ebcb8b"
#
#[colors.primary]
#background = "#2e3440"
#dim_foreground = "#a5abb6"
#foreground = "#d8dee9"
# [colors.search.bar]
# background = "#434c5e"
# foreground = "#d8dee9"
#[colors.search.matches]
#background = "#88c0d0"
#foreground = "CellBackground"
#[colors.selection]
#background = "#4c566a"
#text = "CellForeground"
#[colors.vi_mode_cursor]
#cursor = "#d8dee9"
#text = "#2e3440"
[font]
size = 16.0
[font.normal]
family = "FiraCode Nerd Font"
style = "Regular"
[font.bold]
family = "FiraCode Nerd Font"
style = "Bold"
[font.italic]
family = "FiraCode Nerd Font"
style = "Italic"
[font.bold_italic]
family = "FiraCode Nerd Font"
style = "Bold Italic"
[terminal.shell]
program = "ubuntu.exe"
[window]
startup_mode = "Maximized"
# Theme
[colors.primary]
background = "#303446"
foreground = "#c6d0f5"
dim_foreground = "#838ba7"
bright_foreground = "#c6d0f5"
[colors.cursor]
text = "#303446"
cursor = "#f2d5cf"
[colors.vi_mode_cursor]
text = "#303446"
cursor = "#babbf1"
[colors.search.matches]
foreground = "#303446"
background = "#a5adce"
[colors.search.focused_match]
foreground = "#303446"
background = "#a6d189"
[colors.footer_bar]
foreground = "#303446"
background = "#a5adce"
[colors.hints.start]
foreground = "#303446"
background = "#e5c890"
[colors.hints.end]
foreground = "#303446"
background = "#a5adce"
[colors.selection]
text = "#303446"
background = "#f2d5cf"
[colors.normal]
black = "#51576d"
red = "#e78284"
green = "#a6d189"
yellow = "#e5c890"
blue = "#8caaee"
magenta = "#f4b8e4"
cyan = "#81c8be"
white = "#b5bfe2"
[colors.bright]
black = "#626880"
red = "#e78284"
green = "#a6d189"
yellow = "#e5c890"
blue = "#8caaee"
magenta = "#f4b8e4"
cyan = "#81c8be"
white = "#a5adce"
[[colors.indexed_colors]]
index = 16
color = "#ef9f76"
[[colors.indexed_colors]]
index = 17
color = "#f2d5cf"