tg-z / web-clip

24 stars 5 forks source link

Color schemes · alacritty/alacritty Wiki #1074

Open tg-z opened 4 years ago

tg-z commented 4 years ago

Color schemes

Colors can be set using the '#rrggbb' format (including the quotes to denote them as strings).

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.

Afterglow

colors:
  # Default colors
  primary:
    background: '#2c2c2c'">'#2c2c2c'
    foreground: '#d6d6d6'">'#d6d6d6'

    dim_foreground:    '#dbdbdb'">'#dbdbdb'
    bright_foreground: '#d9d9d9'">'#d9d9d9'
    dim_background:    '#202020'">'#202020' # not sure
    bright_background: '#3a3a3a'">'#3a3a3a' # not sure

  # Cursor colors
  cursor:
    text:   '#2c2c2c'">'#2c2c2c'
    cursor: '#d9d9d9'">'#d9d9d9'

  # Normal colors
  normal:
    black:   '#1c1c1c'">'#1c1c1c'
    red:     '#bc5653'">'#bc5653'
    green:   '#909d63'">'#909d63'
    yellow:  '#ebc17a'">'#ebc17a'
    blue:    '#7eaac7'">'#7eaac7'
    magenta: '#aa6292'">'#aa6292'
    cyan:    '#86d3ce'">'#86d3ce'
    white:   '#cacaca'">'#cacaca'

  # Bright colors
  bright:
    black:   '#636363'">'#636363'
    red:     '#bc5653'">'#bc5653'
    green:   '#909d63'">'#909d63'
    yellow:  '#ebc17a'">'#ebc17a'
    blue:    '#7eaac7'">'#7eaac7'
    magenta: '#aa6292'">'#aa6292'
    cyan:    '#86d3ce'">'#86d3ce'
    white:   '#f7f7f7'">'#f7f7f7'

  # Dim colors
  dim:
    black:   '#232323'">'#232323'
    red:     '#74423f'">'#74423f'
    green:   '#5e6547'">'#5e6547'
    yellow:  '#8b7653'">'#8b7653'
    blue:    '#556b79'">'#556b79'
    magenta: '#6e4962'">'#6e4962'
    cyan:    '#5c8482'">'#5c8482'
    white:   '#828282'">'#828282'

Argonaut

colors:
  # Default colors
  primary:
    background: '#292C3E'">'#292C3E'
    foreground: '#EBEBEB'">'#EBEBEB'

  # Cursor colors
  cursor:
   text: '#FF261E'">'#FF261E'
   cursor: '#FF261E'">'#FF261E'

  # Normal colors
  normal:
    black:   '#0d0d0d'">'#0d0d0d'
    red:     '#FF301B'">'#FF301B'
    green:   '#A0E521'">'#A0E521'
    yellow:  '#FFC620'">'#FFC620'
    blue:    '#1BA6FA'">'#1BA6FA'
    magenta: '#8763B8'">'#8763B8'
    cyan:    '#21DEEF'">'#21DEEF'
    white:   '#EBEBEB'">'#EBEBEB'

  # Bright colors
  bright:
    black:   '#6D7070'">'#6D7070'
    red:     '#FF4352'">'#FF4352'
    green:   '#B8E466'">'#B8E466'
    yellow:  '#FFD750'">'#FFD750'
    blue:    '#1BA6FA'">'#1BA6FA'
    magenta: '#A578EA'">'#A578EA'
    cyan:    '#73FBF1'">'#73FBF1'
    white:   '#FEFEF8'">'#FEFEF8'

Ayu Dark

# Colors (Ayu Dark)
colors:
  # Default colors
  primary:
    background: '#0A0E14'">'#0A0E14'
    foreground: '#B3B1AD'">'#B3B1AD'

  # Normal colors
  normal:
    black: '#01060E'">'#01060E'
    red: '#EA6C73'">'#EA6C73'
    green: '#91B362'">'#91B362'
    yellow: '#F9AF4F'">'#F9AF4F'
    blue: '#53BDFA'">'#53BDFA'
    magenta: '#FAE994'">'#FAE994'
    cyan: '#90E1C6'">'#90E1C6'
    white: '#C7C7C7'">'#C7C7C7'

  # Bright colors
  bright:
    black: '#686868'">'#686868'
    red: '#F07178'">'#F07178'
    green: '#C2D94C'">'#C2D94C'
    yellow: '#FFB454'">'#FFB454'
    blue: '#59C2FF'">'#59C2FF'
    magenta: '#FFEE99'">'#FFEE99'
    cyan: '#95E6CB'">'#95E6CB'
    white: '#FFFFFF'">'#FFFFFF'

Ayu Mirage

# Colors (Ayu Mirage)
colors:
  # Default colors
  primary:
    background: '#202734'">'#202734'
    foreground: '#CBCCC6'">'#CBCCC6'

  # Normal colors
  normal:
    black: '#191E2A'">'#191E2A'
    red: '#FF3333'">'#FF3333'
    green: '#BAE67E'">'#BAE67E'
    yellow: '#FFA759'">'#FFA759'
    blue: '#73D0FF'">'#73D0FF'
    magenta: '#FFD580'">'#FFD580'
    cyan: '#95E6CB'">'#95E6CB'
    white: '#C7C7C7'">'#C7C7C7'

  # Bright colors
  bright:
    black: '#686868'">'#686868'
    red: '#F27983'">'#F27983'
    green: '#A6CC70'">'#A6CC70'
    yellow: '#FFCC66'">'#FFCC66'
    blue: '#5CCFE6'">'#5CCFE6'
    magenta: '#FFEE99'">'#FFEE99'
    cyan: '#95E6CB'">'#95E6CB'
    white: '#FFFFFF'">'#FFFFFF'

Base16 Default Dark

# Colors (Base16 Default Dark)
colors:
  # Default colors
  primary:
    background: '#181818'">'#181818'
    foreground: '#d8d8d8'">'#d8d8d8'

  # Colors the cursor will use if `custom_cursor_colors` is true
  cursor:
    text: '#d8d8d8'">'#d8d8d8'
    cursor: '#d8d8d8'">'#d8d8d8'

  # Normal colors
  normal:
    black:   '#181818'">'#181818'
    red:     '#ab4642'">'#ab4642'
    green:   '#a1b56c'">'#a1b56c'
    yellow:  '#f7ca88'">'#f7ca88'
    blue:    '#7cafc2'">'#7cafc2'
    magenta: '#ba8baf'">'#ba8baf'
    cyan:    '#86c1b9'">'#86c1b9'
    white:   '#d8d8d8'">'#d8d8d8'

  # Bright colors
  bright:
    black:   '#585858'">'#585858'
    red:     '#ab4642'">'#ab4642'
    green:   '#a1b56c'">'#a1b56c'
    yellow:  '#f7ca88'">'#f7ca88'
    blue:    '#7cafc2'">'#7cafc2'
    magenta: '#ba8baf'">'#ba8baf'
    cyan:    '#86c1b9'">'#86c1b9'
    white:   '#f8f8f8'">'#f8f8f8'

Blood Moon

# Colors (Blood Moon)
colors:
  # Default colors
  primary:
    background: '#10100E'">'#10100E'
    foreground: '#C6C6C4'">'#C6C6C4'

  # Normal colors
  normal:
    black:   '#10100E'">'#10100E'
    red:     '#C40233'">'#C40233'
    green:   '#009F6B'">'#009F6B'
    yellow:  '#FFD700'">'#FFD700'
    blue:    '#0087BD'">'#0087BD'
    magenta: '#9A4EAE'">'#9A4EAE'
    cyan:    '#20B2AA'">'#20B2AA'
    white:   '#C6C6C4'">'#C6C6C4'

  # Bright colors
  bright:
    black:   '#696969'">'#696969'
    red:     '#FF2400'">'#FF2400'
    green:   '#03C03C'">'#03C03C'
    yellow:  '#FDFF00'">'#FDFF00'
    blue:    '#007FFF'">'#007FFF'
    magenta: '#FF1493'">'#FF1493'
    cyan:    '#00CCCC'">'#00CCCC'
    white:   '#FFFAFA'">'#FFFAFA'

