Skip to content

Instantly share code, notes, and snippets.

@tsara27
Created March 23, 2020 14:30
Show Gist options
  • Select an option

  • Save tsara27/44672ec99c2ac1a2d844dfcc83c73b85 to your computer and use it in GitHub Desktop.

Select an option

Save tsara27/44672ec99c2ac1a2d844dfcc83c73b85 to your computer and use it in GitHub Desktop.

Revisions

  1. tsara27 created this gist Mar 23, 2020.
    27 changes: 27 additions & 0 deletions alacritty-ayu.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,27 @@
    colors:
    # Ayu Mirage colors
    primary:
    background: '0x1f2430'
    foreground: '0xcbccc6'

    # Normal colors
    normal:
    black: '0x333333'
    red: '0xB12929'
    green: '0x4e9a06'
    yellow: '0xc4a000'
    blue: '0x3465a4'
    magenta: '0x75507b'
    cyan: '0x06989a'
    white: '0xd3d7cf'

    # Bright colors
    bright:
    black: '0x88807c'
    red: '0xf15d22'
    green: '0x73c48f'
    yellow: '0xffce51'
    blue: '0x48b9c7'
    magenta: '0xad7fa8'
    cyan: '0x34e2e2'
    white: '0xeeeeec'