Skip to content

Commit

Permalink
chore: update Dracula theme for Alacritty
Browse files Browse the repository at this point in the history
  • Loading branch information
bdossantos committed Jan 12, 2024
1 parent 80d1cd3 commit e5b7df2
Showing 1 changed file with 39 additions and 44 deletions.
83 changes: 39 additions & 44 deletions .alacritty.toml
Original file line number Diff line number Diff line change
@@ -1,65 +1,60 @@
live_config_reload = true

[colors.bright]
black = "#6272a4"
blue = "#d6acff"
cyan = "#a4ffff"
green = "#69ff94"
magenta = "#ff92df"
red = "#ff6e6e"
white = "#ffffff"
yellow = "#ffffa5"

[colors.cursor]
cursor = "CellForeground"
text = "CellBackground"

[colors.footer_bar]
# https://raw.githubusercontent.com/dracula/alacritty/master/dracula.toml
[colors.primary]
background = "#282a36"
foreground = "#f8f8f2"
bright_foreground = "#ffffff"

[colors.hints.end]
background = "#282a36"
foreground = "#f1fa8c"
[colors.cursor]
text = "#282a36"
cursor = "#f8f8f2"

[colors.hints.start]
background = "#f1fa8c"
foreground = "#282a36"
[colors.vi_mode_cursor]
text = "CellBackground"
cursor = "CellForeground"

[colors.line_indicator]
background = "None"
foreground = "None"
[colors.selection]
text = "CellForeground"
background = "#44475a"

[colors.normal]
black = "#21222c"
blue = "#bd93f9"
cyan = "#8be9fd"
red = "#ff5555"
green = "#50fa7b"
yellow = "#f1fa8c"
blue = "#bd93f9"
magenta = "#ff79c6"
red = "#ff5555"
cyan = "#8be9fd"
white = "#f8f8f2"
yellow = "#f1fa8c"

[colors.primary]
background = "#282a36"
bright_foreground = "#ffffff"
foreground = "#f8f8f2"

[colors.search.focused_match]
background = "#ffb86c"
foreground = "#44475a"
[colors.bright]
black = "#6272a4"
red = "#ff6e6e"
green = "#69ff94"
yellow = "#ffffa5"
blue = "#d6acff"
magenta = "#ff92df"
cyan = "#a4ffff"
white = "#ffffff"

[colors.search.matches]
foreground = "#44475a"
background = "#50fa7b"

[colors.search.focused_match]
foreground = "#44475a"
background = "#ffb86c"

[colors.selection]
background = "#44475a"
text = "CellForeground"
[colors.footer_bar]
background = "#282a36"
foreground = "#f8f8f2"

[colors.vi_mode_cursor]
cursor = "CellForeground"
text = "CellBackground"
[colors.hints.start]
foreground = "#282a36"
background = "#f1fa8c"

[colors.hints.end]
foreground = "#f1fa8c"
background = "#282a36"

[font]
size = 13.0
Expand Down

0 comments on commit e5b7df2

Please sign in to comment.