Breeze

# KDE Breeze (Ported from Konsole)
colors:
  # Default colors
  primary:
    background: '#232627'">'#232627'
    foreground: '#fcfcfc'">'#fcfcfc'

    dim_foreground: '#eff0f1'">'#eff0f1'
    bright_foreground: '#ffffff'">'#ffffff'
    dim_background: '#31363b'">'#31363b'
    bright_background: '#000000'">'#000000'

  # Normal colors
  normal:
    black: '#232627'">'#232627'
    red: '#ed1515'">'#ed1515'
    green: '#11d116'">'#11d116'
    yellow: '#f67400'">'#f67400'
    blue: '#1d99f3'">'#1d99f3'
    magenta: '#9b59b6'">'#9b59b6'
    cyan: '#1abc9c'">'#1abc9c'
    white: '#fcfcfc'">'#fcfcfc'

  # Bright colors
  bright:
    black: '#7f8c8d'">'#7f8c8d'
    red: '#c0392b'">'#c0392b'
    green: '#1cdc9a'">'#1cdc9a'
    yellow: '#fdbc4b'">'#fdbc4b'
    blue: '#3daee9'">'#3daee9'
    magenta: '#8e44ad'">'#8e44ad'
    cyan: '#16a085'">'#16a085'
    white: '#ffffff'">'#ffffff'

  # Dim colors
  dim:
    black: '#31363b'">'#31363b'
    red: '#783228'">'#783228'
    green: '#17a262'">'#17a262'
    yellow: '#b65619'">'#b65619'
    blue: '#1b668f'">'#1b668f'
    magenta: '#614a73'">'#614a73'
    cyan: '#186c60'">'#186c60'
    white: '#63686d'">'#63686d'

Campbell

# Campbell (Windows 10 default)
colors:
  # Default colors
  primary:
    background: '#0c0c0c'">'#0c0c0c'
    foreground: '#cccccc'">'#cccccc'

  # Normal colors
  normal:
    black:      '#0c0c0c'">'#0c0c0c'
    red:        '#c50f1f'">'#c50f1f'
    green:      '#13a10e'">'#13a10e'
    yellow:     '#c19c00'">'#c19c00'
    blue:       '#0037da'">'#0037da'
    magenta:    '#881798'">'#881798'
    cyan:       '#3a96dd'">'#3a96dd'
    white:      '#cccccc'">'#cccccc'

  # Bright colors
  bright:
    black:      '#767676'">'#767676'
    red:        '#e74856'">'#e74856'
    green:      '#16c60c'">'#16c60c'
    yellow:     '#f9f1a5'">'#f9f1a5'
    blue:       '#3b78ff'">'#3b78ff'
    magenta:    '#b4009e'">'#b4009e'
    cyan:       '#61d6d6'">'#61d6d6'
    white:      '#f2f2f2'">'#f2f2f2'

Cobalt 2

# Colors (Cobalt 2)
colors:
  cursor:
    text: '#fefff2'">'#fefff2'
    cursor: '#f0cc09'">'#f0cc09'

  selection:
    text: '#b5b5b5'">'#b5b5b5'
    background: '#18354f'">'#18354f'

  primary:
    background: '#132738'">'#132738'
    foreground: '#ffffff'">'#ffffff'

  normal:
    black:   '#000000'">'#000000'
    red:     '#ff0000'">'#ff0000'
    green:   '#38de21'">'#38de21'
    yellow:  '#ffe50a'">'#ffe50a'
    blue:    '#1460d2'">'#1460d2'
    magenta: '#ff005d'">'#ff005d'
    cyan:    '#00bbbb'">'#00bbbb'
    white:   '#bbbbbb'">'#bbbbbb'

  bright:
    black:   '#555555'">'#555555'
    red:     '#f40e17'">'#f40e17'
    green:   '#3bd01d'">'#3bd01d'
    yellow:  '#edc809'">'#edc809'
    blue:    '#5555ff'">'#5555ff'
    magenta: '#ff55ff'">'#ff55ff'
    cyan:    '#6ae3fa'">'#6ae3fa'
    white:   '#ffffff'">'#ffffff'

Darkside

# Colors (Darkside)
colors:
  primary:
    background: "#222324"">"#222324"
    foreground: "#BABABA"">"#BABABA"

  # Normal colors
  normal:
    black:    "#000000"">"#000000"
    red:      "#E8341C"">"#E8341C"
    green:    "#68C256"">"#68C256"
    yellow:   "#F2D42C"">"#F2D42C"
    blue:     "#1C98E8"">"#1C98E8"
    magenta:  "#8E69C9"">"#8E69C9"
    cyan:     "#1C98E8"">"#1C98E8"
    white:    "#BABABA"">"#BABABA"

  # Bright colors
  bright:
    black:    "#666666"">"#666666"
    red:      "#E05A4F"">"#E05A4F"
    green:    "#77B869"">"#77B869"
    yellow:   "#EFD64B"">"#EFD64B"
    blue:     "#387CD3"">"#387CD3"
    magenta:  "#957BBE"">"#957BBE"
    cyan:     "#3D97E2"">"#3D97E2"
    white:    "#BABABA"">"#BABABA"

Darktooth

# Colors (Darktooth)
colors:

  # Default colors
  primary:
    background: '#282828'">'#282828'
    foreground: '#fdf4c1'">'#fdf4c1'

  # Normal colors
  normal:
    black:   '#282828'">'#282828'
    red:     '#9d0006'">'#9d0006'
    green:   '#79740e'">'#79740e'
    yellow:  '#b57614'">'#b57614'
    blue:    '#076678'">'#076678'
    magenta: '#8f3f71'">'#8f3f71'
    cyan:    '#00a7af'">'#00a7af'
    white:   '#fdf4c1'">'#fdf4c1'

  # Bright colors
  bright:
    black:   '#32302f'">'#32302f'
    red:     '#fb4933'">'#fb4933'
    green:   '#b8bb26'">'#b8bb26'
    yellow:  '#fabd2f'">'#fabd2f'
    blue:    '#83a598'">'#83a598'
    magenta: '#d3869b'">'#d3869b'
    cyan:    '#3fd7e5'">'#3fd7e5'
    white:   '#ffffc8'">'#ffffc8'

  # Dim colors (Optional)
  dim:
    black:   '#1d2021'">'#1d2021'
    red:     '#421e1e'">'#421e1e'
    green:   '#232b0f'">'#232b0f'
    yellow:  '#4d3b27'">'#4d3b27'
    blue:    '#2b3c44'">'#2b3c44'
    magenta: '#4e3d45'">'#4e3d45'
    cyan:    '#205161'">'#205161'
    white:   '#f4e8ba'">'#f4e8ba'

Dracula

# Colors (Dracula)
colors:
  # Default colors
  primary:
    background: '#282a36'">'#282a36'
    foreground: '#f8f8f2'">'#f8f8f2'

  # Normal colors
  normal:
    black:   '#000000'">'#000000'
    red:     '#ff5555'">'#ff5555'
    green:   '#50fa7b'">'#50fa7b'
    yellow:  '#f1fa8c'">'#f1fa8c'
    blue:    '#caa9fa'">'#caa9fa'
    magenta: '#ff79c6'">'#ff79c6'
    cyan:    '#8be9fd'">'#8be9fd'
    white:   '#bfbfbf'">'#bfbfbf'

  # Bright colors
  bright:
    black:   '#575b70'">'#575b70'
    red:     '#ff6e67'">'#ff6e67'
    green:   '#5af78e'">'#5af78e'
    yellow:  '#f4f99d'">'#f4f99d'
    blue:    '#caa9fa'">'#caa9fa'
    magenta: '#ff92d0'">'#ff92d0'
    cyan:    '#9aedfe'">'#9aedfe'
    white:   '#e6e6e6'">'#e6e6e6'

Gruvbox

