Skip to content

Commit

Permalink
Update alacritty theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Rypac committed Aug 28, 2024
1 parent 9d9d65f commit e744551
Showing 1 changed file with 22 additions and 19 deletions.
41 changes: 22 additions & 19 deletions alacritty/alacritty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,31 @@ bindings = [
{ key = "Tab", mods = "Control|Shift", action = "SelectPreviousTab" }
]

# Colors (Gruvbox Material Hard Dark)
# Colors (Everforest Dark)

# Default colors
[colors.primary]
background = '#1d2021'
foreground = '#d4be98'
background = "#2d353b"
foreground = "#d3c6aa"

# Normal colors
[colors.normal]
black = '#32302f'
red = '#ea6962'
green = '#a9b665'
yellow = '#d8a657'
blue = '#7daea3'
magenta = '#d3869b'
cyan = '#89b482'
white = '#d4be98'
black = "#475258"
red = "#e67e80"
green = "#a7c080"
yellow = "#dbbc7f"
blue = "#7fbbb3"
magenta = "#d699b6"
cyan = "#83c092"
white = "#d3c6aa"

# Bright colors
[colors.bright]
black = '#32302f'
red = '#ea6962'
green = '#a9b665'
yellow = '#d8a657'
blue = '#7daea3'
magenta = '#d3869b'
cyan = '#89b482'
white = '#d4be98'
black = "#475258"
red = "#e67e80"
green = "#a7c080"
yellow = "#dbbc7f"
blue = "#7fbbb3"
magenta = "#d699b6"
cyan = "#83c092"
white = "#d3c6aa"

0 comments on commit e744551

Please sign in to comment.