Skip to content
Cason Adams edited this page Jul 14, 2022 · 10 revisions

setup alacritty themes

Alacritty color-schemes desribes how to use multiple schemes.

schemes:
  solarized_light: &light
    primary:
      #...
    normal:
      #...
    bright:
      #...
  solarized_dark: &dark
    primary:
      #...
    normal:
      #...
    bright:
      #...

colors: *light

themes

iterm

schemes:
  iterm: &iterm
    primary:
      background: "0x101421"
      foreground: "0xfffbf6"
    normal:
      black: "0x101421"
      red: "0xeb4129"
      green: "0xabe047"
      yellow: "0xf6c744"
      blue: "0x47a0f3"
      magenta: "0x7b5cb0"
      cyan: "0x64dbed"
      white: "0xfffbf6"
    bright:
      black: "0x88888c"
      red: "0xeb4129"
      green: "0xabe047"
      yellow: "0xf6c744"
      blue: "0x47a0f3"
      magenta: "0x7b5cb0"
      cyan: "0x64dbed"
      white: "0xffffff"
    indexed_colors:
      - {index: 208, color: "0xf18437"}
axual-dark

schemes:
  axual-dark: &axual-dark
    primary:
      background: "0x113851"
      foreground: "0xd8d7cd"
    normal:
      black: "0x113851"
      red: "0xD7595F"
      green: "0xb5bd68"
      yellow: "0xF2BF40"
      blue: "0x81a2be"
      magenta: "0xb294bb"
      cyan: "0x47B0AB"
      white: "0xd8d7cd"
    bright:
      black: "0x75888f"
      red: "0xD7595F"
      green: "0xb5bd68"
      yellow: "0xF2BF40"
      blue: "0x81a2be"
      magenta: "0xb294bb"
      cyan: "0x47B0AB"
      white: "0xfffdf1"
    indexed_colors:
      - {index: 208, color: "0xe58c4f"}
tokyo-night-storm

schemes:
  tokyo-night-storm: &tokyo-night-storm
    primary:
      background: "0x24283b"
      foreground: "0xa9b1d6"
    normal:
      black: "0x32344a"
      red: "0xf7768e"
      green: "0x9ece6a"
      yellow: "0xe0af68"
      blue: "0x7aa2f7"
      magenta: "0xad8ee6"
      cyan: "0x449dab"
      white: "0x9699a8"
    bright:
      black: "0x444b6a"
      red: "0xf7768e"
      green: "0x9ece6a"
      yellow: "0xe0af68"
      blue: "0x7aa2f7"
      magenta: "0xad8ee6"
      cyan: "0x449dab"
      white: "0xacb0d0"
    indexed_colors:
      - { index: 208, color: "0xFF9E64" }
tokyo-night

schemes:
  tokyo-night: &tokyo-night
    primary:
      background: "0x1a1b26"
      foreground: "0xa9b1d6"
    normal:
      black: "0x32344a"
      red: "0xf7768e"
      green: "0x9ece6a"
      yellow: "0xe0af68"
      blue: "0x7aa2f7"
      magenta: "0xad8ee6"
      cyan: "0x449dab"
      white: "0x787c99"
    bright:
      black: "0x444b6a"
      red: "0xf7768e"
      green: "0x9ece6a"
      yellow: "0xe0af68"
      blue: "0x7aa2f7"
      magenta: "0xad8ee6"
      cyan: "0x449dab"
      white: "0xacb0d0"
    indexed_colors:
      - { index: 208, color: "0xFF9E64" }
code-dark

schemes:
  code-dark: &code-dark
    primary:
      background: "#1e1e1e"
      foreground: "#c6c6c6"
    normal:
      black: "#383838"
      red: "#df1426"
      green: "#00c073"
      yellow: "#e4e700"
      blue: "#0072cf"
      magenta: "#cc2bc2"
      cyan: "#00aad1"
      white: "#e5e5e5"
    bright:
      black: "#666666"
      red: "#df1426"
      green: "#00c073"
      yellow: "#e4e700"
      blue: "#0072cf"
      magenta: "#cc2bc2"
      cyan: "#00aad1"
      white: "#e0e0e0"
    indexed_colors:
      - { index: 208, color: "0xDF6526" }
ocean-next