# Colors (Gruvbox light)
colors:
  # Default colors
  primary:
    # hard contrast: background = '#f9f5d7'"># hard contrast: background = '#f9f5d7'
    background: '#fbf1c7'">'#fbf1c7'
    # soft contrast: background = '#f2e5bc'"># soft contrast: background = '#f2e5bc'
    foreground: '#3c3836'">'#3c3836'

  # Normal colors
  normal:
    black:   '#fbf1c7'">'#fbf1c7'
    red:     '#cc241d'">'#cc241d'
    green:   '#98971a'">'#98971a'
    yellow:  '#d79921'">'#d79921'
    blue:    '#458588'">'#458588'
    magenta: '#b16286'">'#b16286'
    cyan:    '#689d6a'">'#689d6a'
    white:   '#7c6f64'">'#7c6f64'

  # Bright colors
  bright:
    black:   '#928374'">'#928374'
    red:     '#9d0006'">'#9d0006'
    green:   '#79740e'">'#79740e'
    yellow:  '#b57614'">'#b57614'
    blue:    '#076678'">'#076678'
    magenta: '#8f3f71'">'#8f3f71'
    cyan:    '#427b58'">'#427b58'
    white:   '#3c3836'">'#3c3836'
# Colors (Gruvbox dark)
colors:
  # Default colors
  primary:
    # hard contrast: background = '#1d2021'"># hard contrast: background = '#1d2021'
    background: '#282828'">'#282828'
    # soft contrast: background = '#32302f'"># soft contrast: background = '#32302f'
    foreground: '#ebdbb2'">'#ebdbb2'

  # Normal colors
  normal:
    black:   '#282828'">'#282828'
    red:     '#cc241d'">'#cc241d'
    green:   '#98971a'">'#98971a'
    yellow:  '#d79921'">'#d79921'
    blue:    '#458588'">'#458588'
    magenta: '#b16286'">'#b16286'
    cyan:    '#689d6a'">'#689d6a'
    white:   '#a89984'">'#a89984'

  # Bright colors
  bright:
    black:   '#928374'">'#928374'
    red:     '#fb4934'">'#fb4934'
    green:   '#b8bb26'">'#b8bb26'
    yellow:  '#fabd2f'">'#fabd2f'
    blue:    '#83a598'">'#83a598'
    magenta: '#d3869b'">'#d3869b'
    cyan:    '#8ec07c'">'#8ec07c'
    white:   '#ebdbb2'">'#ebdbb2'

Hybrid

# Colors (Hybrid)
colors:
  # Default colors
  primary:
    background: '#27292c'">'#27292c'
    foreground: '#d0d2d1'">'#d0d2d1'

  # Normal colors
  normal:
    black:   '#35383b'">'#35383b'
    red:     '#b05655'">'#b05655'
    green:   '#769972'">'#769972'
    yellow:  '#e1a574'">'#e1a574'
    blue:    '#7693ac'">'#7693ac'
    magenta: '#977ba0'">'#977ba0'
    cyan:    '#749e99'">'#749e99'
    white:   '#848b92'">'#848b92'

  # Bright colors
  bright:
    black:   '#484c52'">'#484c52'
    red:     '#d27c7b'">'#d27c7b'
    green:   '#dffebe'">'#dffebe'
    yellow:  '#f0d189'">'#f0d189'
    blue:    '#96b1c9'">'#96b1c9'
    magenta: '#bfa5c7'">'#bfa5c7'
    cyan:    '#9fc9c3'">'#9fc9c3'
    white:   '#fcf7e2'">'#fcf7e2'

Hyper

# Colors (Hyper)
colors:
  # Default colors
  primary:
    background: '#000000'">'#000000'
    foreground: '#ffffff'">'#ffffff'
  cursor:
    text: '#F81CE5'">'#F81CE5'
    cursor: '#ffffff'">'#ffffff'

  # Normal colors
  normal:
    black:   '#000000'">'#000000'
    red:     '#fe0100'">'#fe0100'
    green:   '#33ff00'">'#33ff00'
    yellow:  '#feff00'">'#feff00'
    blue:    '#0066ff'">'#0066ff'
    magenta: '#cc00ff'">'#cc00ff'
    cyan:    '#00ffff'">'#00ffff'
    white:   '#d0d0d0'">'#d0d0d0'

  # Bright colors
  bright:
    black:   '#808080'">'#808080'
    red:     '#fe0100'">'#fe0100'
    green:   '#33ff00'">'#33ff00'
    yellow:  '#feff00'">'#feff00'
    blue:    '#0066ff'">'#0066ff'
    magenta: '#cc00ff'">'#cc00ff'
    cyan:    '#00ffff'">'#00ffff'
    white:   '#FFFFFF'">'#FFFFFF'

Iceberg

# Colors (Iceberg)
colors:
  # Default colors
  primary:
    background: '#161821'">'#161821'
    foreground: '#d2d4de'">'#d2d4de'

  # Normal colors
  normal:
    black:   '#161821'">'#161821'
    red:     '#e27878'">'#e27878'
    green:   '#b4be82'">'#b4be82'
    yellow:  '#e2a478'">'#e2a478'
    blue:    '#84a0c6'">'#84a0c6'
    magenta: '#a093c7'">'#a093c7'
    cyan:    '#89b8c2'">'#89b8c2'
    white:   '#c6c8d1'">'#c6c8d1'

  # Bright colors
  bright:
    black:   '#6b7089'">'#6b7089'
    red:     '#e98989'">'#e98989'
    green:   '#c0ca8e'">'#c0ca8e'
    yellow:  '#e9b189'">'#e9b189'
    blue:    '#91acd1'">'#91acd1'
    magenta: '#ada0d3'">'#ada0d3'
    cyan:    '#95c4ce'">'#95c4ce'
    white:   '#d2d4de'">'#d2d4de'

IR Black

# Colors (IR Black)
colors:
  # Default colors
  primary:
    background: '#000000'">'#000000'
    foreground: '#ffffff'">'#ffffff'

  cursor:
    text: '#ffffff'">'#ffffff'
    cursor: '#ffffff'">'#ffffff'

  # Normal colors
  normal:
    black:   '#4e4e4e'">'#4e4e4e'
    red:     '#ff6c60'">'#ff6c60'
    green:   '#a8ff60'">'#a8ff60'
    yellow:  '#ffffb6'">'#ffffb6'
    blue:    '#96cbfe'">'#96cbfe'
    magenta: '#ff73fd'">'#ff73fd'
    cyan:    '#c6c5fe'">'#c6c5fe'
    white:   '#eeeeee'">'#eeeeee'

  # Bright colors
  bright:
    black:   '#7c7c7c'">'#7c7c7c'
    red:     '#ffb6b0'">'#ffb6b0'
    green:   '#ceffab'">'#ceffab'
    yellow:  '#ffffcb'">'#ffffcb'
    blue:    '#b5dcfe'">'#b5dcfe'
    magenta: '#ff9cfe'">'#ff9cfe'
    cyan:    '#dfdffe'">'#dfdffe'
    white:   '#ffffff'">'#ffffff'

iTerm Default

# Colors (iTerm 2 default theme)
colors:
 # Default colors
 primary:
   background: '#101421'">'#101421'
   foreground: '#fffbf6'">'#fffbf6'

 # Normal colors
 normal:
   black:   '#2e2e2e'">'#2e2e2e'
   red:     '#eb4129'">'#eb4129'
   green:   '#abe047'">'#abe047'
   yellow:  '#f6c744'">'#f6c744'
   blue:    '#47a0f3'">'#47a0f3'
   magenta: '#7b5cb0'">'#7b5cb0'
   cyan:    '#64dbed'">'#64dbed'
   white:   '#e5e9f0'">'#e5e9f0'

 # Bright colors
 bright:
   black:   '#565656'">'#565656'
   red:     '#ec5357'">'#ec5357'
   green:   '#c0e17d'">'#c0e17d'
   yellow:  '#f9da6a'">'#f9da6a'
   blue:    '#49a4f8'">'#49a4f8'
   magenta: '#a47de9'">'#a47de9'
   cyan:    '#99faf2'">'#99faf2'
   white:   '#ffffff'">'#ffffff'

