dotfiles/.config/alacritty/one-light.toml

48 lines
1.2 KiB
TOML
Raw Normal View History

2024-01-04 17:00:42 +01:00
[colors.primary]
background = "#fafafa" # syntax-bg
foreground = "#383a42" # syntax-fg
[colors.cursor]
text = "CellBackground"
cursor = "CellForeground"
[colors.vi_mode_cursor]
text = "CellBackground"
cursor = "CellForeground"
[colors.search.matches]
background = "#d8defb" # (manually extracted via color picker)
foreground = "CellForeground"
[colors.search.focused_match]
background = "#e5e5e6" # (manually extracted via color picker)
foreground = "CellForeground"
[colors.footer_bar]
background = "#ffffff" # (manually extracted via color picker)
foreground = "#383a42" # syntax-fg
[colors.selection]
background = "#e5e5e6" # syntax-selection-color
text = "CellForeground"
[colors.normal]
black = "#383a42" # syntax-fg
red = "#ca1243" # red 2
green = "#50a14f" # green
yellow = "#b76b01" # orange 1
blue = "#4078f2" # blue
magenta = "#a626a4" # purple
cyan = "#0184bc" # cyan
white = "#fafafa" # syntax-bg
[colors.bright]
black = "#696c77" # mono-2
red = "#e45649" # red 1
green = "#50a14f" # green
yellow = "#cb7701" # orange 2
blue = "#4078f2" # blue
magenta = "#a626a4" # purple
cyan = "#0184bc" # cyan
white = "#9d9d9f" # syntax-gutter-text-color