schemes:
  ocean-next: &ocean-next
    primary:
      background: "0x1b2b34"
      foreground: "0xc0c5ce"
    cursor:
      text: "0x1b2b34"
      cursor: "0xc0c5ce"
    normal:
      black: "0x1b2b34"
      red: "0xec5f67"
      green: "0x99c794"
      yellow: "0xfac863"
      blue: "0x6699cc"
      magenta: "0xc594c5"
      cyan: "0x5fb3b3"
      white: "0xc0c5ce"
    bright:
      black: "0x65737e"
      red: "0xec5f67"
      green: "0x99c794"
      yellow: "0xfac863"
      blue: "0x6699cc"
      magenta: "0xc594c5"
      cyan: "0x5fb3b3"
      white: "0xd8dee9"
    indexed_colors:
      - { index: 208, color: "0xf99157" }
ocean

schemes:
  ocean: &ocean
    primary:
      background: "0x2b303b"
      foreground: "0xc0c5ce"
    cursor:
      text: "0x2b303b"
      cursor: "0xc0c5ce"
    normal:
      black: "0x2b303b"
      red: "0xbf616a"
      green: "0xa3be8c"
      yellow: "0xebcb8b"
      blue: "0x8fa1b3"
      magenta: "0xb48ead"
      cyan: "0x96b5b4"
      white: "0xc0c5ce"
    bright:
      black: "0x65737e"
      red: "0xbf616a"
      green: "0xa3be8c"
      yellow: "0xebcb8b"
      blue: "0x8fa1b3"
      magenta: "0xb48ead"
      cyan: "0x96b5b4"
      white: "0xeff1f5"
    indexed_colors:
      - { index: 208, color: "0xd08770" }
tommorrow-dark

schemes:
  tomorrow-dark: &tomorrow-dark
    primary:
      background: "0x1d1f21"
      foreground: "0xc5c8c6"
    normal:
      black: "0x1d1f21"
      red: "0xcc6666"
      green: "0xb5bd68"
      yellow: "0xf0c674"
      blue: "0x81a2be"
      magenta: "0xb294bb"
      cyan: "0x8abeb7"
      white: "0xc5c8c6"
    bright:
      black: "0x717474"
      red: "0xcc6666"
      green: "0xb5bd68"
      yellow: "0xf0c674"
      blue: "0x81a2be"
      magenta: "0xb294bb"
      cyan: "0x8abeb7"
      white: "0xffffff"
    indexed_colors:
      - {index: 208, color: "0xde935f"}
tommorrow

schemes:
  tomorrow: &tomorrow
    primary:
      background: "0xffffff"
      foreground: "0x4d4d4c"
    normal:
      black: "0xffffff"
      red: "0xc82829"
      green: "0x718c00"
      yellow: "0xeab700"
      blue: "0x4271ae"
      magenta: "0x8959a8"
      cyan: "0x3e999f"
      white: "0x4d4d4c"
    bright:
      black: "0xa6a6a6"
      red: "0xc82829"
      green: "0x718c00"
      yellow: "0xeab700"
      blue: "0x4271ae"
      magenta: "0x8959a8"
      cyan: "0x3e999f"
      white: "0x1d1f21"
    indexed_colors:
      - {index: 208, color: "0xd96f15"}
gruvbox-light

schemes:
  gruvbox-light: &gruvbox-light
    primary:
      background: '0xfbf1c7'
      foreground: '0x504945'
    normal:
      black: '0xfbf1c7'
      red: '0x9d0006'
      green: '0x79740e'
      yellow: '0xb57614'
      blue: '0x076678'
      magenta: '0x8f3f71'
      cyan: '0x427b58'
      white: '0x504945'
    bright:
      black: '0xa69d86'
      red: '0x9d0006'
      green: '0x79740e'
      yellow: '0xb57614'
      blue: '0x076678'
      magenta: '0x8f3f71'
      cyan: '0x427b58'
      white: '0x282828'
    indexed_colors:
      - {index: 208, color: '0xaf3a03'}
gruvbox-dark