Jellybeans

# Colors (Jellybeans)
colors:
  # Default colors
  primary:
    background: '#161616'">'#161616'
    foreground: '#e4e4e4'">'#e4e4e4'

  # Cursor volors
  cursor:
    text: '#feffff'">'#feffff'
    cursor: '#ffb472'">'#ffb472'

  # Normal colors
  normal:
    black:   '#a3a3a3'">'#a3a3a3'
    red:     '#e98885'">'#e98885'
    green:   '#a3c38b'">'#a3c38b'
    yellow:  '#ffc68d'">'#ffc68d'
    blue:    '#a6cae2'">'#a6cae2'
    magenta: '#e7cdfb'">'#e7cdfb'
    cyan:    '#00a69f'">'#00a69f'
    white:   '#e4e4e4'">'#e4e4e4'

  # Bright colors
  bright:
    black:   '#c8c8c8'">'#c8c8c8'
    red:     '#ffb2b0'">'#ffb2b0'
    green:   '#c8e2b9'">'#c8e2b9'
    yellow:  '#ffe1af'">'#ffe1af'
    blue:    '#bddff7'">'#bddff7'
    magenta: '#fce2ff'">'#fce2ff'
    cyan:    '#0bbdb6'">'#0bbdb6'
    white:   '#feffff'">'#feffff'

  # Selection colors
  selection:
    text: '#5963a2'">'#5963a2'
    background: '#f6f6f6'">'#f6f6f6'

Kitty

colors:
  # Default colors
  primary:
    background: '#000000'">'#000000'
    foreground: '#dddddd'">'#dddddd'

  # Normal colors
  normal:
    black:   '#000000'">'#000000'
    red:     '#cc0403'">'#cc0403'
    green:   '#19cb00'">'#19cb00'
    yellow:  '#cecb00'">'#cecb00'
    blue:    '#0d73cc'">'#0d73cc'
    magenta: '#cb1ed1'">'#cb1ed1'
    cyan:    '#0dcdcd'">'#0dcdcd'
    white:   '#dddddd'">'#dddddd'

  # Bright colors
  bright:
    black:   '#767676'">'#767676'
    red:     '#f2201f'">'#f2201f'
    green:   '#23fd00'">'#23fd00'
    yellow:  '#fffd00'">'#fffd00'
    blue:    '#1a8fff'">'#1a8fff'
    magenta: '#fd28ff'">'#fd28ff'
    cyan:    '#14ffff'">'#14ffff'
    white:   '#ffffff'">'#ffffff'

Material Theme

# Colors (Material Theme)
colors:
  # Default colors
  primary:
    background: '#1e282d'">'#1e282d'
    foreground: '#c4c7d1'">'#c4c7d1'

  # Normal colors
  normal:
    black:   '#666666'">'#666666'
    red:     '#eb606b'">'#eb606b'
    green:   '#c3e88d'">'#c3e88d'
    yellow:  '#f7eb95'">'#f7eb95'
    blue:    '#80cbc4'">'#80cbc4'
    magenta: '#ff2f90'">'#ff2f90'
    cyan:    '#aeddff'">'#aeddff'
    white:   '#ffffff'">'#ffffff'

  # Bright colors
  bright:
    black:   '#ff262b'">'#ff262b'
    red:     '#eb606b'">'#eb606b'
    green:   '#c3e88d'">'#c3e88d'
    yellow:  '#f7eb95'">'#f7eb95'
    blue:    '#7dc6bf'">'#7dc6bf'
    magenta: '#6c71c4'">'#6c71c4'
    cyan:    '#35434d'">'#35434d'
    white:   '#ffffff'">'#ffffff'

Molokai

# Colors (Molokai Dark)
colors:
  # Default colors
  primary:
    background: '#1B1D1E'">'#1B1D1E'
    foreground: '#F8F8F2'">'#F8F8F2'
  # Normal colors
  normal:
    black:   '#333333'">'#333333'
    red:     '#C4265E'">'#C4265E'
    green:   '#86B42B'">'#86B42B'
    yellow:  '#B3B42B'">'#B3B42B'
    blue:    '#6A7EC8'">'#6A7EC8'
    magenta: '#8C6BC8'">'#8C6BC8'
    cyan:    '#56ADBC'">'#56ADBC'
    white:   '#E3E3DD'">'#E3E3DD'
  # Bright colors
  bright:
    black:   '#666666'">'#666666'
    red:     '#F92672'">'#F92672'
    green:   '#A6E22E'">'#A6E22E'
    yellow:  '#E2E22E'">'#E2E22E'
    blue:    '#819AFF'">'#819AFF'
    magenta: '#AE81FF'">'#AE81FF'
    cyan:    '#66D9EF'">'#66D9EF'
    white:   '#F8F8F2'">'#F8F8F2'

Monokai

# Colors (Monokai Dark)
colors:
  # Default colors
  primary:
    background: '#272822'">'#272822'
    foreground: '#F8F8F2'">'#F8F8F2'

  # Normal colors
  normal:
   black:   '#272822'">'#272822'
   red:     '#F92672'">'#F92672'
   green:   '#A6E22E'">'#A6E22E'
   yellow:  '#F4BF75'">'#F4BF75'
   blue:    '#66D9EF'">'#66D9EF'
   magenta: '#AE81FF'">'#AE81FF'
   cyan:    '#A1EFE4'">'#A1EFE4'
   white:   '#F8F8F2'">'#F8F8F2'

  # Bright colors
  bright:
   black:   '#75715E'">'#75715E'
   red:     '#F92672'">'#F92672'
   green:   '#A6E22E'">'#A6E22E'
   yellow:  '#F4BF75'">'#F4BF75'
   blue:    '#66D9EF'">'#66D9EF'
   magenta: '#AE81FF'">'#AE81FF'
   cyan:    '#A1EFE4'">'#A1EFE4'
   white:   '#F9F8F5'">'#F9F8F5'

Monokai Pro

# Colors (Monokai Pro)
colors:
  # Default colors
  primary:
    background: '#2D2A2E'">'#2D2A2E'
    foreground: '#FCFCFA'">'#FCFCFA'

  # Normal colors
  normal:
    black:   '#403E41'">'#403E41'
    red:     '#FF6188'">'#FF6188'
    green:   '#A9DC76'">'#A9DC76'
    yellow:  '#FFD866'">'#FFD866'
    blue:    '#FC9867'">'#FC9867'
    magenta: '#AB9DF2'">'#AB9DF2'
    cyan:    '#78DCE8'">'#78DCE8'
    white:   '#FCFCFA'">'#FCFCFA'

  # Bright colors
  bright:
    black:   '#727072'">'#727072'
    red:     '#FF6188'">'#FF6188'
    green:   '#A9DC76'">'#A9DC76'
    yellow:  '#FFD866'">'#FFD866'
    blue:    '#FC9867'">'#FC9867'
    magenta: '#AB9DF2'">'#AB9DF2'
    cyan:    '#78DCE8'">'#78DCE8'
    white:   '#FCFCFA'">'#FCFCFA'

Monokai Soda

# Colors (Monokai Soda)
colors:
  # Default colors
  primary:
    background: '#1a1a1a'">'#1a1a1a'
    foreground: '#c4c5b5'">'#c4c5b5'

  # Normal colors
  normal:
    black:   '#1a1a1a'">'#1a1a1a'
    red:     '#f4005f'">'#f4005f'
    green:   '#98e024'">'#98e024'
    yellow:  '#fa8419'">'#fa8419'
    blue:    '#9d65ff'">'#9d65ff'
    magenta: '#f4005f'">'#f4005f'
    cyan:    '#58d1eb'">'#58d1eb'
    white:   '#c4c5b5'">'#c4c5b5'

  # Bright colors
  bright:
    black:   '#625e4c'">'#625e4c'
    red:     '#f4005f'">'#f4005f'
    green:   '#98e024'">'#98e024'
    yellow:  '#e0d561'">'#e0d561'
    blue:    '#9d65ff'">'#9d65ff'
    magenta: '#f4005f'">'#f4005f'
    cyan:    '#58d1eb'">'#58d1eb'
    white:   '#f6f6ef'">'#f6f6ef'

