Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Light pallete #28

Open
yorqat opened this issue Nov 15, 2022 · 4 comments
Open

Light pallete #28

yorqat opened this issue Nov 15, 2022 · 4 comments

Comments

@yorqat
Copy link

yorqat commented Nov 15, 2022

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

@jbreitbart
Copy link

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 😕

@jbreitbart
Copy link

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'

@jurica
Copy link

jurica commented Sep 25, 2023

@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.

@jbreitbart
Copy link

@jurica Nice, looks good, thanks 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants