Color schemes from alacritty
11.18'24
For latest toml
configuration, See https://github.com/alacritty/alacritty-theme
yaml
configuration, from: https://github.com/alacritty/alacritty/wiki/Color-schemes
Colors can be set using the '#rrggbb'
format (including the quotes to denote them as strings).
Afterglow
colors:
# Default colors
primary:
background: '#2c2c2c'
foreground: '#d6d6d6'
dim_foreground: '#dbdbdb'
bright_foreground: '#d9d9d9'
dim_background: '#202020' # not sure
bright_background: '#3a3a3a' # not sure
# Cursor colors
cursor:
text: '#2c2c2c'
cursor: '#d9d9d9'
# Normal colors
normal:
black: '#1c1c1c'
red: '#bc5653'
green: '#909d63'
yellow: '#ebc17a'
blue: '#7eaac7'
magenta: '#aa6292'
cyan: '#86d3ce'
white: '#cacaca'
# Bright colors
bright:
black: '#636363'
red: '#bc5653'
green: '#909d63'
yellow: '#ebc17a'
blue: '#7eaac7'
magenta: '#aa6292'
cyan: '#86d3ce'
white: '#f7f7f7'
# Dim colors
dim:
black: '#232323'
red: '#74423f'
green: '#5e6547'
yellow: '#8b7653'
blue: '#556b79'
magenta: '#6e4962'
cyan: '#5c8482'
white: '#828282'
Argonaut
colors:
# Default colors
primary:
background: '#292C3E'
foreground: '#EBEBEB'
# Cursor colors
cursor:
text: '#FF261E'
cursor: '#FF261E'
# Normal colors
normal:
black: '#0d0d0d'
red: '#FF301B'
green: '#A0E521'
yellow: '#FFC620'
blue: '#1BA6FA'
magenta: '#8763B8'
cyan: '#21DEEF'
white: '#EBEBEB'
# Bright colors
bright:
black: '#6D7070'
red: '#FF4352'
green: '#B8E466'
yellow: '#FFD750'
blue: '#1BA6FA'
magenta: '#A578EA'
cyan: '#73FBF1'
white: '#FEFEF8'
Ayu Dark
# Colors (Ayu Dark)
colors:
# Default colors
primary:
background: '#0A0E14'
foreground: '#B3B1AD'
# Normal colors
normal:
black: '#01060E'
red: '#EA6C73'
green: '#91B362'
yellow: '#F9AF4F'
blue: '#53BDFA'
magenta: '#FAE994'
cyan: '#90E1C6'
white: '#C7C7C7'
# Bright colors
bright:
black: '#686868'
red: '#F07178'
green: '#C2D94C'
yellow: '#FFB454'
blue: '#59C2FF'
magenta: '#FFEE99'
cyan: '#95E6CB'
white: '#FFFFFF'
Ayu Mirage
# Colors (Ayu Mirage)
colors:
# Default colors
primary:
background: '#202734'
foreground: '#CBCCC6'
# Normal colors
normal:
black: '#191E2A'
red: '#FF3333'
green: '#BAE67E'
yellow: '#FFA759'
blue: '#73D0FF'
magenta: '#FFD580'
cyan: '#95E6CB'
white: '#C7C7C7'
# Bright colors
bright:
black: '#686868'
red: '#F27983'
green: '#A6CC70'
yellow: '#FFCC66'
blue: '#5CCFE6'
magenta: '#FFEE99'
cyan: '#95E6CB'
white: '#FFFFFF'
Base16 Default Dark
# Colors (Base16 Default Dark)
colors:
# Default colors
primary:
background: '#181818'
foreground: '#d8d8d8'
# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
text: '#d8d8d8'
cursor: '#d8d8d8'
# Normal colors
normal:
black: '#181818'
red: '#ab4642'
green: '#a1b56c'
yellow: '#f7ca88'
blue: '#7cafc2'
magenta: '#ba8baf'
cyan: '#86c1b9'
white: '#d8d8d8'
# Bright colors
bright:
black: '#585858'
red: '#ab4642'
green: '#a1b56c'
yellow: '#f7ca88'
blue: '#7cafc2'
magenta: '#ba8baf'
cyan: '#86c1b9'
white: '#f8f8f8'
Blood Moon
# Colors (Blood Moon)
colors:
# Default colors
primary:
background: '#10100E'
foreground: '#C6C6C4'
# Normal colors
normal:
black: '#10100E'
red: '#C40233'
green: '#009F6B'
yellow: '#FFD700'
blue: '#0087BD'
magenta: '#9A4EAE'
cyan: '#20B2AA'
white: '#C6C6C4'
# Bright colors
bright:
black: '#696969'
red: '#FF2400'
green: '#03C03C'
yellow: '#FDFF00'
blue: '#007FFF'
magenta: '#FF1493'
cyan: '#00CCCC'
white: '#FFFAFA'
Breeze
# KDE Breeze (Ported from Konsole)
colors:
# Default colors
primary:
background: '#232627'
foreground: '#fcfcfc'
dim_foreground: '#eff0f1'
bright_foreground: '#ffffff'
dim_background: '#31363b'
bright_background: '#000000'
# Normal colors
normal:
black: '#232627'
red: '#ed1515'
green: '#11d116'
yellow: '#f67400'
blue: '#1d99f3'
magenta: '#9b59b6'
cyan: '#1abc9c'
white: '#fcfcfc'
# Bright colors
bright:
black: '#7f8c8d'
red: '#c0392b'
green: '#1cdc9a'
yellow: '#fdbc4b'
blue: '#3daee9'
magenta: '#8e44ad'
cyan: '#16a085'
white: '#ffffff'
# Dim colors
dim:
black: '#31363b'
red: '#783228'
green: '#17a262'
yellow: '#b65619'
blue: '#1b668f'
magenta: '#614a73'
cyan: '#186c60'
white: '#63686d'
Campbell
# Campbell (Windows 10 default)
colors:
# Default colors
primary:
background: '#0c0c0c'
foreground: '#cccccc'
# Normal colors
normal:
black: '#0c0c0c'
red: '#c50f1f'
green: '#13a10e'
yellow: '#c19c00'
blue: '#0037da'
magenta: '#881798'
cyan: '#3a96dd'
white: '#cccccc'
# Bright colors
bright:
black: '#767676'
red: '#e74856'
green: '#16c60c'
yellow: '#f9f1a5'
blue: '#3b78ff'
magenta: '#b4009e'
cyan: '#61d6d6'
white: '#f2f2f2'
Cobalt 2
# Colors (Cobalt 2)
colors:
cursor:
text: '#fefff2'
cursor: '#f0cc09'
selection:
text: '#b5b5b5'
background: '#18354f'
primary:
background: '#132738'
foreground: '#ffffff'
normal:
black: '#000000'
red: '#ff0000'
green: '#38de21'
yellow: '#ffe50a'
blue: '#1460d2'
magenta: '#ff005d'
cyan: '#00bbbb'
white: '#bbbbbb'
bright:
black: '#555555'
red: '#f40e17'
green: '#3bd01d'
yellow: '#edc809'
blue: '#5555ff'
magenta: '#ff55ff'
cyan: '#6ae3fa'
white: '#ffffff'
Cyberpunk-Neon
draw_bold_text_with_bright_colors: true
# Cyberpunk-Neon colours
colors:
# Default colours
primary:
background: '0x000b1e'
foreground: '0x0abdc6'
# Colors that should be used to draw the terminal cursor. If these are unset,
# the cursor colour will be the inverse of the cell colour.
# cursor:
# text: '0x2e2e2d'
# # text: '0x000000'
# cursor: '0xffffff'
# Normal colors
normal:
black: '0x123e7c'
red: '0xff0000'
green: '0xd300c4'
yellow: '0xf57800'
blue: '0x123e7c'
magenta: '0x711c91'
cyan: '0x0abdc6'
white: '0xd7d7d5'
# Bright colors
bright:
black: '0x1c61c2'
red: '0xff0000'
green: '0xd300c4'
yellow: '0xf57800'
blue: '0x00ff00'
magenta: '0x711c91'
cyan: '0x0abdc6'
white: '0xd7d7d5'
# dim colors
dim:
black: '0x1c61c2'
red: '0xff0000'
green: '0xd300c4'
yellow: '0xf57800'
blue: '0x123e7c'
magenta: '0x711c91'
cyan: '0x0abdc6'
white: '0xd7d7d5'
Darkside
# Colors (Darkside)
colors:
primary:
background: '#222324'
foreground: '#BABABA'
# Normal colors
normal:
black: '#000000'
red: '#E8341C'
green: '#68C256'
yellow: '#F2D42C'
blue: '#1C98E8'
magenta: '#8E69C9'
cyan: '#1C98E8'
white: '#BABABA'
# Bright colors
bright:
black: '#666666'
red: '#E05A4F'
green: '#77B869'
yellow: '#EFD64B'
blue: '#387CD3'
magenta: '#957BBE'
cyan: '#3D97E2'
white: '#BABABA'
Darktooth
# Colors (Darktooth)
colors:
# Default colors
primary:
background: '#282828'
foreground: '#fdf4c1'
# Normal colors
normal:
black: '#282828'
red: '#9d0006'
green: '#79740e'
yellow: '#b57614'
blue: '#076678'
magenta: '#8f3f71'
cyan: '#00a7af'
white: '#fdf4c1'
# Bright colors
bright:
black: '#32302f'
red: '#fb4933'
green: '#b8bb26'
yellow: '#fabd2f'
blue: '#83a598'
magenta: '#d3869b'
cyan: '#3fd7e5'
white: '#ffffc8'
# Dim colors (Optional)
dim:
black: '#1d2021'
red: '#421e1e'
green: '#232b0f'
yellow: '#4d3b27'
blue: '#2b3c44'
magenta: '#4e3d45'
cyan: '#205161'
white: '#f4e8ba'
Dracula
# Colors (Dracula)
colors:
# Default colors
primary:
background: '#282a36'
foreground: '#f8f8f2'
# Normal colors
normal:
black: '#000000'
red: '#ff5555'
green: '#50fa7b'
yellow: '#f1fa8c'
blue: '#caa9fa'
magenta: '#ff79c6'
cyan: '#8be9fd'
white: '#bfbfbf'
# Bright colors
bright:
black: '#575b70'
red: '#ff6e67'
green: '#5af78e'
yellow: '#f4f99d'
blue: '#caa9fa'
magenta: '#ff92d0'
cyan: '#9aedfe'
white: '#e6e6e6'
Github
# The 'Dark dimmed' colorscheme from Github.
colors:
primary:
background: '#2d333b'
foreground: '#adbac7'
normal:
black: '#2d333b'
red: '#f47067'
green: '#8ddb8c'
yellow: '#f69d50'
blue: '#6cb6ff'
magenta: '#dcbdfb'
cyan: '#96d0ff'
white: '#adbac7'
bright:
black: '#768390'
red: '#f47067'
green: '#8ddb8c'
yellow: '#f69d50'
blue: '#6cb6ff'
magenta: '#dcbdfb'
cyan: '#96d0ff'
white: '#adbac7'
GNOME
# The 'GNOME Light" theme from GNOME terminal.
colors:
primary:
foreground: '#171421'
background: '#ffffff'
bright_foreground: '#5e5c64'
normal:
black: '#171421'
red: '#c01c28'
green: '#26a269'
yellow: '#a2734c'
blue: '#12488b'
magenta: '#a347ba'
cyan: '#2aa1b3'
white: '#d0cfcc'
bright:
black: '#5e5c64'
red: '#f66151'
green: '#33d17a'
yellow: '#e9ad0c'
blue: '#2a7bde'
magenta: '#c061cb'
cyan: '#33c7de'
white: '#ffffff'
# The 'GNOME Dark" theme from GNOME terminal.
colors:
primary:
foreground: '#d0cfcc'
background: '#171421'
bright_foreground: '#ffffff'
normal:
black: '#171421'
red: '#c01c28'
green: '#26a269'
yellow: '#a2734c'
blue: '#12488b'
magenta: '#a347ba'
cyan: '#2aa1b3'
white: '#d0cfcc'
bright:
black: '#5e5c64'
red: '#f66151'
green: '#33d17a'
yellow: '#e9ad0c'
blue: '#2a7bde'
magenta: '#c061cb'
cyan: '#33c7de'
white: '#ffffff'
Gruvbox
# Colors (Gruvbox light)
colors:
# Default colors
primary:
# hard contrast: background = '#f9f5d7'
background: '#fbf1c7'
# soft contrast: background = '#f2e5bc'
foreground: '#3c3836'
# Normal colors
normal:
black: '#fbf1c7'
red: '#cc241d'
green: '#98971a'
yellow: '#d79921'
blue: '#458588'
magenta: '#b16286'
cyan: '#689d6a'
white: '#7c6f64'
# Bright colors
bright:
black: '#928374'
red: '#9d0006'
green: '#79740e'
yellow: '#b57614'
blue: '#076678'
magenta: '#8f3f71'
cyan: '#427b58'
white: '#3c3836'
# Colors (Gruvbox dark)
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: '#a89984' }
- { 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' }
Hybrid
# Colors (Hybrid)
colors:
# Default colors
primary:
background: '#27292c'
foreground: '#d0d2d1'
# Normal colors
normal:
black: '#35383b'
red: '#b05655'
green: '#769972'
yellow: '#e1a574'
blue: '#7693ac'
magenta: '#977ba0'
cyan: '#749e99'
white: '#848b92'
# Bright colors
bright:
black: '#484c52'
red: '#d27c7b'
green: '#dffebe'
yellow: '#f0d189'
blue: '#96b1c9'
magenta: '#bfa5c7'
cyan: '#9fc9c3'
white: '#fcf7e2'
Hyper
# Colors (Hyper)
colors:
# Default colors
primary:
background: '#000000'
foreground: '#ffffff'
cursor:
text: '#F81CE5'
cursor: '#ffffff'
# Normal colors
normal:
black: '#000000'
red: '#fe0100'
green: '#33ff00'
yellow: '#feff00'
blue: '#0066ff'
magenta: '#cc00ff'
cyan: '#00ffff'
white: '#d0d0d0'
# Bright colors
bright:
black: '#808080'
red: '#fe0100'
green: '#33ff00'
yellow: '#feff00'
blue: '#0066ff'
magenta: '#cc00ff'
cyan: '#00ffff'
white: '#FFFFFF'
Iceberg
# Colors (Iceberg Dark)
colors:
# Default colors
primary:
background: '#161821'
foreground: '#d2d4de'
# Normal colors
normal:
black: '#161821'
red: '#e27878'
green: '#b4be82'
yellow: '#e2a478'
blue: '#84a0c6'
magenta: '#a093c7'
cyan: '#89b8c2'
white: '#c6c8d1'
# Bright colors
bright:
black: '#6b7089'
red: '#e98989'
green: '#c0ca8e'
yellow: '#e9b189'
blue: '#91acd1'
magenta: '#ada0d3'
cyan: '#95c4ce'
white: '#d2d4de'
# Colors (Iceberg Light)
colors:
# Default colors
primary:
background: '#e8e9ec'
foreground: '#33374c'
# Normal colors
normal:
black: '#dcdfe7'
red: '#cc517a'
green: '#668e3d'
yellow: '#c57339'
blue: '#2d539e'
magenta: '#7759b4'
cyan: '#3f83a6'
white: '#33374c'
# Bright colors
bright:
black: '#8389a3'
red: '#cc3768'
green: '#598030'
yellow: '#b6662d'
blue: '#22478e'
magenta: '#6845ad'
cyan: '#327698'
white: '#262a3f'
IR Black
# Colors (IR Black)
colors:
# Default colors
primary:
background: '#000000'
foreground: '#ffffff'
cursor:
text: '#ffffff'
cursor: '#ffffff'
# Normal colors
normal:
black: '#4e4e4e'
red: '#ff6c60'
green: '#a8ff60'
yellow: '#ffffb6'
blue: '#96cbfe'
magenta: '#ff73fd'
cyan: '#c6c5fe'
white: '#eeeeee'
# Bright colors
bright:
black: '#7c7c7c'
red: '#ffb6b0'
green: '#ceffab'
yellow: '#ffffcb'
blue: '#b5dcfe'
magenta: '#ff9cfe'
cyan: '#dfdffe'
white: '#ffffff'
iTerm Default
# Colors (iTerm 2 default theme)
colors:
# Default colors
primary:
background: '#101421'
foreground: '#fffbf6'
# Normal colors
normal:
black: '#2e2e2e'
red: '#eb4129'
green: '#abe047'
yellow: '#f6c744'
blue: '#47a0f3'
magenta: '#7b5cb0'
cyan: '#64dbed'
white: '#e5e9f0'
# Bright colors
bright:
black: '#565656'
red: '#ec5357'
green: '#c0e17d'
yellow: '#f9da6a'
blue: '#49a4f8'
magenta: '#a47de9'
cyan: '#99faf2'
white: '#ffffff'
Jellybeans
# Colors (Jellybeans)
colors:
# Default colors
primary:
background: '#161616'
foreground: '#e4e4e4'
# Cursor volors
cursor:
text: '#feffff'
cursor: '#ffb472'
# Normal colors
normal:
black: '#a3a3a3'
red: '#e98885'
green: '#a3c38b'
yellow: '#ffc68d'
blue: '#a6cae2'
magenta: '#e7cdfb'
cyan: '#00a69f'
white: '#e4e4e4'
# Bright colors
bright:
black: '#c8c8c8'
red: '#ffb2b0'
green: '#c8e2b9'
yellow: '#ffe1af'
blue: '#bddff7'
magenta: '#fce2ff'
cyan: '#0bbdb6'
white: '#feffff'
# Selection colors
selection:
text: '#5963a2'
background: '#f6f6f6'
Kitty
colors:
# Default colors
primary:
background: '#000000'
foreground: '#dddddd'
# Normal colors
normal:
black: '#000000'
red: '#cc0403'
green: '#19cb00'
yellow: '#cecb00'
blue: '#0d73cc'
magenta: '#cb1ed1'
cyan: '#0dcdcd'
white: '#dddddd'
# Bright colors
bright:
black: '#767676'
red: '#f2201f'
green: '#23fd00'
yellow: '#fffd00'
blue: '#1a8fff'
magenta: '#fd28ff'
cyan: '#14ffff'
white: '#ffffff'
Material Theme
# Colors (Material Theme)
colors:
# Default colors
primary:
background: '#263238'
foreground: '#eeffff'
# Normal colors
normal:
black: '#000000' # Arbitrary
red: '#e53935'
green: '#91b859'
yellow: '#ffb62c'
blue: '#6182b8'
magenta: '#ff5370' # Dark pink of the original material theme
cyan: '#39adb5'
white: '#a0a0a0' # Arbitrary
# Bright colors
bright:
black: '#4e4e4e' # Arbitrary
red: '#ff5370'
green: '#c3e88d'
yellow: '#ffcb6b'
blue: '#82aaff'
magenta: '#f07178' # Pink of the original material theme
cyan: '#89ddff'
white: '#ffffff' # Arbitrary
Molokai
# Colors (Molokai Dark)
colors:
# Default colors
primary:
background: '#1B1D1E'
foreground: '#F8F8F2'
# Normal colors
normal:
black: '#333333'
red: '#C4265E'
green: '#86B42B'
yellow: '#B3B42B'
blue: '#6A7EC8'
magenta: '#8C6BC8'
cyan: '#56ADBC'
white: '#E3E3DD'
# Bright colors
bright:
black: '#666666'
red: '#F92672'
green: '#A6E22E'
yellow: '#E2E22E'
blue: '#819AFF'
magenta: '#AE81FF'
cyan: '#66D9EF'
white: '#F8F8F2'
Monokai
# Colors (Monokai Dark)
colors:
# Default colors
primary:
background: '#272822'
foreground: '#F8F8F2'
# Normal colors
normal:
black: '#272822'
red: '#F92672'
green: '#A6E22E'
yellow: '#F4BF75'
blue: '#66D9EF'
magenta: '#AE81FF'
cyan: '#A1EFE4'
white: '#F8F8F2'
# Bright colors
bright:
black: '#75715E'
red: '#F92672'
green: '#A6E22E'
yellow: '#F4BF75'
blue: '#66D9EF'
magenta: '#AE81FF'
cyan: '#A1EFE4'
white: '#F9F8F5'
Monokai Pro
# Colors (Monokai Pro)
colors:
# Default colors
primary:
background: '#2D2A2E'
foreground: '#FCFCFA'
# Normal colors
normal:
black: '#403E41'
red: '#FF6188'
green: '#A9DC76'
yellow: '#FFD866'
blue: '#FC9867'
magenta: '#AB9DF2'
cyan: '#78DCE8'
white: '#FCFCFA'
# Bright colors
bright:
black: '#727072'
red: '#FF6188'
green: '#A9DC76'
yellow: '#FFD866'
blue: '#FC9867'
magenta: '#AB9DF2'
cyan: '#78DCE8'
white: '#FCFCFA'
Monokai Soda
# Colors (Monokai Soda)
colors:
# Default colors
primary:
background: '#1a1a1a'
foreground: '#c4c5b5'
# Normal colors
normal:
black: '#1a1a1a'
red: '#f4005f'
green: '#98e024'
yellow: '#fa8419'
blue: '#9d65ff'
magenta: '#f4005f'
cyan: '#58d1eb'
white: '#c4c5b5'
# Bright colors
bright:
black: '#625e4c'
red: '#f4005f'
green: '#98e024'
yellow: '#e0d561'
blue: '#9d65ff'
magenta: '#f4005f'
cyan: '#58d1eb'
white: '#f6f6ef'
New Moon
# Colors (New Moon)
colors:
# Default colors
primary:
background: '#2D2D2D'
foreground: '#B3B9C5'
# Normal colors
normal:
black: '#2D2D2D'
red: '#F2777A'
green: '#92D192'
yellow: '#FFD479'
blue: '#6AB0F3'
magenta: '#E1A6F2'
cyan: '#76D4D6'
white: '#B3B9C5'
# Bright colors
bright:
black: '#777C85'
red: '#F2777A'
green: '#76D4D6'
yellow: '#FFEEA6'
blue: '#6AB0F3'
magenta: '#E1A6F2'
cyan: '#76D4D6'
white: '#FFFFFF'
Nightfly
# Colors (Nightfly)
colors:
# Default colors
primary:
background: '#011627'
foreground: '#acb4c2'
cursor:
text: '#fafafa'
cursor: '#9ca1aa'
selection:
text: '#080808'
background: '#b2ceee'
# Normal colors
normal:
black: '#1d3b53'
red: '#fc514e'
green: '#a1cd5e'
yellow: '#e3d18a'
blue: '#82aaff'
magenta: '#c792ea'
cyan: '#7fdbca'
white: '#a1aab8'
# Bright colors
bright:
black: '#7c8f8f'
red: '#ff5874'
green: '#21c7a8'
yellow: '#ecc48d'
blue: '#82aaff'
magenta: '#ae81ff'
cyan: '#7fdbca'
white: '#d6deeb'
Night Owl
# Colors (Night Owl)
colors:
# Default colors
primary:
background: '#011627'
foreground: '#d6deeb'
cursor:
text: '#011627'
cursor: '#d6deeb'
selection:
background: '#1b90dd'
# Normal colors
normal:
black: '#011627'
red: '#ef5350'
green: '#22da6e'
yellow: '#c5e478'
blue: '#82aaff'
magenta: '#c792ea'
cyan: '#21c7a8'
white: '#ffffff'
# Bright colors
bright:
black: '#575656'
red: '#ef5350'
green: '#22da6e'
yellow: '#ffeb95'
blue: '#82aaff'
magenta: '#c792ea'
cyan: '#7fdbca'
white: '#ffffff'
Nord
# Colors (Nord)
colors:
# Default colors
primary:
background: '#2E3440'
foreground: '#D8DEE9'
# Normal colors
normal:
black: '#3B4252'
red: '#BF616A'
green: '#A3BE8C'
yellow: '#EBCB8B'
blue: '#81A1C1'
magenta: '#B48EAD'
cyan: '#88C0D0'
white: '#E5E9F0'
# Bright colors
bright:
black: '#4C566A'
red: '#BF616A'
green: '#A3BE8C'
yellow: '#EBCB8B'
blue: '#81A1C1'
magenta: '#B48EAD'
cyan: '#8FBCBB'
white: '#ECEFF4'
Nova
# Colors (Nova)
colors:
# Default colors
primary:
background: '#3C4C55'
foreground: '#C5D4DD'
cursor:
text: '#212121'
cursor: '#C0C5CE'
# Normal colors
normal:
black: '#3C4C55'
red: '#DF8C8C'
green: '#A8CE93'
yellow: '#DADA93'
blue: '#83AFE5'
magenta: '#9A93E1'
cyan: '#7FC1CA'
white: '#C5D4DD'
# Bright colors
bright:
black: '#899BA6'
red: '#F2C38F'
green: '#A8CE93'
yellow: '#DADA93'
blue: '#83AFE5'
magenta: '#D18EC2'
cyan: '#7FC1CA'
white: '#E6EEF3'
Ocean Breeze
# Colors (Ocean Breeze)
colors:
# Default colors
primary:
background: '0x090707'
foreground: '0xa59179'
# Normal colors
normal:
black: '0x5d4544'
red: '0x725a59'
green: '0x4c6e77'
yellow: '0x937067'
blue: '0xc26b47'
magenta: '0xad5f33'
cyan: '0xb48baa'
white: '0x688d93'
# Bright colors
bright:
black: '0x627e83'
red: '0x8d4430'
green: '0xbc5d42'
yellow: '0xe6c27f'
blue: '0xe6917f'
magenta: '0xdbc494'
cyan: '0xaec7cb'
white: '0xe6ad7f'
Oceanic Next
# Colors (Oceanic Next)
colors:
# Default colors
primary:
background: '#1b2b34'
foreground: '#d8dee9'
# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
text: '#1b2b34'
cursor: '#ffffff'
# Normal colors
normal:
black: '#343d46'
red: '#EC5f67'
green: '#99C794'
yellow: '#FAC863'
blue: '#6699cc'
magenta: '#c594c5'
cyan: '#5fb3b3'
white: '#d8dee9'
# Bright colors
bright:
black: '#343d46'
red: '#EC5f67'
green: '#99C794'
yellow: '#FAC863'
blue: '#6699cc'
magenta: '#c594c5'
cyan: '#5fb3b3'
white: '#d8dee9'
One
# Colors (One Light - https://github.com/atom/atom/tree/master/packages/one-light-syntax)
colors:
primary:
background: '#fafafa'
foreground: '#383a42'
cursor:
text: CellBackground
cursor: '#526eff' # syntax-cursor-color
selection:
text: CellForeground
background: '#e5e5e6' # syntax-selection-color
normal:
black: '#696c77' # mono-2
red: '#e45649' # red 1
green: '#50a14f'
yellow: '#c18401' # orange 2
blue: '#4078f2'
magenta: '#a626a4'
cyan: '#0184bc'
white: '#a0a1a7' # mono-3
# Colors (One Dark - https://github.com/atom/atom/tree/master/packages/one-dark-syntax)
colors:
primary:
background: '#282c34'
foreground: '#abb2bf'
cursor:
text: CellBackground
cursor: '#528bff' # syntax-cursor-color
selection:
text: CellForeground
background: '#3e4451' # syntax-selection-color
normal:
black: '#5c6370' # mono-3
red: '#e06c75' # red 1
green: '#98c379'
yellow: '#e5c07b' # orange 2
blue: '#61afef'
magenta: '#c678dd'
cyan: '#56b6c2'
white: '#828997' # mono-2
Oxide
# Colors (Oxide)
colors:
# Default colors
primary:
background: '#212121'
foreground: '#c0c5ce'
bright_foreground: '#f3f4f5'
cursor:
text: '#212121'
cursor: '#c0c5ce'
# Normal colors
normal:
black: '#212121'
red: '#e57373'
green: '#a6bc69'
yellow: '#fac863'
blue: '#6699cc'
magenta: '#c594c5'
cyan: '#5fb3b3'
white: '#c0c5ce'
# Bright colors
bright:
black: '#5c5c5c'
red: '#e57373'
green: '#a6bc69'
yellow: '#fac863'
blue: '#6699cc'
magenta: '#c594c5'
cyan: '#5fb3b3'
white: '#f3f4f5'
Panda
# Colors (Panda)
colors:
primary:
background: '#292A2B'
foreground: '#E6E6E6'
normal:
black: '#292A2B'
red: '#FF2C6D'
green: '#19f9d8'
yellow: '#FFB86C'
blue: '#45A9F9'
magenta: '#FF75B5'
cyan: '#67d3c2'
orange: '#B084EB'
white: '#E6E6E6'
bright:
black: '#292A2B'
red: '#FF2C6D'
green: '#19f9d8'
yellow: '#ffcc95'
blue: '#6FC1FF'
magenta: '#FF9AC1'
cyan: '#67d3c2'
white: '#ffffff'
Paper Colors
colors:
primary:
background: "#eeeeee"
foreground: "#444444"
cursor:
text: "#eeeeee"
cursor: "#444444"
normal:
black: "#eeeeee"
red: "#af0000"
green: "#008700"
yellow: "#5f8700"
blue: "#0087af"
magenta: "#8700af"
cyan: "#005f87"
white: "#878787"
bright:
black: "#bcbcbc"
red: "#af0000"
green: "#008700"
yellow: "#5f8700"
blue: "#0087af"
magenta: "#8700af"
cyan: "#005f87"
white: "#eeeeee"
Pear
# Colors (PearDarkBlue)
colors:
# Default colors
primary:
background: "#222226"
foreground: "#ffffff"
# Normal colors
normal:
black: "#222226"
red: "#f841a0" # Uses magenta instead.
green: "#25c141"
yellow: "#fdf454"
blue: "#2f9ded"
magenta: "#f97137" # Uses orange instead.
cyan: "#19cde6"
white: "#ffffff"
# Bright colors
bright:
black: "#969696"
red: "#f6188f" # Uses magenta instead.
green: "#1ebb2b"
yellow: "#fdf834"
blue: "#2186ec"
magenta: "#f85a21" # Uses orange instead.
cyan: "#12c3e2"
white: "#ffffff"
Pencil
# Colors (Pencil Light)
colors:
# Default Colors
primary:
background: '#f1f1f1'
foreground: '#424242'
# Normal colors
normal:
black: '#212121'
red: '#c30771'
green: '#10a778'
yellow: '#a89c14'
blue: '#008ec4'
magenta: '#523c79'
cyan: '#20a5ba'
white: '#e0e0e0'
# Bright colors
bright:
black: '#212121'
red: '#fb007a'
green: '#5fd7af'
yellow: '#f3e430'
blue: '#20bbfc'
magenta: '#6855de'
cyan: '#4fb8cc'
white: '#f1f1f1'
# Colors (Pencil Dark)
colors:
# Default Colors
primary:
background: '#212121'
foreground: '#f1f1f1'
# Normal colors
normal:
black: '#212121'
red: '#c30771'
green: '#10a778'
yellow: '#a89c14'
blue: '#008ec4'
magenta: '#523c79'
cyan: '#20a5ba'
white: '#e0e0e0'
# Bright colors
bright:
black: '#212121'
red: '#fb007a'
green: '#5fd7af'
yellow: '#f3e430'
blue: '#20bbfc'
magenta: '#6855de'
cyan: '#4fb8cc'
white: '#f1f1f1'
Pop!_OS
colors:
# Default colors
primary:
background: '#333333'
foreground: '#F2F2F2'
# Normal colors
normal:
black: '#333333'
red: '#CC0000'
green: '#4E9A06'
yellow: '#C4A000'
blue: '#3465A4'
magenta: '#75507B'
cyan: '#06989A'
white: '#D3D7CF'
# Bright colors
bright:
black: '#88807C'
red: '#F15D22'
green: '#73C48F'
yellow: '#FFCE51'
blue: '#48B9C7'
magenta: '#AD7FA8'
cyan: '#34E2E2'
white: '#EEEEEC'
Seabird
# Colors (Seagull)
colors:
# Default colors
primary:
background: '#ffffff'
foreground: '#61707a'
# Default colors
normal:
black: '#0b141a'
red: '#ff4053'
green: '#11ab00'
yellow: '#bf8c00'
blue: '#0099ff'
magenta: '#9854ff'
cyan: '#00a5ab'
white: '#ffffff'
# Bright colors
bright:
black: '#0b141a'
red: '#ff4053'
green: '#11ab00'
yellow: '#bf8c00'
blue: '#0099ff'
magenta: '#9854ff'
cyan: '#00a5ab'
white: '#ffffff'
Seoul256
# Colors (Seoul256)
colors:
# Default colors
primary:
background: '#3a3a3a'
foreground: '#d0d0d0'
# Normal colors
normal:
black: '#4e4e4e'
red: '#d68787'
green: '#5f865f'
yellow: '#d8af5f'
blue: '#85add4'
magenta: '#d7afaf'
cyan: '#87afaf'
white: '#d0d0d0'
# Bright colors
bright:
black: '#626262'
red: '#d75f87'
green: '#87af87'
yellow: '#ffd787'
blue: '#add4fb'
magenta: '#ffafaf'
cyan: '#87d7d7'
white: '#e4e4e4'
# Colors (Seoul256-light)
colors:
# Default colors
primary:
background: '#dadada'
foreground: '#4e4e4e'
# Normal colors
normal:
black: '#4e4e4e'
red: '#af5f5f'
green: '#5f885f'
yellow: '#af8760'
blue: '#5f87ae'
magenta: '#875f87'
cyan: '#5f8787'
white: '#e4e4e4'
# Bright colors
bright:
black: '#3a3a3a'
red: '#870100'
green: '#005f00'
yellow: '#d8865f'
blue: '#0087af'
magenta: '#87025f'
cyan: '#008787'
white: '#eeeeee'
Snazzy
# Colors (Snazzy)
colors:
# Default colors
primary:
background: '#282a36'
foreground: '#eff0eb'
# Normal colors
normal:
black: '#282a36'
red: '#ff5c57'
green: '#5af78e'
yellow: '#f3f99d'
blue: '#57c7ff'
magenta: '#ff6ac1'
cyan: '#9aedfe'
white: '#f1f1f0'
# Bright colors
bright:
black: '#686868'
red: '#ff5c57'
green: '#5af78e'
yellow: '#f3f99d'
blue: '#57c7ff'
magenta: '#ff6ac1'
cyan: '#9aedfe'
white: '#f1f1f0'
Solarized
# Colors (Solarized Light)
colors:
# Default colors
primary:
background: '#fdf6e3' # base3
foreground: '#657b83' # base00
# Cursor colors
cursor:
text: '#fdf6e3' # base3
cursor: '#657b83' # base00
# Normal colors
normal:
black: '#073642' # base02
red: '#dc322f' # red
green: '#859900' # green
yellow: '#b58900' # yellow
blue: '#268bd2' # blue
magenta: '#d33682' # magenta
cyan: '#2aa198' # cyan
white: '#eee8d5' # base2
# Bright colors
bright:
black: '#002b36' # base03
red: '#cb4b16' # orange
green: '#586e75' # base01
yellow: '#657b83' # base00
blue: '#839496' # base0
magenta: '#6c71c4' # violet
cyan: '#93a1a1' # base1
white: '#fdf6e3' # base3
# Colors (Solarized Dark)
colors:
# Default colors
primary:
background: '#002b36' # base03
foreground: '#839496' # base0
# Cursor colors
cursor:
text: '#002b36' # base03
cursor: '#839496' # base0
# Normal colors
normal:
black: '#073642' # base02
red: '#dc322f' # red
green: '#859900' # green
yellow: '#b58900' # yellow
blue: '#268bd2' # blue
magenta: '#d33682' # magenta
cyan: '#2aa198' # cyan
white: '#eee8d5' # base2
# Bright colors
bright:
black: '#002b36' # base03
red: '#cb4b16' # orange
green: '#586e75' # base01
yellow: '#657b83' # base00
blue: '#839496' # base0
magenta: '#6c71c4' # violet
cyan: '#93a1a1' # base1
white: '#fdf6e3' # base3
Sourcerer
# scorcerer colors
colors:
primary:
background: '#222222'
foreground: '#c2c2b0'
cursor:
text: '#c2c2b0'
cursor: '#c2c2b0'
normal:
black: '#111111'
red: '#aa4450'
green: '#719611'
yellow: '#cc8800'
blue: '#6688aa'
magenta: '#8f6f8f'
cyan: '#528b8b'
white: '#d3d3d3'
bright:
black: '#181818'
red: '#ff6a6a'
green: '#b1d631'
yellow: '#ff9800'
blue: '#90b0d1'
magenta: '#8181a6'
cyan: '#87ceeb'
white: '#c1cdc1'
Spacemacs light
colors:
primary:
foreground: '#64526F'
background: '#FAF7EE'
cursor:
cursor: '#64526F'
text: '#FAF7EE'
normal:
black: '#FAF7EE'
red: '#DF201C'
green: '#29A0AD'
yellow: '#DB742E'
blue: '#3980C2'
magenta: '#2C9473'
cyan: '#6B3062'
white: '#64526F'
bright:
black: '#9F93A1'
red: '#DF201C'
green: '#29A0AD'
yellow: '#DB742E'
blue: '#3980C2'
magenta: '#2C9473'
cyan: '#6B3062'
white: '#64526F'
Substrata
# Colors (substrata)
colors:
primary:
background: '#191c25'
foreground: '#b5b4c9'
normal:
black: '#2e313d'
red: '#cf8164'
green: '#76a065'
yellow: '#ab924c'
blue: '#8296b0'
magenta: '#a18daf'
cyan: '#659ea2'
white: '#b5b4c9'
bright:
black: '#5b5f71'
red: '#fe9f7c'
green: '#92c47e'
yellow: '#d2b45f'
blue: '#a0b9d8'
magenta: '#c6aed7'
cyan: '#7dc2c7'
white: '#f0ecfe'
Taerminal
# Colors (Taerminal)
colors:
# Default colors
primary:
background: '#26282a'
foreground: '#f0f0f0'
cursor:
background: '#f0f0f0'
foreground: '#26282a'
# Normal colors
normal:
black: '#26282a'
red: '#ff8878'
green: '#b4fb73'
yellow: '#fffcb7'
blue: '#8bbce5'
magenta: '#ffb2fe'
cyan: '#a2e1f8'
white: '#f1f1f1'
# Bright colors
bright:
black: '#6f6f6f'
red: '#fe978b'
green: '#d6fcba'
yellow: '#fffed5'
blue: '#c2e3ff'
magenta: '#ffc6ff'
cyan: '#c0e9f8'
white: '#ffffff'
Tango
# Colors (Tango)
colors:
primary:
background: '#000000'
foreground: '#00ff00'
# Normal colors
normal:
black: '#2e3436'
red: '#cc0000'
green: '#73d216'
yellow: '#edd400'
blue: '#3465a4'
magenta: '#75507b'
cyan: '#06989a'
white: '#d3d7cf'
# Bright colors
bright:
black: '#2e3436'
red: '#ef2929'
green: '#8ae234'
yellow: '#fce94f'
blue: '#729fcf'
magenta: '#ad7fa8'
cyan: '#34e2e2'
white: '#eeeeec'
Tangoish
# Colors (Tangoish)
# Note: Orange is used in place of Cyan
colors:
primary:
background: '#2e3436'
foreground: '#eeeeec'
# Normal colors
normal:
black: '#2e3436'
red: '#cc0000'
green: '#73d216'
yellow: '#edd400'
blue: '#3465a4'
magenta: '#75507b'
cyan: '#f57900'
white: '#d3d7cf'
# Bright colors
bright:
black: '#2e3436'
red: '#ef2929'
green: '#8ae234'
yellow: '#fce94f'
blue: '#729fcf'
magenta: '#ad7fa8'
cyan: '#fcaf3e'
white: '#eeeeec'
Tender
# Colors (Tender)
colors:
# Default colors
primary:
background: '#282828'
foreground: '#eeeeee'
# Normal colors
normal:
black: '#282828'
red: '#f43753'
green: '#c9d05c'
yellow: '#ffc24b'
blue: '#b3deef'
magenta: '#d3b987'
cyan: '#73cef4'
white: '#eeeeee'
# Bright colors
bright:
black: '#4c4c4c'
red: '#f43753'
green: '#c9d05c'
yellow: '#ffc24b'
blue: '#b3deef'
magenta: '#d3b987'
cyan: '#73cef4'
white: '#feffff'
Terminal.app
# Colors (Terminal.app)
colors:
# Default colors
primary:
background: '#000000'
foreground: '#b6b6b6'
# Normal colors
normal:
black: '#000000'
red: '#990000'
green: '#00a600'
yellow: '#999900'
blue: '#0000b2'
magenta: '#b200b2'
cyan: '#00a6b2'
white: '#bfbfbf'
# Bright colors
bright:
black: '#666666'
red: '#e50000'
green: '#00d900'
yellow: '#e5e500'
blue: '#0000ff'
magenta: '#e500e5'
cyan: '#00e5e5'
white: '#e5e5e5'
# Colors (Terminal.app Basic)
colors:
primary:
background: '#FFFFFF'
foreground: '#000000'
normal:
black: '#000000'
red: '#990000'
green: '#00A600'
yellow: '#999900'
blue: '#0000B2'
magenta: '#B200B2'
cyan: '#00A6B2'
white: '#BFBFBF'
bright:
black: '#666666'
red: '#E50000'
green: '#00D900'
yellow: '#E5E500'
blue: '#0000FF'
magenta: '#E500E5'
cyan: '#00E5E5'
white: '#E5E5E5'
Tomorrow Night
# Colors (Tomorrow Night)
colors:
# Default colors
primary:
background: '#1d1f21'
foreground: '#c5c8c6'
# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
text: '#1d1f21'
cursor: '#ffffff'
# Normal colors
normal:
black: '#1d1f21'
red: '#cc6666'
green: '#b5bd68'
yellow: '#e6c547'
blue: '#81a2be'
magenta: '#b294bb'
cyan: '#70c0ba'
white: '#373b41'
# Bright colors
bright:
black: '#666666'
red: '#ff3334'
green: '#9ec400'
yellow: '#f0c674'
blue: '#81a2be'
magenta: '#b77ee0'
cyan: '#54ced6'
white: '#282a2e'
Tomorrow Night Bright
# Colors (Tomorrow Night Bright)
colors:
# Default colors
primary:
background: '#000000'
foreground: '#eaeaea'
# Normal colors
normal:
black: '#000000'
red: '#d54e53'
green: '#b9ca4a'
yellow: '#e6c547'
blue: '#7aa6da'
magenta: '#c397d8'
cyan: '#70c0ba'
white: '#424242'
# Bright colors
bright:
black: '#666666'
red: '#ff3334'
green: '#9ec400'
yellow: '#e7c547'
blue: '#7aa6da'
magenta: '#b77ee0'
cyan: '#54ced6'
white: '#2a2a2a'
Ubuntu
# Colors (Ubuntu)
colors:
# Default colors
primary:
background: '#300a24'
foreground: '#eeeeec'
# Normal colors
normal:
black: '#2e3436'
red: '#cc0000'
green: '#4e9a06'
yellow: '#c4a000'
blue: '#3465a4'
magenta: '#75507b'
cyan: '#06989a'
white: '#d3d7cf'
# Bright colors
bright:
black: '#555753'
red: '#ef2929'
green: '#8ae234'
yellow: '#fce94f'
blue: '#729fcf'
magenta: '#ad7fa8'
cyan: '#34e2e2'
white: '#eeeeec'
Visual Studio Code Terminal
# VSCode's integrated terminal default colors
# Primary and dimmed colors needed
colors:
# Default colors
primary:
background: '#1e1e1e' #Background from Dark Theme
foreground: '#cccccc'
# Selection colors
selection:
text: CellForeground
background: '#565656'
# Normal colors
normal:
black: '#000000'
red: '#cd3131'
green: '#0dbc79'
yellow: '#e5e510'
blue: '#2472c8'
magenta: '#bc3fbc'
cyan: '#11a8cd'
white: '#e5e5e5'
# Bright colors
bright:
black: '#666666'
red: '#f14c4c'
green: '#23d18b'
yellow: '#f5f543'
blue: '#3b8eea'
magenta: '#d670d6'
cyan: '#29b8db'
white: '#e5e5e5'
Wombat
# Colors (Wombat)
colors:
# Default colors
primary:
background: '#1f1f1f'
foreground: '#e5e1d8'
# Normal colors
normal:
black: '#000000'
red: '#f7786d'
green: '#bde97c'
yellow: '#efdfac'
blue: '#6ebaf8'
magenta: '#ef88ff'
cyan: '#90fdf8'
white: '#e5e1d8'
# Bright colors
bright:
black: '#b4b4b4'
red: '#f99f92'
green: '#e3f7a1'
yellow: '#f2e9bf'
blue: '#b3d2ff'
magenta: '#e5bdff'
cyan: '#c2fefa'
white: '#ffffff'
XTerm
# XTerm's default colors
colors:
# Default colors
primary:
background: '#000000'
foreground: '#ffffff'
# Normal colors
normal:
black: '#000000'
red: '#cd0000'
green: '#00cd00'
yellow: '#cdcd00'
blue: '#0000ee'
magenta: '#cd00cd'
cyan: '#00cdcd'
white: '#e5e5e5'
# Bright colors
bright:
black: '#7f7f7f'
red: '#ff0000'
green: '#00ff00'
yellow: '#ffff00'
blue: '#5c5cff'
magenta: '#ff00ff'
cyan: '#00ffff'
white: '#ffffff'
Zenburn
# Basic Zenburn Color Scheme - Colors cribbed from the putty version https://gist.github.com/danidiaz/88406bf002009fd97454
# Dimmed colors needed
colors:
primary:
background: '#333333'
foreground: '#ffffff'
bright_foreground: '#ffffff'
bright_background: '#555555'
cursor:
text: '#000000'
cursor: '#00ff00'
normal:
black: '#4d4d4d'
red: '#bb0000'
green: '#98f898'
yellow: '#f0e68c'
blue: '#96853f'
magenta: '#ffdead'
cyan: '#ffa0a0'
white: '#f5deb3'
bright:
black: '#555555'
red: '#ff5555'
green: '#55ff55'
yellow: '#ffff55'
blue: '#87ceeb'
magenta: '#ff55ff'
cyan: '#ffd700'
white: '#ffffff'
Multiple Schemes
You can define multiple color schemes and use anchors to choose which one Alacritty will use. For example:
schemes:
solarized_light: &light
primary:
#...
normal:
#...
bright:
#...
solarized_dark: &dark
primary:
#...
normal:
#...
bright:
#...
colors: *light
With this config, Alacritty will use Solarized Light. To switch to the dark version, change colors: *light
to colors: *dark
.
📖