New Moon

# Colors (New Moon)
colors:
  # Default colors
  primary:
    background: '#2D2D2D'">'#2D2D2D'
    foreground: '#B3B9C5'">'#B3B9C5'
  # Normal colors
  normal:
    black: '#2D2D2D'">'#2D2D2D'
    red: '#F2777A'">'#F2777A'
    green: '#92D192'">'#92D192'
    yellow: '#FFD479'">'#FFD479'
    blue: '#6AB0F3'">'#6AB0F3'
    magenta: '#E1A6F2'">'#E1A6F2'
    cyan: '#76D4D6'">'#76D4D6'
    white: '#B3B9C5'">'#B3B9C5'
  # Bright colors
  bright:
    black: '#777C85'">'#777C85'
    red: '#F2777A'">'#F2777A'
    green: '#76D4D6'">'#76D4D6'
    yellow: '#FFEEA6'">'#FFEEA6'
    blue: '#6AB0F3'">'#6AB0F3'
    magenta: '#E1A6F2'">'#E1A6F2'
    cyan: '#76D4D6'">'#76D4D6'
    white: '#FFFFFF'">'#FFFFFF'

Nightfly

# Colors (Nightfly)
colors:
   # Default colors
  primary:
     background: '#011627'">'#011627'
     foreground: '#acb4c2'">'#acb4c2'

  cursor:
    text: '#fafafa'">'#fafafa'
    cursor: '#9ca1aa'">'#9ca1aa'

  selection:
    text: '#080808'">'#080808'
    background: '#b2ceee'">'#b2ceee'

   # Normal colors
  normal:
    black:   '#1d3b53'">'#1d3b53'
    red:     '#fc514e'">'#fc514e'
    green:   '#a1cd5e'">'#a1cd5e'
    yellow:  '#e3d18a'">'#e3d18a'
    blue:    '#82aaff'">'#82aaff'
    magenta: '#c792ea'">'#c792ea'
    cyan:    '#7fdbca'">'#7fdbca'
    white:   '#a1aab8'">'#a1aab8'

   # Bright colors
  bright:
    black:   '#7c8f8f'">'#7c8f8f'
    red:     '#ff5874'">'#ff5874'
    green:   '#21c7a8'">'#21c7a8'
    yellow:  '#ecc48d'">'#ecc48d'
    blue:    '#82aaff'">'#82aaff'
    magenta: '#ae81ff'">'#ae81ff'
    cyan:    '#7fdbca'">'#7fdbca'
    white:   '#d6deeb'">'#d6deeb'

Nord

# Colors (Nord)
colors:
   # Default colors
   primary:
     background: '#2E3440'">'#2E3440'
     foreground: '#D8DEE9'">'#D8DEE9'

   # Normal colors
   normal:
     black:   '#3B4252'">'#3B4252'
     red:     '#BF616A'">'#BF616A'
     green:   '#A3BE8C'">'#A3BE8C'
     yellow:  '#EBCB8B'">'#EBCB8B'
     blue:    '#81A1C1'">'#81A1C1'
     magenta: '#B48EAD'">'#B48EAD'
     cyan:    '#88C0D0'">'#88C0D0'
     white:   '#E5E9F0'">'#E5E9F0'

   # Bright colors
   bright:
     black:   '#4C566A'">'#4C566A'
     red:     '#BF616A'">'#BF616A'
     green:   '#A3BE8C'">'#A3BE8C'
     yellow:  '#EBCB8B'">'#EBCB8B'
     blue:    '#81A1C1'">'#81A1C1'
     magenta: '#B48EAD'">'#B48EAD'
     cyan:    '#8FBCBB'">'#8FBCBB'
     white:   '#ECEFF4'">'#ECEFF4'

Nova

# Colors (Nova)
colors:
  # Default colors
  primary:
    background: '#3C4C55'">'#3C4C55'
    foreground: '#C5D4DD'">'#C5D4DD'

  cursor:
    text: '#212121'">'#212121'
    cursor: '#C0C5CE'">'#C0C5CE'

  # Normal colors
  normal:
    black:   '#3C4C55'">'#3C4C55'
    red:     '#DF8C8C'">'#DF8C8C'
    green:   '#A8CE93'">'#A8CE93'
    yellow:  '#DADA93'">'#DADA93'
    blue:    '#83AFE5'">'#83AFE5'
    magenta: '#9A93E1'">'#9A93E1'
    cyan:    '#7FC1CA'">'#7FC1CA'
    white:   '#C5D4DD'">'#C5D4DD'

  # Bright colors
  bright:
    black:   '#899BA6'">'#899BA6'
    red:     '#F2C38F'">'#F2C38F'
    green:   '#A8CE93'">'#A8CE93'
    yellow:  '#DADA93'">'#DADA93'
    blue:    '#83AFE5'">'#83AFE5'
    magenta: '#D18EC2'">'#D18EC2'
    cyan:    '#7FC1CA'">'#7FC1CA'
    white:   '#E6EEF3'">'#E6EEF3'

Oceanic Next

# Colors (Oceanic Next)
colors:
  # Default colors
  primary:
    background: '#1b2b34'">'#1b2b34'
    foreground: '#d8dee9'">'#d8dee9'

  # Colors the cursor will use if `custom_cursor_colors` is true
  cursor:
    text: '#1b2b34'">'#1b2b34'
    cursor: '#ffffff'">'#ffffff'

  # Normal colors
  normal:
    black:   '#343d46'">'#343d46'
    red:     '#EC5f67'">'#EC5f67'
    green:   '#99C794'">'#99C794'
    yellow:  '#FAC863'">'#FAC863'
    blue:    '#6699cc'">'#6699cc'
    magenta: '#c594c5'">'#c594c5'
    cyan:    '#5fb3b3'">'#5fb3b3'
    white:   '#d8dee9'">'#d8dee9'

  # Bright colors
  bright:
    black:   '#343d46'">'#343d46'
    red:     '#EC5f67'">'#EC5f67'
    green:   '#99C794'">'#99C794'
    yellow:  '#FAC863'">'#FAC863'
    blue:    '#6699cc'">'#6699cc'
    magenta: '#c594c5'">'#c594c5'
    cyan:    '#5fb3b3'">'#5fb3b3'
    white:   '#d8dee9'">'#d8dee9'

One

# Colors (One Dark)
colors:
  # Default colors
  primary:
    background: '#282c34'">'#282c34'
    foreground: '#abb2bf'">'#abb2bf'

  # Normal colors
  normal:
    # NOTE: Use '#131613' for the `black` color if you'd like to see"># NOTE: Use '#131613' for the `black` color if you'd like to see
    # black text on the background.
    black:   '#282c34'">'#282c34'
    red:     '#e06c75'">'#e06c75'
    green:   '#98c379'">'#98c379'
    yellow:  '#d19a66'">'#d19a66'
    blue:    '#61afef'">'#61afef'
    magenta: '#c678dd'">'#c678dd'
    cyan:    '#56b6c2'">'#56b6c2'
    white:   '#abb2bf'">'#abb2bf'

  # Bright colors
  bright:
    black:   '#5c6370'">'#5c6370'
    red:     '#e06c75'">'#e06c75'
    green:   '#98c379'">'#98c379'
    yellow:  '#d19a66'">'#d19a66'
    blue:    '#61afef'">'#61afef'
    magenta: '#c678dd'">'#c678dd'
    cyan:    '#56b6c2'">'#56b6c2'
    white:   '#ffffff'">'#ffffff'
