@@ -138,53 +138,92 @@ font:
#draw_bold_text_with_bright_colors: false
# Colors (Tomorrow Night)
#colors:
# Default colors
#primary:
# background: '#1d1f21'
# foreground: '#c5c8c6'
colors:
primary:
# hard contrast background - '#1d2021'
background: &gruvbox_dark_bg '#282828'
# soft contrast background - '#32302f'
foreground: '#ebdbb2'
bright_foreground: '#fbf1c7'
dim_foreground: '#a89984'
cursor:
text: CellBackground
cursor: CellForeground
vi_mode_cursor:
text: CellBackground
cursor: CellForeground
# search:
# matches:
# foreground: '#000000'
# background: '#ffffff'
# focused_match:
# foreground: CellBackground
# background: CellForeground
# bar:
# background: ''
# foreground: ''
# line_indicator:
# foreground: None
# background: None
selection:
text: CellBackground
background: CellForeground
bright:
black: '#928374'
red: '#fb4934'
green: '#b8bb26'
yellow: '#fabd2f'
blue: '#83a598'
magenta: '#d3869b'
cyan: '#8ec07c'
white: '#ebdbb2'
normal:
black: *gruvbox_dark_bg
red: '#cc241d'
green: '#98971a'
yellow: '#d79921'
blue: '#458588'
magenta: '#b16286'
cyan: '#689d6a'
white: '#a89984'
dim:
black: '#32302f'
red: '#9d0006'
green: '#79740e'
yellow: '#b57614'
blue: '#076678'
magenta: '#8f3f71'
cyan: '#427b58'
white: '#928374'
indexed_colors:
- { index: 66, color: '#458588' }
- { index: 72, color: '#689d6a' }
- { index: 106, color: '#98971a' }
- { index: 108, color: '#8ec07c' }
- { index: 109, color: '#83a598' }
- { index: 124, color: '#cc241d' }
- { index: 132, color: '#b16286' }
- { index: 142, color: '#b8bb26' }
- { index: 166, color: '#d65d0e' }
- { index: 167, color: '#fb4934' }
- { index: 172, color: '#d79921' }
- { index: 175, color: '#d3869b' }
- { index: 208, color: '#fe8019' }
- { index: 214, color: '#fabd2f' }
- { index: 223, color: '#ebdbb2' }
- { index: 229, color: '#fbf1c7' }
- { index: 234, color: '#1d2021' }
- { index: 235, color: '#282828' }
- { index: 236, color: '#32302f' }
- { index: 237, color: '#3c3836' }
- { index: 239, color: '#504945' }
- { index: 241, color: '#665c54' }
- { index: 243, color: '#7c6f64' }
- { index: 245, color: '#928374' }
- { index: 246, color: '#a89984' }
- { index: 248, color: '#bdae93' }
- { index: 250, color: '#d5c4a1' }
# Bright and dim foreground colors
#
# The dimmed foreground color is calculated automatically if it is not
# present. If the bright foreground color is not set, or
# `draw_bold_text_with_bright_colors` is `false`, the normal foreground
# color will be used.
#dim_foreground: '#828482'
#bright_foreground: '#eaeaea'
# Cursor colors
#
# Colors which should be used to draw the terminal cursor.
#
# Allowed values are CellForeground/CellBackground, which reference the
# affected cell, or hexadecimal colors like #ff00ff.
#cursor:
# text: CellBackground
# cursor: CellForeground
# Vi mode cursor colors
#
# Colors for the cursor when the vi mode is active.
#
# Allowed values are CellForeground/CellBackground, which reference the
# affected cell, or hexadecimal colors like #ff00ff.
#vi_mode_cursor:
# text: CellBackground
# cursor: CellForeground
# Search colors
#
# Colors used for the search bar and match highlighting.
#search:
# Allowed values are CellForeground/CellBackground, which reference the
# affected cell, or hexadecimal colors like #ff00ff.
#matches:
# foreground: '#000000'
# background: '#ffffff'
#focused_match:
# foreground: '#ffffff'
# background: '#000000'
# Keyboard hints
#hints:
@@ -823,27 +862,10 @@ font:
#- { key: F, mods: Command, mode: ~Search, action: SearchForward }
#- { key: B, mods: Command, mode: ~Search, action: SearchBackward }
#debug:
# Display the time it takes to redraw each frame.
debug:
#render_timer: false
# Keep the log file after quitting Alacritty.
#persistent_logging: false
# Log level
#
# Values for `log_level`:
# - Off
# - Error
# - Warn
# - Info
# - Debug
# - Trace
#log_level: Warn
# Print all received window events.
#print_events: false
# Highlight window damage information.
print_events: true
#highlight_damage: false