Browse Source

Trying yet another colorscheme for Alacritty

master
Julio Biason 4 years ago
parent
commit
a9f704897b
  1. 95
      alacritty/alacritty.yml

95
alacritty/alacritty.yml

@ -147,30 +147,89 @@ font:
# cyan: '0x86c1b9'
# white: '0xf8f8f8'
# Colors (Ayu Dark)
# colors:
# # Default colors
# primary:
# background: '0x0A0E14'
# foreground: '0xB3B1AD'
# # Normal colors
# normal:
# black: '0x01060E'
# red: '0xEA6C73'
# green: '0x91B362'
# yellow: '0xF9AF4F'
# blue: '0x53BDFA'
# magenta: '0xFAE994'
# cyan: '0x90E1C6'
# white: '0xC7C7C7'
# # Bright colors
# bright:
# black: '0x686868'
# red: '0xF07178'
# green: '0xC2D94C'
# yellow: '0xFFB454'
# blue: '0x59C2FF'
# magenta: '0xFFEE99'
# cyan: '0x95E6CB'
# white: '0xFFFFFF'
# # Colors (Blood Moon)
# colors:
# # Default colors
# primary:
# background: '0x10100E'
# foreground: '0xC6C6C4'
# # Normal colors
# normal:
# black: '0x10100E'
# red: '0xC40233'
# green: '0x009F6B'
# yellow: '0xFFD700'
# blue: '0x0087BD'
# magenta: '0x9A4EAE'
# cyan: '0x20B2AA'
# white: '0xC6C6C4'
# # Bright colors
# bright:
# black: '0x696969'
# red: '0xFF2400'
# green: '0x03C03C'
# yellow: '0xFDFF00'
# blue: '0x007FFF'
# magenta: '0xFF1493'
# cyan: '0x00CCCC'
# white: '0xFFFAFA'
# Colors (iTerm 2 default theme)
colors:
# Default colors
primary:
background: '0x0A0E14'
foreground: '0xB3B1AD'
background: '0x101421'
foreground: '0xfffbf6'
# Normal colors
normal:
black: '0x01060E'
red: '0xEA6C73'
green: '0x91B362'
yellow: '0xF9AF4F'
blue: '0x53BDFA'
magenta: '0xFAE994'
cyan: '0x90E1C6'
white: '0xC7C7C7'
black: '0x2e2e2e'
red: '0xeb4129'
green: '0xabe047'
yellow: '0xf6c744'
blue: '0x47a0f3'
magenta: '0x7b5cb0'
cyan: '0x64dbed'
white: '0xe5e9f0'
# Bright colors
bright:
black: '0x686868'
red: '0xF07178'
green: '0xC2D94C'
yellow: '0xFFB454'
blue: '0x59C2FF'
magenta: '0xFFEE99'
cyan: '0x95E6CB'
white: '0xFFFFFF'
black: '0x565656'
red: '0xec5357'
green: '0xc0e17d'
yellow: '0xf9da6a'
blue: '0x49a4f8'
magenta: '0xa47de9'
cyan: '0x99faf2'
white: '0xffffff'

Loading…
Cancel
Save