# Colors (One Light)
colors:
  # Default colors
  primary:
    foreground: '#282c34'">'#282c34'
    background: '#ffffff'">'#ffffff'

  # Normal colors
  normal:
    # NOTE: Use '#131613' for the `black` color if you'd like to see"># NOTE: Use '#131613' for the `black` color if you'd like to see
    # black text on the background.
    black:   '#282c34'">'#282c34'
    red:     '#e06c75'">'#e06c75'
    green:   '#98c379'">'#98c379'
    yellow:  '#d19a66'">'#d19a66'
    blue:    '#61afef'">'#61afef'
    magenta: '#c678dd'">'#c678dd'
    cyan:    '#56b6c2'">'#56b6c2'
    white:   '#abb2bf'">'#abb2bf'

  # Bright colors
  bright:
    black:   '#5c6370'">'#5c6370'
    red:     '#e06c75'">'#e06c75'
    green:   '#98c379'">'#98c379'
    yellow:  '#d19a66'">'#d19a66'
    blue:    '#61afef'">'#61afef'
    magenta: '#c678dd'">'#c678dd'
    cyan:    '#56b6c2'">'#56b6c2'
    white:   '#ffffff'">'#ffffff'

Oxide

# Colors (Oxide)
colors:
  # Default colors
  primary:
    background: '#212121'">'#212121'
    foreground: '#c0c5ce'">'#c0c5ce'
    bright_foreground: '#f3f4f5'">'#f3f4f5'

  cursor:
    text: '#212121'">'#212121'
    cursor: '#c0c5ce'">'#c0c5ce'

  # Normal colors
  normal:
    black:   '#212121'">'#212121'
    red:     '#e57373'">'#e57373'
    green:   '#a6bc69'">'#a6bc69'
    yellow:  '#fac863'">'#fac863'
    blue:    '#6699cc'">'#6699cc'
    magenta: '#c594c5'">'#c594c5'
    cyan:    '#5fb3b3'">'#5fb3b3'
    white:   '#c0c5ce'">'#c0c5ce'

  # Bright colors
  bright:
    black:   '#5c5c5c'">'#5c5c5c'
    red:     '#e57373'">'#e57373'
    green:   '#a6bc69'">'#a6bc69'
    yellow:  '#fac863'">'#fac863'
    blue:    '#6699cc'">'#6699cc'
    magenta: '#c594c5'">'#c594c5'
    cyan:    '#5fb3b3'">'#5fb3b3'
    white:   '#f3f4f5'">'#f3f4f5'

Pencil

# Colors (Pencil Light)
colors:
 # Default Colors
 primary:
   background: '#f1f1f1'">'#f1f1f1'
   foreground: '#424242'">'#424242'
 # Normal colors
 normal:
   black:   '#212121'">'#212121'
   red:     '#c30771'">'#c30771'
   green:   '#10a778'">'#10a778'
   yellow:  '#a89c14'">'#a89c14'
   blue:    '#008ec4'">'#008ec4'
   magenta: '#523c79'">'#523c79'
   cyan:    '#20a5ba'">'#20a5ba'
   white:   '#e0e0e0'">'#e0e0e0'
 # Bright colors
 bright:
   black:   '#212121'">'#212121'
   red:     '#fb007a'">'#fb007a'
   green:   '#5fd7af'">'#5fd7af'
   yellow:  '#f3e430'">'#f3e430'
   blue:    '#20bbfc'">'#20bbfc'
   magenta: '#6855de'">'#6855de'
   cyan:    '#4fb8cc'">'#4fb8cc'
   white:   '#f1f1f1'">'#f1f1f1'
# Colors (Pencil Dark)
colors:
 # Default Colors
 primary:
   background: '#212121'">'#212121'
   foreground: '#f1f1f1'">'#f1f1f1'
 # Normal colors
 normal:
   black:   '#212121'">'#212121'
   red:     '#c30771'">'#c30771'
   green:   '#10a778'">'#10a778'
   yellow:  '#a89c14'">'#a89c14'
   blue:    '#008ec4'">'#008ec4'
   magenta: '#523c79'">'#523c79'
   cyan:    '#20a5ba'">'#20a5ba'
   white:   '#e0e0e0'">'#e0e0e0'
 # Bright colors
 bright:
   black:   '#212121'">'#212121'
   red:     '#fb007a'">'#fb007a'
   green:   '#5fd7af'">'#5fd7af'
   yellow:  '#f3e430'">'#f3e430'
   blue:    '#20bbfc'">'#20bbfc'
   magenta: '#6855de'">'#6855de'
   cyan:    '#4fb8cc'">'#4fb8cc'
   white:   '#f1f1f1'">'#f1f1f1'

Seabird

# Colors (Seagull)
colors:
  # Default colors
  primary:
    background: '#ffffff'">'#ffffff'
    foreground: '#61707a'">'#61707a'

  # Normal colors
  normal:
    black:   '#0b141a'">'#0b141a'
    red:     '#ff4053'">'#ff4053'
    green:   '#11ab00'">'#11ab00'
    yellow:  '#bf8c00'">'#bf8c00'
    blue:    '#0099ff'">'#0099ff'
    magenta: '#9854ff'">'#9854ff'
    cyan:    '#00a5ab'">'#00a5ab'
    white:   '#ffffff'">'#ffffff'

  # Bright colors
  bright:
    black:   '#0b141a'">'#0b141a'
    red:     '#ff4053'">'#ff4053'
    green:   '#11ab00'">'#11ab00'
    yellow:  '#bf8c00'">'#bf8c00'
    blue:    '#0099ff'">'#0099ff'
    magenta: '#9854ff'">'#9854ff'
    cyan:    '#00a5ab'">'#00a5ab'
    white:   '#ffffff'">'#ffffff'

Seoul256

# Colors (Seoul256)
colors:
  # Default colors
  primary:
    background: '#3a3a3a'">'#3a3a3a'
    foreground: '#d0d0d0'">'#d0d0d0'

  # Normal colors
  normal:
    black:   '#4e4e4e'">'#4e4e4e'
    red:     '#d68787'">'#d68787'
    green:   '#5f865f'">'#5f865f'
    yellow:  '#d8af5f'">'#d8af5f'
    blue:    '#85add4'">'#85add4'
    magenta: '#d7afaf'">'#d7afaf'
    cyan:    '#87afaf'">'#87afaf'
    white:   '#d0d0d0'">'#d0d0d0'

  # Bright colors
  bright:
    black:   '#626262'">'#626262'
    red:     '#d75f87'">'#d75f87'
    green:   '#87af87'">'#87af87'
    yellow:  '#ffd787'">'#ffd787'
    blue:    '#add4fb'">'#add4fb'
    magenta: '#ffafaf'">'#ffafaf'
    cyan:    '#87d7d7'">'#87d7d7'
    white:   '#e4e4e4'">'#e4e4e4'

Snazzy

# Colors (Snazzy)
colors:
  # Default colors
  primary:
    background: '#282a36'">'#282a36'
    foreground: '#eff0eb'">'#eff0eb'

  # Normal colors
  normal:
    black:   '#282a36'">'#282a36'
    red:     '#ff5c57'">'#ff5c57'
    green:   '#5af78e'">'#5af78e'
    yellow:  '#f3f99d'">'#f3f99d'
    blue:    '#57c7ff'">'#57c7ff'
    magenta: '#ff6ac1'">'#ff6ac1'
    cyan:    '#9aedfe'">'#9aedfe'
    white:   '#f1f1f0'">'#f1f1f0'

  # Bright colors
  bright:
    black:   '#686868'">'#686868'
    red:     '#ff5c57'">'#ff5c57'
    green:   '#5af78e'">'#5af78e'
    yellow:  '#f3f99d'">'#f3f99d'
    blue:    '#57c7ff'">'#57c7ff'
    magenta: '#ff6ac1'">'#ff6ac1'
    cyan:    '#9aedfe'">'#9aedfe'
    white:   '#f1f1f0'">'#f1f1f0'

Solarized

