Skip to content

Commit

Permalink
Fix iceberg color schema in alacritty
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Aug 22, 2023
1 parent 484d83f commit db9cf12
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions home/.config/alacritty/alacritty-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,36 +226,36 @@ window:
# cyan: '0x56b6c2'
# white: '0xdcdfe4'

# Iceberg (Unofficial)
# https://github.com/seahal/iceberg_theme_for_alacritty/blob/e6d23b5f2b2fafa8d835efb8d597f913d838b049/iceberg.yml
# iceberg-dark
# https://github.com/mbadolato/iTerm2-Color-Schemes/blob/64184d90e6377dd5dc3902057aff867ad8750bed/alacritty/iceberg-dark.yml#L4
colors:
primary:
background: '0x16171E'
foreground: '0xD1D2D3'

bright:
black: '#6b7089'
blue: '#91acd1'
cyan: '#95c4ce'
green: '#c0ca8e'
magenta: '#ada0d3'
red: '#e98989'
white: '#d2d4de'
yellow: '#e9b189'
cursor:
text: '0xFEFFFF'
cursor: '0xc7c7c7'

cursor: '#c6c8d1'
text: '#161821'
normal:
black: '0x000000'
red: '0xE68E8E'
green: '0x83AC8E'
yellow: '0xF5B78A'
blue: '0x9BB8DC'
magenta: '0xBAACE2'
cyan: '0x00C5C7'
white: '0xC7C7C7'

bright:
black: '0x676767'
red: '0xFF6D67'
green: '0x5FF967'
yellow: '0xFEFB67'
blue: '0x6871FF'
magenta: '0xFF76FF'
cyan: '0x5FFDFF'
white: '0xFEFFFF'
black: '#1e2132'
blue: '#84a0c6'
cyan: '#89b8c2'
green: '#b4be82'
magenta: '#a093c7'
red: '#e27878'
white: '#c6c8d1'
yellow: '#e2a478'
primary:
background: '#161821'
foreground: '#c6c8d1'
selection:
background: '#c6c8d1'
text: '#161821'
# Cursor colors
#
# Colors which should be used to draw the terminal cursor.
Expand Down

0 comments on commit db9cf12

Please sign in to comment.