alacritty icon indicating copy to clipboard operation
alacritty copied to clipboard

Light pallete

Open yorqat opened this issue 2 years ago • 4 comments

Just wondering if there will be a light pallete included in this or where do I find a light version of nord for alacritty?

yorqat avatar Nov 15 '22 12:11 yorqat

I am looking for the same. @Qark-dev did you find any?

@svengreb Is there an easy way to convert a dark pallete to a light one? I was trying to find the colors one should use, but had a hard time finding it :confused:

jbreitbart avatar Feb 07 '23 08:02 jbreitbart

I have hacked together something based on another nord ligh theme I found. Probably not perfect, here you go

# Colors (Nord light)
colors:
  # Default colors
  primary:
    background: '0xeceff4'
    foreground: '0x5e81ac'

  # Normal colors
  normal:
    black:   '0xd8dee9'
    red:     '0xbf616a'
    green:   '0xa3be8c'
    yellow:  '0xebcb8b'
    blue:    '0x81a1c1'
    magenta: '0xB48EAD'
    cyan:    '0x88C0D0'
    white:   '0xE5E9F0'

  # Bright colors
  bright:
    black:   '0x4C566A'
    red:     '0xbf616a'
    green:   '0xa3be8c'
    yellow:  '0xebcb8b'
    blue:    '0x81a1c1'
    magenta: '0xB48EAD'
    cyan:    '0x8FBCBB'
    white:   '0xECEFF4'

jbreitbart avatar Feb 08 '23 08:02 jbreitbart

@jbreitbart I've put together a theme based on your suggestion and filed a PR at alacritty-theme. Thanks for putting together the baseline, I just tweaked it a bit to make it better readable in some situations.

jurica avatar Sep 25 '23 19:09 jurica

@jurica Nice, looks good, thanks 😄

jbreitbart avatar Sep 26 '23 06:09 jbreitbart