# Colors (Solarized Light)
colors:
  # Default colors
  primary:
    background: '#fdf6e3'">'#fdf6e3' # base3
    foreground: '#657b83'">'#657b83' # base00

  # Cursor colors
  cursor:
    text:   '#fdf6e3'">'#fdf6e3' # base3
    cursor: '#657b83'">'#657b83' # base00

  # Normal colors
  normal:
    black:   '#073642'">'#073642' # base02
    red:     '#dc322f'">'#dc322f' # red
    green:   '#859900'">'#859900' # green
    yellow:  '#b58900'">'#b58900' # yellow
    blue:    '#268bd2'">'#268bd2' # blue
    magenta: '#d33682'">'#d33682' # magenta
    cyan:    '#2aa198'">'#2aa198' # cyan
    white:   '#eee8d5'">'#eee8d5' # base2

  # Bright colors
  bright:
    black:   '#002b36'">'#002b36' # base03
    red:     '#cb4b16'">'#cb4b16' # orange
    green:   '#586e75'">'#586e75' # base01
    yellow:  '#657b83'">'#657b83' # base00
    blue:    '#839496'">'#839496' # base0
    magenta: '#6c71c4'">'#6c71c4' # violet
    cyan:    '#93a1a1'">'#93a1a1' # base1
    white:   '#fdf6e3'">'#fdf6e3' # base3
# Colors (Solarized Dark)
colors:
  # Default colors
  primary:
    background: '#002b36'">'#002b36' # base03
    foreground: '#839496'">'#839496' # base0

  # Cursor colors
  cursor:
    text:   '#002b36'">'#002b36' # base03
    cursor: '#839496'">'#839496' # base0

  # Normal colors
  normal:
    black:   '#073642'">'#073642' # base02
    red:     '#dc322f'">'#dc322f' # red
    green:   '#859900'">'#859900' # green
    yellow:  '#b58900'">'#b58900' # yellow
    blue:    '#268bd2'">'#268bd2' # blue
    magenta: '#d33682'">'#d33682' # magenta
    cyan:    '#2aa198'">'#2aa198' # cyan
    white:   '#eee8d5'">'#eee8d5' # base2

  # Bright colors
  bright:
    black:   '#586e75'">'#586e75' # base01
    red:     '#cb4b16'">'#cb4b16' # orange
    green:   '#586e75'">'#586e75' # base01
    yellow:  '#657b83'">'#657b83' # base00
    blue:    '#839496'">'#839496' # base0
    magenta: '#6c71c4'">'#6c71c4' # violet
    cyan:    '#93a1a1'">'#93a1a1' # base1
    white:   '#fdf6e3'">'#fdf6e3' # base3

Sourcerer

# scorcerer colors
colors:
  primary:
    background: '#222222'">'#222222'
    foreground: '#c2c2b0'">'#c2c2b0'

  cursor:
    text:   '#c2c2b0'">'#c2c2b0'
    cursor: '#c2c2b0'">'#c2c2b0'

  normal:
    black:   '#111111'">'#111111'
    red:     '#aa4450'">'#aa4450'
    green:   '#719611'">'#719611'
    yellow:  '#cc8800'">'#cc8800'
    blue:    '#6688aa'">'#6688aa'
    magenta: '#8f6f8f'">'#8f6f8f'
    cyan:    '#528b8b'">'#528b8b'
    white:   '#d3d3d3'">'#d3d3d3'

  bright:
    black:   '#181818'">'#181818'
    red:     '#ff6a6a'">'#ff6a6a'
    green:   '#b1d631'">'#b1d631'
    yellow:  '#ff9800'">'#ff9800'
    blue:    '#90b0d1'">'#90b0d1'
    magenta: '#8181a6'">'#8181a6'
    cyan:    '#87ceeb'">'#87ceeb'
    white:   '#c1cdc1'">'#c1cdc1'

substrata

# Colors (substrata)
colors:
 primary:
   background: '#191c25'">'#191c25'
   foreground: '#b5b4c9'">'#b5b4c9'
 normal:
   black:   '#2e313d'">'#2e313d'
   red:     '#cf8164'">'#cf8164'
   green:   '#76a065'">'#76a065'
   yellow:  '#ab924c'">'#ab924c'
   blue:    '#8296b0'">'#8296b0'
   magenta: '#a18daf'">'#a18daf'
   cyan:    '#659ea2'">'#659ea2'
   white:   '#b5b4c9'">'#b5b4c9'
 bright:
   black:   '#5b5f71'">'#5b5f71'
   red:     '#fe9f7c'">'#fe9f7c'
   green:   '#92c47e'">'#92c47e'
   yellow:  '#d2b45f'">'#d2b45f'
   blue:    '#a0b9d8'">'#a0b9d8'
   magenta: '#c6aed7'">'#c6aed7'
   cyan:    '#7dc2c7'">'#7dc2c7'
   white:   '#f0ecfe'">'#f0ecfe'

Taerminal

# Colors (Taerminal)
colors:
  # Default colors
  primary:
    background: '#26282a'">'#26282a'
    foreground: '#f0f0f0'">'#f0f0f0'
  cursor:
    background: '#f0f0f0'">'#f0f0f0'
    foreground: '#26282a'">'#26282a'

  # Normal colors
  normal:
    black:   '#26282a'">'#26282a'
    red:     '#ff8878'">'#ff8878'
    green:   '#b4fb73'">'#b4fb73'
    yellow:  '#fffcb7'">'#fffcb7'
    blue:    '#8bbce5'">'#8bbce5'
    magenta: '#ffb2fe'">'#ffb2fe'
    cyan:    '#a2e1f8'">'#a2e1f8'
    white:   '#f1f1f1'">'#f1f1f1'

  # Bright colors
  bright:
    black:   '#6f6f6f'">'#6f6f6f'
    red:     '#fe978b'">'#fe978b'
    green:   '#d6fcba'">'#d6fcba'
    yellow:  '#fffed5'">'#fffed5'
    blue:    '#c2e3ff'">'#c2e3ff'
    magenta: '#ffc6ff'">'#ffc6ff'
    cyan:    '#c0e9f8'">'#c0e9f8'
    white:   '#ffffff'">'#ffffff'

Tango

# Colors (Tango)
colors:
  primary:
    background: '#000000'">'#000000'
    foreground: '#00ff00'">'#00ff00'

  # Normal colors
  normal:
      black:   '#2e3436'">'#2e3436'
      red:     '#cc0000'">'#cc0000'
      green:   '#73d216'">'#73d216'
      yellow:  '#edd400'">'#edd400'
      blue:    '#3465a4'">'#3465a4'
      magenta: '#75507b'">'#75507b'
      cyan:    '#06989a'">'#06989a'
      white:   '#d3d7cf'">'#d3d7cf'

  # Bright colors
  bright:
      black:   '#2e3436'">'#2e3436'
      red:     '#ef2929'">'#ef2929'
      green:   '#8ae234'">'#8ae234'
      yellow:  '#fce94f'">'#fce94f'
      blue:    '#729fcf'">'#729fcf'
      magenta: '#ad7fa8'">'#ad7fa8'
      cyan:    '#34e2e2'">'#34e2e2'
      white:   '#eeeeec'">'#eeeeec'

Tangoish

# Colors (Tangoish)
# Note: Orange is used in place of Cyan
colors:
  primary:
    background: '#2e3436'">'#2e3436'
    foreground: '#eeeeec'">'#eeeeec'

  # Normal colors
  normal:
     black:   '#2e3436'">'#2e3436'
     red:     '#cc0000'">'#cc0000'
     green:   '#73d216'">'#73d216'
     yellow:  '#edd400'">'#edd400'
     blue:    '#3465a4'">'#3465a4'
     magenta: '#75507b'">'#75507b'
     cyan:    '#f57900'">'#f57900'
     white:   '#d3d7cf'">'#d3d7cf'

  # Bright colors
  bright:
     black:   '#2e3436'">'#2e3436'
     red:     '#ef2929'">'#ef2929'
     green:   '#8ae234'">'#8ae234'
     yellow:  '#fce94f'">'#fce94f'
     blue:    '#729fcf'">'#729fcf'
     magenta: '#ad7fa8'">'#ad7fa8'
     cyan:    '#fcaf3e'">'#fcaf3e'
     white:   '#eeeeec'">'#eeeeec'

Tender

# Colors (Tender)
colors:
  # Default colors
  primary:
    background: '#282828'">'#282828'
    foreground: '#eeeeee'">'#eeeeee'

  # Normal colors
  normal:
    black:   '#282828'">'#282828'
    red:     '#f43753'">'#f43753'
    green:   '#c9d05c'">'#c9d05c'
    yellow:  '#ffc24b'">'#ffc24b'
    blue:    '#b3deef'">'#b3deef'
    magenta: '#d3b987'">'#d3b987'
    cyan:    '#73cef4'">'#73cef4'
    white:   '#eeeeee'">'#eeeeee'

  # Bright colors
  bright:
    black:   '#4c4c4c'">'#4c4c4c'
    red:     '#f43753'">'#f43753'
    green:   '#c9d05c'">'#c9d05c'
    yellow:  '#ffc24b'">'#ffc24b'
    blue:    '#b3deef'">'#b3deef'
    magenta: '#d3b987'">'#d3b987'
    cyan:    '#73cef4'">'#73cef4'
    white:   '#feffff'">'#feffff'

Terminal.app

# Colors (Terminal.app)
colors:
  # Default colors
  primary:
    background: '#000000'">'#000000'
    foreground: '#b6b6b6'">'#b6b6b6'

  # Normal colors
  normal:
    black:   '#000000'">'#000000'
    red:     '#990000'">'#990000'
    green:   '#00a600'">'#00a600'
    yellow:  '#999900'">'#999900'
    blue:    '#0000b2'">'#0000b2'
    magenta: '#b200b2'">'#b200b2'
    cyan:    '#00a6b2'">'#00a6b2'
    white:   '#bfbfbf'">'#bfbfbf'

  # Bright colors
  bright:
    black:   '#666666'">'#666666'
    red:     '#e50000'">'#e50000'
    green:   '#00d900'">'#00d900'
    yellow:  '#e5e500'">'#e5e500'
    blue:    '#0000ff'">'#0000ff'
    magenta: '#e500e5'">'#e500e5'
    cyan:    '#00e5e5'">'#00e5e5'
    white:   '#e5e5e5'">'#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'">'#1d1f21'
    foreground: '#c5c8c6'">'#c5c8c6'

  # Colors the cursor will use if `custom_cursor_colors` is true
  cursor:
    text: '#1d1f21'">'#1d1f21'
    cursor: '#ffffff'">'#ffffff'

  # Normal colors
  normal:
    black:   '#1d1f21'">'#1d1f21'
    red:     '#cc6666'">'#cc6666'
    green:   '#b5bd68'">'#b5bd68'
    yellow:  '#e6c547'">'#e6c547'
    blue:    '#81a2be'">'#81a2be'
    magenta: '#b294bb'">'#b294bb'
    cyan:    '#70c0ba'">'#70c0ba'
    white:   '#373b41'">'#373b41'

  # Bright colors
  bright:
    black:   '#666666'">'#666666'
    red:     '#ff3334'">'#ff3334'
    green:   '#9ec400'">'#9ec400'
    yellow:  '#f0c674'">'#f0c674'
    blue:    '#81a2be'">'#81a2be'
    magenta: '#b77ee0'">'#b77ee0'
    cyan:    '#54ced6'">'#54ced6'
    white:   '#282a2e'">'#282a2e'

Tomorrow Night Bright

# Colors (Tomorrow Night Bright)
colors:
  # Default colors
  primary:
    background: '#000000'">'#000000'
    foreground: '#eaeaea'">'#eaeaea'

  # Normal colors
  normal:
    black:   '#000000'">'#000000'
    red:     '#d54e53'">'#d54e53'
    green:   '#b9ca4a'">'#b9ca4a'
    yellow:  '#e6c547'">'#e6c547'
    blue:    '#7aa6da'">'#7aa6da'
    magenta: '#c397d8'">'#c397d8'
    cyan:    '#70c0ba'">'#70c0ba'
    white:   '#424242'">'#424242'

  # Bright colors
  bright:
    black:   '#666666'">'#666666'
    red:     '#ff3334'">'#ff3334'
    green:   '#9ec400'">'#9ec400'
    yellow:  '#e7c547'">'#e7c547'
    blue:    '#7aa6da'">'#7aa6da'
    magenta: '#b77ee0'">'#b77ee0'
    cyan:    '#54ced6'">'#54ced6'
    white:   '#2a2a2a'">'#2a2a2a'

Ubuntu

# Colors (Ubuntu)
colors:
  # Default colors
  primary:
    background: '#300a24'">'#300a24'
    foreground: '#eeeeec'">'#eeeeec'

  # Normal colors
  normal:
    black:   '#2e3436'">'#2e3436'
    red:     '#cc0000'">'#cc0000'
    green:   '#4e9a06'">'#4e9a06'
    yellow:  '#c4a000'">'#c4a000'
    blue:    '#3465a4'">'#3465a4'
    magenta: '#75507b'">'#75507b'
    cyan:    '#06989a'">'#06989a'
    white:   '#d3d7cf'">'#d3d7cf'

  # Bright colors
  bright:
    black:   '#555753'">'#555753'
    red:     '#ef2929'">'#ef2929'
    green:   '#8ae234'">'#8ae234'
    yellow:  '#fce94f'">'#fce94f'
    blue:    '#729fcf'">'#729fcf'
    magenta: '#ad7fa8'">'#ad7fa8'
    cyan:    '#34e2e2'">'#34e2e2'
    white:   '#eeeeec'">'#eeeeec'

Wombat

# Colors (Wombat)
colors:
  # Default colors
  primary:
    background: '#1f1f1f'">'#1f1f1f'
    foreground: '#e5e1d8'">'#e5e1d8'

  # Normal colors
  normal:
    black:   '#000000'">'#000000'
    red:     '#f7786d'">'#f7786d'
    green:   '#bde97c'">'#bde97c'
    yellow:  '#efdfac'">'#efdfac'
    blue:    '#6ebaf8'">'#6ebaf8'
    magenta: '#ef88ff'">'#ef88ff'
    cyan:    '#90fdf8'">'#90fdf8'
    white:   '#e5e1d8'">'#e5e1d8'

  # Bright colors
  bright:
    black:   '#b4b4b4'">'#b4b4b4'
    red:     '#f99f92'">'#f99f92'
    green:   '#e3f7a1'">'#e3f7a1'
    yellow:  '#f2e9bf'">'#f2e9bf'
    blue:    '#b3d2ff'">'#b3d2ff'
    magenta: '#e5bdff'">'#e5bdff'
    cyan:    '#c2fefa'">'#c2fefa'
    white:   '#ffffff'">'#ffffff'

XTerm

# XTerm's default colors
colors:
   # Default colors
   primary:
     background: '#000000'">'#000000'
     foreground: '#ffffff'">'#ffffff'
   # Normal colors
   normal:
     black:   '#000000'">'#000000'
     red:     '#cd0000'">'#cd0000'
     green:   '#00cd00'">'#00cd00'
     yellow:  '#cdcd00'">'#cdcd00'
     blue:    '#0000ee'">'#0000ee'
     magenta: '#cd00cd'">'#cd00cd'
     cyan:    '#00cdcd'">'#00cdcd'
     white:   '#e5e5e5'">'#e5e5e5'

   # Bright colors
   bright:
     black:   '#7f7f7f'">'#7f7f7f'
     red:     '#ff0000'">'#ff0000'
     green:   '#00ff00'">'#00ff00'
     yellow:  '#ffff00'">'#ffff00'
     blue:    '#5c5cff'">'#5c5cff'
     magenta: '#ff00ff'">'#ff00ff'
     cyan:    '#00ffff'">'#00ffff'
     white:   '#ffffff'">'#ffffff'

Add a custom footer

Pages 9

Add a custom sidebar

Clone this wiki locally

You can’t perform that action at this time.

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. https://github.com/alacritty/alacritty/wiki/Color-schemes