schemes:
   gruvbox-dark: &gruvbox-dark
    primary:
      background: "0x282828"
      foreground: "0xd5c4a1"
    normal:
      black: "0x282828"
      red: "0xfb4934"
      green: "0xb8bb26"
      yellow: "0xfabd2f"
      blue: "0x83a598"
      magenta: "0xd3869b"
      cyan: "0x8ec07c"
      white: "0xd5c4a1"
    bright:
      black: "0x7f7664"
      red: "0xfb4934"
      green: "0xb8bb26"
      yellow: "0xfabd2f"
      blue: "0x83a598"
      magenta: "0xd3869b"
      cyan: "0x8ec07c"
      white: "0xfbf1c7"
    indexed_colors:
      - {index: 208, color: "0xfe8019"}
nord

schemes:
  nord: &nord
    primary:
      background: "0x2e3440"
      foreground: "0xe5e9f0"
    normal:
      black: "0x2e3440"
      red: "0xbf616a"
      green: "0xa3be8c"
      yellow: "0xebcb8b"
      blue: "0x81a1c1"
      magenta: "0xb48ead"
      cyan: "0x88c0d0"
      white: "0xe5e9f0"
    bright:
      black: "0x8a8e98"
      red: "0xbf616a"
      green: "0xa3be8c"
      yellow: "0xebcb8b"
      blue: "0x81a1c1"
      magenta: "0xb48ead"
      cyan: "0x88c0d0"
      white: "0xeff4fc"
    indexed_colors:
      - {index: 208, color: "0xd08770"}
one-dark

schemes:
  one-dark: &one-dark
    primary:
      background: "0x282c34"
      foreground: "0xabb2bf"
    normal:
      black: "0x282c34"
      red: "0xe06c75"
      green: "0x98c379"
      yellow: "0xe5c07b"
      blue: "0x61afef"
      magenta: "0xc678dd"
      cyan: "0x56b6c2"
      white: "0xabb2bf"
    bright:
      black: "0x6a6f79"
      red: "0xe06c75"
      green: "0x98c379"
      yellow: "0xe5c07b"
      blue: "0x61afef"
      magenta: "0xc678dd"
      cyan: "0x56b6c2"
      white: "0xc8ccd4"
    indexed_colors:
      - {index: 208, color: "0xe39678"}
one-light

schemes:
   one-light: &one-light
    primary:
      background: "0xfafafa"
      foreground: "0x383a42"
    normal:
      black: "0xfafafa"
      red: "0xca1243"
      green: "0x50a14f"
      yellow: "0xc18401"
      blue: "0x4078f2"
      magenta: "0xa626a4"
      cyan: "0x0184bc"
      white: "0x383a42"
    bright:
      black: "0x999a9e"
      red: "0xca1243"
      green: "0x50a14f"
      yellow: "0xc18401"
      blue: "0x4078f2"
      magenta: "0xa626a4"
      cyan: "0x0184bc"
      white: "0x090a0b"
    indexed_colors:
      - {index: 208, color: "0xc64b22"}
solarized-dark

schemes:
    primary:
      background: '0x002b36'
      foreground: '0x93a1a1'
    normal:
      black: '0x002b36'
      red: '0xdc322f'
      green: '0x859900'
      yellow: '0xb58900'
      blue: '0x268bd2'
      magenta: '0x6c71c4'
      cyan: '0x2aa198'
      white: '0x93a1a1'
    bright:
      black: '0x4a666c'
      red: '0xdc322f'
      green: '0x859900'
      yellow: '0xb58900'
      blue: '0x268bd2'
      magenta: '0x6c71c4'
      cyan: '0x2aa198'
      white: '0xfdf6e3'
    indexed_colors:
      - {index: 208, color: '0xc95e18'}
tango

schemes:
   tango: &tango
    primary:
      background: '0x2e3436'
      foreground: '0xd3d7cf'
    normal:
      black: '0x2e3436'
      red: '0xcc0000'
      green: '0x4e9a06'
      yellow: '0xc4a000'
      blue: '0x3465a4'
      magenta: '0x75507b'
      cyan: '0x06989a'
      white: '0xd3d7cf'
    bright:
      black: '0x818682'
      red: '0xcc0000'
      green: '0x4e9a06'
      yellow: '0xc4a000'
      blue: '0x3465a4'
      magenta: '0x75507b'
      cyan: '0x06989a'
      white: '0xeeeeec'
    indexed_colors:
      - {index: 208, color: '0xc85000'}
Clone this wiki locally