Skip to content

A port of Sarah Drasner's Night Owl VS Code theme for Alacritty

Notifications You must be signed in to change notification settings

calimaborges/alacritty-night-owl-colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

alacritty-night-owl-colors

DEPRECATED: Theme is now available at: https://github.com/alacritty/alacritty/wiki/Color-schemes

A port of Sarah Drasner's Night Owl VS Code theme for Alacritty

Alacritty Night Owl Colours

Instructions

Just replace the colors tree with the following on your alacritty.yml:

# Colors (Night Owl by Sarah Drasner)
colors:
  # Default colors
  primary:
    background: '0x011627'
    foreground: '0xd6deeb'

  # Colors the cursor will use if `custom_cursor_colors` is true
  cursor:
    text: '0xffffff'
    cursor: '0x7e57c2'

  # Normal colors
  normal:
    black:   '0x000000'
    red:     '0xef5350'
    green:   '0x22da6e'
    yellow:  '0xaddb67'
    blue:    '0x82aaff'
    magenta: '0xc792ea'
    cyan:    '0x21c7a8'
    white:   '0xffffff'

  # Bright colors
  bright:
    black:   '0x575656'
    red:     '0xef5350'
    green:   '0x22da6e'
    yellow:  '0xffeb95'
    blue:    '0x82aaff'
    magenta: '0xc792ea'
    cyan:    '0x7fdbca'
    white:   '0xffffff'

Test script obtained from: https://pastebin.com/LPtpFFub

About

A port of Sarah Drasner's Night Owl VS Code theme for Alacritty

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages