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' # cyan: '0x86c1b9'
# white: '0xf8f8f8' # white: '0xf8f8f8'
# Colors (Ayu Dark) # 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: colors:
# Default colors # Default colors
primary: primary:
background: '0x0A0E14' background: '0x101421'
foreground: '0xB3B1AD' foreground: '0xfffbf6'
# Normal colors # Normal colors
normal: normal:
black: '0x01060E' black: '0x2e2e2e'
red: '0xEA6C73' red: '0xeb4129'
green: '0x91B362' green: '0xabe047'
yellow: '0xF9AF4F' yellow: '0xf6c744'
blue: '0x53BDFA' blue: '0x47a0f3'
magenta: '0xFAE994' magenta: '0x7b5cb0'
cyan: '0x90E1C6' cyan: '0x64dbed'
white: '0xC7C7C7' white: '0xe5e9f0'
# Bright colors # Bright colors
bright: bright:
black: '0x686868' black: '0x565656'
red: '0xF07178' red: '0xec5357'
green: '0xC2D94C' green: '0xc0e17d'
yellow: '0xFFB454' yellow: '0xf9da6a'
blue: '0x59C2FF' blue: '0x49a4f8'
magenta: '0xFFEE99' magenta: '0xa47de9'
cyan: '0x95E6CB' cyan: '0x99faf2'
white: '0xFFFFFF' white: '0xffffff'

Loading…
Cancel
Save