Browse Source

Changed Alacritty colorscheme

master
Julio Biason 4 years ago
parent
commit
f313dfc7a2
  1. 104
      alacritty/alacritty.yml

104
alacritty/alacritty.yml

@ -81,34 +81,96 @@ font:
# cyan: '0x6be4e6'
# white: '0xd5d8da'
# Colors (Hyper)
# # Colors (Hyper)
# colors:
# # Default colors
# primary:
# background: '0x000000'
# foreground: '0xffffff'
# cursor:
# text: '0xF81CE5'
# cursor: '0xffffff'
#
# # Normal colors
# normal:
# black: '0x000000'
# red: '0xfe0100'
# green: '0x33ff00'
# yellow: '0xfeff00'
# blue: '0x0066ff'
# magenta: '0xcc00ff'
# cyan: '0x00ffff'
# white: '0xd0d0d0'
#
# # Bright colors
# bright:
# black: '0x808080'
# red: '0xfe0100'
# green: '0x33ff00'
# yellow: '0xfeff00'
# blue: '0x0066ff'
# magenta: '0xcc00ff'
# cyan: '0x00ffff'
# white: '0xFFFFFF'
# # Colors (Base16 Default Dark)
# colors:
# # Default colors
# primary:
# background: '0x181818'
# foreground: '0xd8d8d8'
# # Colors the cursor will use if `custom_cursor_colors` is true
# cursor:
# text: '0xd8d8d8'
# cursor: '0xd8d8d8'
# # Normal colors
# normal:
# black: '0x181818'
# red: '0xab4642'
# green: '0xa1b56c'
# yellow: '0xf7ca88'
# blue: '0x7cafc2'
# magenta: '0xba8baf'
# cyan: '0x86c1b9'
# white: '0xd8d8d8'
# # Bright colors
# bright:
# black: '0x585858'
# red: '0xab4642'
# green: '0xa1b56c'
# yellow: '0xf7ca88'
# blue: '0x7cafc2'
# magenta: '0xba8baf'
# cyan: '0x86c1b9'
# white: '0xf8f8f8'
# Colors (Ayu Dark)
colors:
# Default colors
primary:
background: '0x000000'
foreground: '0xffffff'
cursor:
text: '0xF81CE5'
cursor: '0xffffff'
background: '0x0A0E14'
foreground: '0xB3B1AD'
# Normal colors
normal:
black: '0x000000'
red: '0xfe0100'
green: '0x33ff00'
yellow: '0xfeff00'
blue: '0x0066ff'
magenta: '0xcc00ff'
cyan: '0x00ffff'
white: '0xd0d0d0'
black: '0x01060E'
red: '0xEA6C73'
green: '0x91B362'
yellow: '0xF9AF4F'
blue: '0x53BDFA'
magenta: '0xFAE994'
cyan: '0x90E1C6'
white: '0xC7C7C7'
# Bright colors
bright:
black: '0x808080'
red: '0xfe0100'
green: '0x33ff00'
yellow: '0xfeff00'
blue: '0x0066ff'
magenta: '0xcc00ff'
cyan: '0x00ffff'
black: '0x686868'
red: '0xF07178'
green: '0xC2D94C'
yellow: '0xFFB454'
blue: '0x59C2FF'
magenta: '0xFFEE99'
cyan: '0x95E6CB'
white: '0xFFFFFF'

Loading…
Cancel
Save