alacritty
alacritty copied to clipboard
Light pallete
Just wondering if there will be a light pallete included in this or where do I find a light version of nord for alacritty?
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:
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 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 Nice, looks good, thanks 😄